<< Previous | Next >> | |
|
void fftcplxinv( int * x, int N, int * blockexp );
Description
- Computes the inverse complex DFT of the
N
-point complex spectrum contained in the arrayx
and returns the complex result inx
.N
must be a power of 2 and lie between 4 and 1024. An invalidN
causes a RANGE exception. The value ofblockexp
is increased by 1 each time arrayx
has to be scaled, to avoid arithmetic overflow. The value ofblockexp
is also decreased by log2N
to include the 1/N
factor in the definition of the inverse DFTParameters
- x
- Pointer to
N
-element array of complex fractions.
- N
- Number of complex elements in array
x
.
- blockexp
- Pointer to integer block exponent.
Library
- FFT.LIB
See also
- fftcplx, fftreal, fftrealinv, hanncplx, hannreal, powerspectrum
Dynamic C Functions | << Previous | Next >> | rabbit.com |