Project Ne10
An open, optimized software library for the ARM architecture.
Functions
NE10_fft_float32.c File Reference
#include "NE10_types.h"
#include "NE10_macros.h"
#include "NE10_fft.h"

Go to the source code of this file.

Functions

ne10_fft_cfg_float32_t ne10_fft_alloc_c2c_float32_c (ne10_int32_t nfft)
 Specific implementation of ne10_fft_alloc_c2c_float32 for ne10_fft_c2c_1d_float32_c. More...
 
void ne10_fft_c2c_1d_float32_c (ne10_fft_cpx_float32_t *fout, ne10_fft_cpx_float32_t *fin, ne10_fft_cfg_float32_t cfg, ne10_int32_t inverse_fft)
 Specific implementation of ne10_fft_c2c_1d_float32 using plain C. More...
 
ne10_fft_r2c_cfg_float32_t ne10_fft_alloc_r2c_float32 (ne10_int32_t nfft)
 Creates a configuration structure for variants of ne10_fft_r2c_1d_float32 and ne10_fft_c2r_1d_float32. More...
 
void ne10_fft_r2c_1d_float32_c (ne10_fft_cpx_float32_t *fout, ne10_float32_t *fin, ne10_fft_r2c_cfg_float32_t cfg)
 Specific implementation of ne10_fft_r2c_1d_float32 using plain C. More...
 
void ne10_fft_c2r_1d_float32_c (ne10_float32_t *fout, ne10_fft_cpx_float32_t *fin, ne10_fft_r2c_cfg_float32_t cfg)
 Specific implementation of ne10_fft_c2r_1d_float32 using plain C. More...