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

FFT_Filter

Declaration

Source position: _crw_fft.pas line 72

function FFT_Filter(

  N: Integer;

  Re: PDoubleArray;

  Im: PDoubleArray;

  FRe: zmFunType;

  FIm: zmFunType

):Boolean;