Functions | |
void | dsp16_trans_complexfft (dsp16_complex_t *vect1, dsp16_complex_t *vect2, int nlog) |
16-bit fixed point version of the complex FFT algorithm. More... | |
void | dsp16_trans_complexifft (dsp16_complex_t *vect1, dsp16_complex_t *vect2, int nlog) |
16-bit fixed point version of the complex iFFT algorithm. More... | |
void | dsp16_trans_realcomplexfft (dsp16_complex_t *vect1, dsp16_t *vect2, int nlog) |
16-bit fixed point version of the real to complex FFT algorithm. More... | |
void | dsp32_trans_realcomplexfft (dsp32_complex_t *vect1, dsp32_t *vect2, int nlog) |
32-bit fixed point version of the real to complex FFT algorithm. More... | |