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 --- Documentation/DSP/html/arm__cfft__q15_8c.html | 363 ++++++++++++++++++++++++++ 1 file changed, 363 insertions(+) create mode 100644 Documentation/DSP/html/arm__cfft__q15_8c.html (limited to 'Documentation/DSP/html/arm__cfft__q15_8c.html') diff --git a/Documentation/DSP/html/arm__cfft__q15_8c.html b/Documentation/DSP/html/arm__cfft__q15_8c.html new file mode 100644 index 0000000..2ce3507 --- /dev/null +++ b/Documentation/DSP/html/arm__cfft__q15_8c.html @@ -0,0 +1,363 @@ + + + + + +arm_cfft_q15.c File Reference +CMSIS-DSP: arm_cfft_q15.c File Reference + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-DSP +  Version 1.4.7 +
+
CMSIS DSP Software Library
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
arm_cfft_q15.c File Reference
+
+
+ + + + + + + + + + + + + + + + + +

+Functions

void arm_radix4_butterfly_q15 (q15_t *pSrc, uint32_t fftLen, q15_t *pCoef, uint32_t twidCoefModifier)
 Core function for the Q15 CFFT butterfly process.
 
void arm_radix4_butterfly_inverse_q15 (q15_t *pSrc, uint32_t fftLen, q15_t *pCoef, uint32_t twidCoefModifier)
 Core function for the Q15 CIFFT butterfly process.
 
void arm_bitreversal_16 (uint16_t *pSrc, const uint16_t bitRevLen, const uint16_t *pBitRevTable)
 
void arm_cfft_radix4by2_q15 (q15_t *pSrc, uint32_t fftLen, const q15_t *pCoef)
 
void arm_cfft_radix4by2_inverse_q15 (q15_t *pSrc, uint32_t fftLen, const q15_t *pCoef)
 
void arm_cfft_q15 (const arm_cfft_instance_q15 *S, q15_t *p1, uint8_t ifftFlag, uint8_t bitReverseFlag)
 Processing function for the Q15 complex FFT.
 
+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
void arm_bitreversal_16 (uint16_t * pSrc,
const uint16_t bitRevLen,
const uint16_t * pBitRevTable 
)
+
+ +

Referenced by arm_cfft_q15().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
void arm_cfft_radix4by2_inverse_q15 (q15_tpSrc,
uint32_t fftLen,
const q15_tpCoef 
)
+
+ +

References _SIMD32_OFFSET, and arm_radix4_butterfly_inverse_q15().

+ +

Referenced by arm_cfft_q15().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
void arm_cfft_radix4by2_q15 (q15_tpSrc,
uint32_t fftLen,
const q15_tpCoef 
)
+
+

end of ComplexFFT group

+ +

References _SIMD32_OFFSET, and arm_radix4_butterfly_q15().

+ +

Referenced by arm_cfft_q15().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
void arm_radix4_butterfly_inverse_q15 (q15_tpSrc16,
uint32_t fftLen,
q15_tpCoef16,
uint32_t twidCoefModifier 
)
+
+
Parameters
+ + + + + +
[in,out]*pSrc16points to the in-place buffer of Q15 data type.
[in]fftLenlength of the FFT.
[in]*pCoef16points to twiddle coefficient buffer.
[in]twidCoefModifiertwiddle coefficient modifier that supports different size FFTs with the same twiddle factor table.
+
+
+
Returns
none.
+ +

References __SIMD32, and _SIMD32_OFFSET.

+ +

Referenced by arm_cfft_q15(), arm_cfft_radix4_q15(), and arm_cfft_radix4by2_inverse_q15().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
void arm_radix4_butterfly_q15 (q15_tpSrc16,
uint32_t fftLen,
q15_tpCoef16,
uint32_t twidCoefModifier 
)
+
+

end of ComplexFFT group

+
Parameters
+ + + + + +
[in,out]*pSrc16points to the in-place buffer of Q15 data type.
[in]fftLenlength of the FFT.
[in]*pCoef16points to twiddle coefficient buffer.
[in]twidCoefModifiertwiddle coefficient modifier that supports different size FFTs with the same twiddle factor table.
+
+
+
Returns
none.
+ +

References __SIMD32, and _SIMD32_OFFSET.

+ +

Referenced by arm_cfft_q15(), arm_cfft_radix4_q15(), and arm_cfft_radix4by2_q15().

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