[Overview][Constants][Types][Procedures and functions][Index] Reference for unit '_crw_fft24' (#crwlib)

MakeSinCosTable

Declaration

Source position: _crw_fft24.pas line 79

procedure MakeSinCosTable(

  NumPoints: Integer;

  var SinTable: array of Double;

  var CosTable: array of Double;

  Radix: TRadix

);