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

GetSinCosTable

Declaration

Source position: _crw_fft.pas line 88

function GetSinCosTable(

  N: Integer;

  SinTable: PDoubleArray;

  CosTable: PDoubleArray;

  x0: Extended;

  dx: Extended

):Boolean;