Source position: _crw_fft.pas line 93
function FFTSinCosTable(
N: Integer;
SinTable: PDoubleArray;
CosTable: PDoubleArray
):Boolean;