Instance structure for the floating-point RFFT/RIFFT function. More...
#include <arm_math.h>
Public Attributes | |
uint16_t | fftLenRFFT |
float32_t * | pTwiddleRFFT |
arm_cfft_instance_f32 | Sint |
Instance structure for the floating-point RFFT/RIFFT function.
Definition at line 2343 of file arm_math.h.
uint16_t arm_rfft_fast_instance_f32::fftLenRFFT |
length of the real sequence
Definition at line 2346 of file arm_math.h.
float32_t* arm_rfft_fast_instance_f32::pTwiddleRFFT |
Twiddle factors real stage
Definition at line 2347 of file arm_math.h.
arm_cfft_instance_f32 arm_rfft_fast_instance_f32::Sint |
Internal CFFT structure.
Definition at line 2345 of file arm_math.h.