![]() |
|
<< Previous | Next >> | |
|
void fftcplx( int * x, int N, int * blockexp );
Description
- Computes the complex DFT of the
N
-point complex sequence contained in the arrayx
and returns the complex result in x.N
must be a power of 2 and lie between 4 and 1024. An invalidN
causes a RANGE exception. TheN
-point complex sequence in arrayx
is replaced with itsN
-point complex spectrum. The value ofblockexp
is increased by 1 each time arrayx
has 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 |