NMSIS-DSP
Version 1.3.1
NMSIS DSP Software Library
|
Instance structure for the floating-point RFFT/RIFFT function. More...
Data Fields | |
riscv_cfft_instance_f32 | Sint |
uint16_t | fftLenRFFT |
const float32_t * | pTwiddleRFFT |
Instance structure for the floating-point RFFT/RIFFT function.
uint16_t riscv_rfft_fast_instance_f32::fftLenRFFT |
length of the real sequence
const float32_t* riscv_rfft_fast_instance_f32::pTwiddleRFFT |
Twiddle factors real stage
riscv_cfft_instance_f32 riscv_rfft_fast_instance_f32::Sint |
Internal CFFT structure.