Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
arm_cfft_instance_q31 Struct Reference
Instance structure for the fixed-point CFFT/CIFFT function. More...
#include <arm_math.h>
Data Fields | |
| uint16_t | fftLen |
| length of the FFT. | |
| const q31_t * | pTwiddle |
| points to the Twiddle factor table. | |
| const uint16_t * | pBitRevTable |
| points to the bit reversal table. | |
| uint16_t | bitRevLength |
| bit reversal table length. | |
| const uint32_t * | rearranged_twiddle_tab_stride1_arr |
| Per stage reordered twiddle pointer (offset 1) | |
| const uint32_t * | rearranged_twiddle_tab_stride2_arr |
| Per stage reordered twiddle pointer (offset 2) | |
| const uint32_t * | rearranged_twiddle_tab_stride3_arr |
| Per stage reordered twiddle pointer (offset 3) | |
| const q31_t * | rearranged_twiddle_stride1 |
| reordered twiddle offset 1 storage | |
| const q31_t * | rearranged_twiddle_stride2 |
| reordered twiddle offset 2 storage | |
Detailed Description
Instance structure for the fixed-point CFFT/CIFFT function.
Definition at line 3140 of file arm_math.h.
Field Documentation
| uint16_t bitRevLength |
bit reversal table length.
Definition at line 3145 of file arm_math.h.
| uint16_t fftLen |
length of the FFT.
Definition at line 3142 of file arm_math.h.
| const uint16_t* pBitRevTable |
points to the bit reversal table.
Definition at line 3144 of file arm_math.h.
| const q31_t* pTwiddle |
points to the Twiddle factor table.
Definition at line 3143 of file arm_math.h.
| const q31_t* rearranged_twiddle_stride1 |
reordered twiddle offset 1 storage
Definition at line 3150 of file arm_math.h.
| const q31_t* rearranged_twiddle_stride2 |
reordered twiddle offset 2 storage
Definition at line 3151 of file arm_math.h.
| const uint32_t* rearranged_twiddle_tab_stride1_arr |
Per stage reordered twiddle pointer (offset 1)
Definition at line 3147 of file arm_math.h.
| const uint32_t* rearranged_twiddle_tab_stride2_arr |
Per stage reordered twiddle pointer (offset 2)
Definition at line 3148 of file arm_math.h.
| const uint32_t* rearranged_twiddle_tab_stride3_arr |
Per stage reordered twiddle pointer (offset 3)
Definition at line 3149 of file arm_math.h.
Generated on Wed Jul 13 2022 14:29:28 by
1.7.2