#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <string.h>
Go to the source code of this file.
◆ KISS_FFT_FREE
| #define KISS_FFT_FREE free |
◆ kiss_fft_free
◆ KISS_FFT_MALLOC
| #define KISS_FFT_MALLOC malloc |
◆ kiss_fft_scalar
| #define kiss_fft_scalar float |
◆ kiss_fftr_next_fast_size_real
| #define kiss_fftr_next_fast_size_real |
( |
| n | ) |
|
Value:
int kiss_fft_next_fast_size(int n)
◆ kiss_fft_cfg
◆ kiss_fft()
◆ kiss_fft_alloc()
| kiss_fft_cfg kiss_fft_alloc |
( |
int | nfft, |
|
|
int | inverse_fft, |
|
|
void * | mem, |
|
|
size_t * | lenmem ) |
◆ kiss_fft_cleanup()
| void kiss_fft_cleanup |
( |
void | | ) |
|
◆ kiss_fft_next_fast_size()
| int kiss_fft_next_fast_size |
( |
int | n | ) |
|
◆ kiss_fft_stride()