![]() |
|
| << Previous | Next >> | |
| | |
void fftcplx( int * x, int N, int * blockexp );
Description
- Computes the complex DFT of the
N-point complex sequence contained in the arrayxand returns the complex result in x.Nmust be a power of 2 and lie between 4 and 1024. An invalidNcauses a RANGE exception. TheN-point complex sequence in arrayxis replaced with itsN-point complex spectrum. The value ofblockexpis increased by 1 each time arrayxhas to be scaled, to avoid arithmetic overflow.Parameters
- 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
- fftcplxinv, fftreal, fftrealinv, hanncplx, hannreal, powerspectrum
| Dynamic C Functions | << Previous | Next >> | rabbit.com |