From 9f95ff5b6ba01db09552b84a0ab79607060a2666 Mon Sep 17 00:00:00 2001 From: Ali Labbene Date: Wed, 11 Dec 2019 08:59:21 +0100 Subject: Official ARM version: v5.4.0 Add CMSIS V5.4.0, please refer to index.html available under \docs folder. Note: content of \CMSIS\Core\Include has been copied under \Include to keep the same structure used in existing projects, and thus avoid projects mass update Note: the following components have been removed from ARM original delivery (as not used in ST packages) - CMSIS_EW2018.pdf - .gitattributes - .gitignore - \Device - \CMSIS - \CoreValidation - \DAP - \Documentation - \DoxyGen - \Driver - \Pack - \RTOS\CMSIS_RTOS_Tutorial.pdf - \RTOS\RTX - \RTOS\Template - \RTOS2\RTX - \Utilities - All ARM/GCC projects files are deleted from \DSP, \RTOS and \RTOS2 Change-Id: Ia026c3f0f0d016627a4fb5a9032852c33d24b4d3 --- docs/DSP/html/structarm__rfft__instance__q15.html | 264 ++++++++++++++++++++++ 1 file changed, 264 insertions(+) create mode 100644 docs/DSP/html/structarm__rfft__instance__q15.html (limited to 'docs/DSP/html/structarm__rfft__instance__q15.html') diff --git a/docs/DSP/html/structarm__rfft__instance__q15.html b/docs/DSP/html/structarm__rfft__instance__q15.html new file mode 100644 index 0000000..395e2cd --- /dev/null +++ b/docs/DSP/html/structarm__rfft__instance__q15.html @@ -0,0 +1,264 @@ + + + + + +arm_rfft_instance_q15 Struct Reference +CMSIS-DSP: arm_rfft_instance_q15 Struct Reference + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-DSP +  Version 1.5.2 +
+
CMSIS DSP Software Library
+
+
+ +
+
    + +
+
+ + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
arm_rfft_instance_q15 Struct Reference
+
+
+ +

Instance structure for the Q15 RFFT/RIFFT function. +

+ + + + + + + + + + + + + + + + +

+Data Fields

uint32_t fftLenReal
 
uint8_t ifftFlagR
 
uint8_t bitReverseFlagR
 
uint32_t twidCoefRModifier
 
q15_tpTwiddleAReal
 
q15_tpTwiddleBReal
 
const arm_cfft_instance_q15pCfft
 
+

Field Documentation

+ +
+
+ + + + +
uint8_t arm_rfft_instance_q15::bitReverseFlagR
+
+

flag that enables (bitReverseFlagR=1) or disables (bitReverseFlagR=0) bit reversal of output.

+ +

Referenced by arm_rfft_init_q15(), and arm_rfft_q15().

+ +
+
+ +
+
+ + + + +
uint32_t arm_rfft_instance_q15::fftLenReal
+
+

length of the real FFT.

+ +

Referenced by arm_rfft_init_q15(), and arm_rfft_q15().

+ +
+
+ +
+
+ + + + +
uint8_t arm_rfft_instance_q15::ifftFlagR
+
+

flag that selects forward (ifftFlagR=0) or inverse (ifftFlagR=1) transform.

+ +

Referenced by arm_rfft_init_q15(), and arm_rfft_q15().

+ +
+
+ +
+
+ + + + +
const arm_cfft_instance_q15* arm_rfft_instance_q15::pCfft
+
+

points to the complex FFT instance.

+ +

Referenced by arm_rfft_init_q15(), and arm_rfft_q15().

+ +
+
+ +
+
+ + + + +
q15_t* arm_rfft_instance_q15::pTwiddleAReal
+
+

points to the real twiddle factor table.

+ +

Referenced by arm_rfft_init_q15(), and arm_rfft_q15().

+ +
+
+ +
+
+ + + + +
q15_t* arm_rfft_instance_q15::pTwiddleBReal
+
+

points to the imag twiddle factor table.

+ +

Referenced by arm_rfft_init_q15(), and arm_rfft_q15().

+ +
+
+ +
+
+ + + + +
uint32_t arm_rfft_instance_q15::twidCoefRModifier
+
+

twiddle coefficient modifier that supports different size FFTs with the same twiddle factor table.

+ +

Referenced by arm_rfft_init_q15(), and arm_rfft_q15().

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