#include "misc.h"#include "kiss_fftr.h"#include "kiss_fft.h"Include dependency graph for fftwrap.c:

Defines | |
| #define | USE_KISS_FFT |
Functions | |
| void * | spx_fft_init (int size) |
| void | spx_fft_destroy (void *table) |
| void | spx_fft (void *table, spx_word16_t *in, spx_word16_t *out) |
| void | spx_ifft (void *table, spx_word16_t *in, spx_word16_t *out) |
| void | spx_fft_float (void *table, float *in, float *out) |
| void | spx_ifft_float (void *table, float *in, float *out) |
Variables | |
| int | fixed_point = 1 |
|
|
|
|
||||||||||||||||
|
Forward (real to half-complex) transform |
|
|
Destroy tables for an FFT |
|
||||||||||||||||
|
Forward (real to half-complex) transform of float data |
|
|
Compute tables for an FFT |
|
||||||||||||||||
|
Backward (half-complex to real) transform |
|
||||||||||||||||
|
Backward (half-complex to real) transform of float data |
|
|
|
1.4.2