![]() |
NMSIS-DSP
Version 1.4.1
NMSIS DSP Software Library
|
Instance structure for the floating-point CFFT/CIFFT function. More...
Data Fields | |
| uint16_t | fftLen |
| const float16_t * | pTwiddle |
| const uint16_t * | pBitRevTable |
| uint16_t | bitRevLength |
Instance structure for the floating-point CFFT/CIFFT function.
| uint16_t riscv_cfft_instance_f16::bitRevLength |
bit reversal table length.
| uint16_t riscv_cfft_instance_f16::fftLen |
length of the FFT.
| const uint16_t* riscv_cfft_instance_f16::pBitRevTable |
points to the bit reversal table.
| const float16_t* riscv_cfft_instance_f16::pTwiddle |
points to the Twiddle factor table.