Source position: _crw_fft.pas line 109
function BaseFFT(
N: Integer;
Inverse: Boolean;
Re: PDoubleArray;
Im: PDoubleArray;
SinTable: PDoubleArray;
CosTable: PDoubleArray
):Boolean;