![]() |
Project Ne10
An Open Optimized Software Library Project for the ARM Architecture
|
structure for the floating point FFT state More...
#include <NE10_types.h>
Public Attributes | |
ne10_int32_t | nfft |
ne10_int32_t * | factors |
ne10_fft_cpx_float32_t * | twiddles |
ne10_fft_cpx_float32_t * | buffer |
ne10_fft_cpx_float32_t * | last_twiddles |
ne10_int32_t | is_forward_scaled |
@biref Flag to control scaling behaviour in forward floating point complex FFT. | |
ne10_int32_t | is_backward_scaled |
@biref Flag to control scaling behaviour in backward floating point complex FFT. | |
structure for the floating point FFT state
Definition at line 240 of file NE10_types.h.
ne10_fft_cpx_float32_t* ne10_fft_state_float32_t::buffer |
Definition at line 245 of file NE10_types.h.
ne10_int32_t* ne10_fft_state_float32_t::factors |
Definition at line 243 of file NE10_types.h.
ne10_int32_t ne10_fft_state_float32_t::is_backward_scaled |
@biref Flag to control scaling behaviour in backward floating point complex FFT.
Definition at line 264 of file NE10_types.h.
ne10_int32_t ne10_fft_state_float32_t::is_forward_scaled |
@biref Flag to control scaling behaviour in forward floating point complex FFT.
Definition at line 255 of file NE10_types.h.
ne10_fft_cpx_float32_t* ne10_fft_state_float32_t::last_twiddles |
Definition at line 246 of file NE10_types.h.
ne10_int32_t ne10_fft_state_float32_t::nfft |
Definition at line 242 of file NE10_types.h.
ne10_fft_cpx_float32_t* ne10_fft_state_float32_t::twiddles |
Definition at line 244 of file NE10_types.h.