![]() |
ckb-next
v0.2.8 at branch master
ckb-next driver for corsair devices
|
#include "kiss_fft.h"
Include dependency graph for kiss_fftr.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | kiss_fftr_free free |
Typedefs | |
| typedef struct kiss_fftr_state * | kiss_fftr_cfg |
Functions | |
| kiss_fftr_cfg | kiss_fftr_alloc (int nfft, int inverse_fft, void *mem, size_t *lenmem) |
| void | kiss_fftr (kiss_fftr_cfg cfg, const float *timedata, kiss_fft_cpx *freqdata) |
| void | kiss_fftri (kiss_fftr_cfg cfg, const kiss_fft_cpx *freqdata, float *timedata) |
| #define kiss_fftr_free free |
Definition at line 41 of file kiss_fftr.h.
| typedef struct kiss_fftr_state* kiss_fftr_cfg |
Definition at line 18 of file kiss_fftr.h.
| void kiss_fftr | ( | kiss_fftr_cfg | cfg, |
| const float * | timedata, | ||
| kiss_fft_cpx * | freqdata | ||
| ) |
Definition at line 67 of file kiss_fftr.c.
References C_ADD, C_FIXDIV, C_MUL, C_SUB, CHECK_OVERFLOW_OP, HALF_OF, kiss_fft_cpx::i, kiss_fft_state::inverse, kiss_fft(), kiss_fft_state::nfft, kiss_fft_cpx::r, kiss_fftr_state::substate, kiss_fftr_state::super_twiddles, and kiss_fftr_state::tmpbuf.
Here is the call graph for this function:| kiss_fftr_cfg kiss_fftr_alloc | ( | int | nfft, |
| int | inverse_fft, | ||
| void * | mem, | ||
| size_t * | lenmem | ||
| ) |
Definition at line 27 of file kiss_fftr.c.
References kf_cexp, kiss_fft_alloc(), KISS_FFT_MALLOC, phase, kiss_fftr_state::substate, kiss_fftr_state::super_twiddles, and kiss_fftr_state::tmpbuf.
Here is the call graph for this function:| void kiss_fftri | ( | kiss_fftr_cfg | cfg, |
| const kiss_fft_cpx * | freqdata, | ||
| float * | timedata | ||
| ) |
Definition at line 123 of file kiss_fftr.c.
References C_ADD, C_FIXDIV, C_MUL, C_SUB, kiss_fft_cpx::i, kiss_fft_state::inverse, kiss_fft(), kiss_fft_state::nfft, kiss_fft_cpx::r, kiss_fftr_state::substate, kiss_fftr_state::super_twiddles, and kiss_fftr_state::tmpbuf.
Here is the call graph for this function: