From 76177aa280494bb36d7a0bcbda1078d4db717020 Mon Sep 17 00:00:00 2001 From: Ali Labbene Date: Mon, 9 Dec 2019 11:25:19 +0100 Subject: Official ARM version: v4.5 --- .../DSP/html/structarm__cfft__instance__q31.html | 213 +++++++++++++++++++++ 1 file changed, 213 insertions(+) create mode 100644 Documentation/DSP/html/structarm__cfft__instance__q31.html (limited to 'Documentation/DSP/html/structarm__cfft__instance__q31.html') diff --git a/Documentation/DSP/html/structarm__cfft__instance__q31.html b/Documentation/DSP/html/structarm__cfft__instance__q31.html new file mode 100644 index 0000000..1db6f2b --- /dev/null +++ b/Documentation/DSP/html/structarm__cfft__instance__q31.html @@ -0,0 +1,213 @@ + + + + + +arm_cfft_instance_q31 Struct Reference +CMSIS-DSP: arm_cfft_instance_q31 Struct Reference + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-DSP +  Version 1.4.7 +
+
CMSIS DSP Software Library
+
+
+ +
+
    + +
+
+ + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
arm_cfft_instance_q31 Struct Reference
+
+
+ +

Instance structure for the fixed-point CFFT/CIFFT function. +

+ + + + + + + + + + +

+Data Fields

uint16_t fftLen
 
const q31_tpTwiddle
 
const uint16_t * pBitRevTable
 
uint16_t bitRevLength
 
+

Field Documentation

+ +
+
+ + + + +
uint16_t arm_cfft_instance_q31::bitRevLength
+
+

bit reversal table length.

+ +

Referenced by arm_cfft_q31().

+ +
+
+ +
+
+ + + + +
uint16_t arm_cfft_instance_q31::fftLen
+
+

length of the FFT.

+ +

Referenced by arm_cfft_q31().

+ +
+
+ +
+
+ + + + +
const uint16_t* arm_cfft_instance_q31::pBitRevTable
+
+

points to the bit reversal table.

+ +

Referenced by arm_cfft_q31().

+ +
+
+ +
+
+ + + + +
const q31_t* arm_cfft_instance_q31::pTwiddle
+
+

points to the Twiddle factor table.

+ +

Referenced by arm_cfft_q31().

+ +
+
+
+
+ + + + -- cgit