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

ShiftedFFT

Declaration

Source position: _crw_fft.pas line 58

function ShiftedFFT(

  N: Integer;

  Re: PDoubleArray;

  Im: PDoubleArray;

  Inverse: Boolean;

  ShiftIn: Boolean;

  ShiftOut: Boolean

):Boolean;