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

+Functions

void arm_split_rfft_q15 (q15_t *pSrc, uint32_t fftLen, q15_t *pATable, q15_t *pBTable, q15_t *pDst, uint32_t modifier)
 Core Real FFT process.
 
void arm_split_rifft_q15 (q15_t *pSrc, uint32_t fftLen, q15_t *pATable, q15_t *pBTable, q15_t *pDst, uint32_t modifier)
 Core Real IFFT process.
 
void arm_rfft_q15 (const arm_rfft_instance_q15 *S, q15_t *pSrc, q15_t *pDst)
 Processing function for the Q15 RFFT/RIFFT.
 
+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
void arm_split_rfft_q15 (q15_tpSrc,
uint32_t fftLen,
q15_tpATable,
q15_tpBTable,
q15_tpDst,
uint32_t modifier 
)
+
+

end of RealFFT group

+
Parameters
+ + + + + + + +
*pSrcpoints to the input buffer.
fftLenlength of FFT.
*pATablepoints to the A twiddle Coef buffer.
*pBTablepoints to the B twiddle Coef buffer.
*pDstpoints to the output buffer.
modifiertwiddle coefficient modifier that supports different size FFTs with the same twiddle factor table.
+
+
+
Returns
none. The function implements a Real FFT
+ +

References __SIMD32.

+ +

Referenced by arm_rfft_q15().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
void arm_split_rifft_q15 (q15_tpSrc,
uint32_t fftLen,
q15_tpATable,
q15_tpBTable,
q15_tpDst,
uint32_t modifier 
)
+
+
Parameters
+ + + + + + + +
[in]*pSrcpoints to the input buffer.
[in]fftLenlength of FFT.
[in]*pATablepoints to the twiddle Coef A buffer.
[in]*pBTablepoints to the twiddle Coef B buffer.
[out]*pDstpoints to the output buffer.
[in]modifiertwiddle coefficient modifier that supports different size FFTs with the same twiddle factor table.
+
+
+
Returns
none. The function implements a Real IFFT
+ +

References __SIMD32.

+ +

Referenced by arm_rfft_q15().

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