Source position: _crw_fft.pas line 65
function FFTConv(
N: Integer;
XRe: PDoubleArray;
XIm: PDoubleArray;
HRe: PDoubleArray;
HIm: PDoubleArray
):Boolean;