Source position: _crw_fft.pas line 88
function GetSinCosTable(
N: Integer;
SinTable: PDoubleArray;
CosTable: PDoubleArray;
x0: Extended;
dx: Extended
):Boolean;