Summary
Inverse parallel in-place 1D FFT.
Class
TMtx
Declaration
Function IFFT1D(NoScale: boolean = False): TMtx;
Description
Performs inverse 1D FFT on each row of the matrix. See
TVec.IFFT for more info on the inverse FFT. NoScale parameter allows the scaling to be turned off. The scaling scales the result by 1/(Length_Of_FFT).
Declaration
Function IFFT1D(Mtx: TMtx; NoScale: boolean = False): TMtx;
Description
Inverse parallel not in-place 1D FFT. The size of the destination is set automatically.
| Copyright 2008 Dew Research |
http://www.dewresearch.com