![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Instance structure for the floating-point RFFT/RIFFT function. More...
#include <arm_math.h>
Data Fields | |
arm_cfft_instance_f32 | Sint |
uint16_t | fftLenRFFT |
float32_t * | pTwiddleRFFT |
Instance structure for the floating-point RFFT/RIFFT function.
Definition at line 2235 of file arm_math.h.
uint16_t fftLenRFFT |
length of the real sequence
Definition at line 2238 of file arm_math.h.
float32_t* pTwiddleRFFT |
Twiddle factors real stage
Definition at line 2239 of file arm_math.h.
Internal CFFT structure.
Definition at line 2237 of file arm_math.h.