![]() |
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. More... | |
ne10_int32_t | is_backward_scaled |
@biref Flag to control scaling behaviour in backward floating point complex FFT. More... | |
structure for the floating point FFT state
Definition at line 240 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.