#include "kiss_fft.h"Go to the source code of this file.
Functions | |
| 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) |
| void | kfc_cleanup (void) |
| void kfc_fft | ( | int | nfft, | |
| const kiss_fft_cpx * | fin, | |||
| kiss_fft_cpx * | fout | |||
| ) |
References find_cached_fft(), and kiss_fft().
| void kfc_ifft | ( | int | nfft, | |
| const kiss_fft_cpx * | fin, | |||
| kiss_fft_cpx * | fout | |||
| ) |
References find_cached_fft(), and kiss_fft().
| void kfc_cleanup | ( | void | ) |
References ncached, and cached_fft::next.
1.5.8