From 96d6da4e252b06dcfdc041e7df23e86161c33007 Mon Sep 17 00:00:00 2001 From: rihab kouki Date: Tue, 28 Jul 2020 11:24:49 +0100 Subject: Official ARM version: v5.6.0 --- docs/DSP/html/arm__cfft__q31_8c.html | 68 ++++++++++++++++-------------------- 1 file changed, 30 insertions(+), 38 deletions(-) (limited to 'docs/DSP/html/arm__cfft__q31_8c.html') diff --git a/docs/DSP/html/arm__cfft__q31_8c.html b/docs/DSP/html/arm__cfft__q31_8c.html index f8f61a5..e27b36a 100644 --- a/docs/DSP/html/arm__cfft__q31_8c.html +++ b/docs/DSP/html/arm__cfft__q31_8c.html @@ -32,7 +32,7 @@ Logo
CMSIS-DSP -  Version 1.5.2 +  Version 1.7.0
CMSIS DSP Software Library
@@ -116,20 +116,21 @@ $(document).ready(function(){initNavTree('arm__cfft__q31_8c.html','');}); - - - - - - + + + + + + + - +

Functions

void arm_radix4_butterfly_q31 (q31_t *pSrc, uint32_t fftLen, q31_t *pCoef, uint32_t twidCoefModifier)
 Core function for the Q31 CFFT butterfly process. More...
 
void arm_radix4_butterfly_inverse_q31 (q31_t *pSrc, uint32_t fftLen, q31_t *pCoef, uint32_t twidCoefModifier)
 Core function for the Q31 CIFFT butterfly process. More...
 
void arm_radix4_butterfly_q31 (q31_t *pSrc, uint32_t fftLen, const q31_t *pCoef, uint32_t twidCoefModifier)
 Core function for the Q31 CFFT butterfly process. More...
 
void arm_radix4_butterfly_inverse_q31 (q31_t *pSrc, uint32_t fftLen, const q31_t *pCoef, uint32_t twidCoefModifier)
 Core function for the Q31 CIFFT butterfly process. More...
 
void arm_bitreversal_32 (uint32_t *pSrc, const uint16_t bitRevLen, const uint16_t *pBitRevTable)
 In-place 32 bit reversal function. More...
 
void arm_cfft_radix4by2_q31 (q31_t *pSrc, uint32_t fftLen, const q31_t *pCoef)
 
void arm_cfft_radix4by2_inverse_q31 (q31_t *pSrc, uint32_t fftLen, const q31_t *pCoef)
 
void arm_cfft_q31 (const arm_cfft_instance_q31 *S, q31_t *p1, uint8_t ifftFlag, uint8_t bitReverseFlag)
 Processing function for the fixed-point complex FFT in Q31 format. More...
 Processing function for the Q31 complex FFT. More...
 

Function Documentation

@@ -153,7 +154,7 @@ Functions const uint16_t *  - pBitRevTable  + pBitRevTab  @@ -162,8 +163,15 @@ Functions
- -

Referenced by arm_cfft_q31().

+
Parameters
+ + + + +
[in,out]pSrcpoints to in-place buffer of unknown 32-bit data type
[in]bitRevLenbit reversal table length
[in]pBitRevTabpoints to bit reversal table
+
+
+
Returns
none
@@ -197,10 +205,6 @@ Functions
-

References arm_radix4_butterfly_inverse_q31(), mult_32x32_keep32_R, multAcc_32x32_keep32_R, and multSub_32x32_keep32_R.

- -

Referenced by arm_cfft_q31().

-
@@ -234,13 +238,9 @@ Functions

end of ComplexFFT group

-

References arm_radix4_butterfly_q31(), mult_32x32_keep32_R, multAcc_32x32_keep32_R, and multSub_32x32_keep32_R.

- -

Referenced by arm_cfft_q31().

-
- +
@@ -259,7 +259,7 @@ Functions - + @@ -277,22 +277,18 @@ Functions
Parameters
q31_tconst q31_t pCoef,
- + - +
[in,out]*pSrcpoints to the in-place buffer of Q31 data type.
[in,out]pSrcpoints to the in-place buffer of Q31 data type.
[in]fftLenlength of the FFT.
[in]*pCoefpoints to twiddle coefficient buffer.
[in]pCoefpoints to twiddle coefficient buffer.
[in]twidCoefModifiertwiddle coefficient modifier that supports different size FFTs with the same twiddle factor table.
-
Returns
none.
- -

References __SIMD64.

- -

Referenced by arm_cfft_q31(), arm_cfft_radix4_q31(), and arm_cfft_radix4by2_inverse_q31().

+
Returns
none
- +
@@ -311,7 +307,7 @@ Functions - + @@ -330,18 +326,14 @@ Functions

end of ComplexFFT group

Parameters
q31_tconst q31_t pCoef,
- + - +
[in,out]*pSrcpoints to the in-place buffer of Q31 data type.
[in,out]pSrcpoints to the in-place buffer of Q31 data type.
[in]fftLenlength of the FFT.
[in]*pCoefpoints to twiddle coefficient buffer.
[in]pCoefpoints to twiddle coefficient buffer.
[in]twidCoefModifiertwiddle coefficient modifier that supports different size FFTs with the same twiddle factor table.
-
Returns
none.
- -

References __SIMD64.

- -

Referenced by arm_cfft_q31(), arm_cfft_radix4_q31(), and arm_cfft_radix4by2_q31().

+
Returns
none
@@ -351,7 +343,7 @@ Functions