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