![]() |
|
| << 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 arrayxand returns the complex result inx.Nmust be a power of 2 and lie between 4 and 1024. An invalidNcauses a RANGE exception. The value ofblockexpis increased by 1 each time arrayxhas to be scaled, to avoid arithmetic overflow. The value ofblockexpis also decreased by log2Nto include the 1/Nfactor 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 |