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