#include "kfc.h"
Go to the source code of this file.
Classes | |
struct | cached_fft |
Typedefs | |
typedef struct cached_fft * | kfc_cfg |
Functions | |
static kiss_fft_cfg | find_cached_fft (int nfft, int inverse) |
void | kfc_cleanup (void) |
void | kfc_fft (int nfft, const kiss_fft_cpx *fin, kiss_fft_cpx *fout) |
void | kfc_ifft (int nfft, const kiss_fft_cpx *fin, kiss_fft_cpx *fout) |
Variables | |
static kfc_cfg | cache_root =NULL |
static int | ncached =0 |
typedef struct cached_fft* kfc_cfg |
|
static |
void kfc_fft | ( | int | nfft, |
const kiss_fft_cpx * | fin, | ||
kiss_fft_cpx * | fout | ||
) |
void kfc_ifft | ( | int | nfft, |
const kiss_fft_cpx * | fin, | ||
kiss_fft_cpx * | fout | ||
) |