Dew Math for .NET
|
The inverse FFT from complex to real.
Calculates the inverse Fast Fourier Transformation (FFT) from complex to real from all calling vector elements. The result is a real type vector. Input vector must be a complex vector or an exception is raised. If the NoScale parameter is true then no scaling is performed for the calling vector. The results can be erroneous if overflow or underflow occurs.
In-place fsfCCS complication
When TDenseMtxVec.FFTStorageFormat is equal to fsfCCS the Length of the result will be equal to Length-2, because the source data is bigger than the result data by 2 real samples, if TDenseMtxVec.FFTOddLength is false. If TDenseMtxVec.FFTOddLength is True the result will fill up Length-1 samples.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|