[Overview][Procedures and functions][Index] Reference for unit '_crw_fft' (#crwlib)

FFTSinCosTable

Declaration

Source position: _crw_fft.pas line 93

function FFTSinCosTable(

  N: Integer;

  SinTable: PDoubleArray;

  CosTable: PDoubleArray

):Boolean;