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__rfft__q15_8c.html | 66 ++++++++++++++++-------------------- 1 file changed, 30 insertions(+), 36 deletions(-) (limited to 'docs/DSP/html/arm__rfft__q15_8c.html') diff --git a/docs/DSP/html/arm__rfft__q15_8c.html b/docs/DSP/html/arm__rfft__q15_8c.html index 1fab8ad..de9541c 100644 --- a/docs/DSP/html/arm__rfft__q15_8c.html +++ b/docs/DSP/html/arm__rfft__q15_8c.html @@ -32,7 +32,7 @@ Logo
CMSIS-DSP -  Version 1.5.2 +  Version 1.7.0
CMSIS DSP Software Library
@@ -116,18 +116,18 @@ $(document).ready(function(){initNavTree('arm__rfft__q15_8c.html','');}); - - - - - - + + + + + +

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. More...
 
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. More...
 
void arm_split_rfft_q15 (q15_t *pSrc, uint32_t fftLen, const q15_t *pATable, const q15_t *pBTable, q15_t *pDst, uint32_t modifier)
 Core Real FFT process. More...
 
void arm_split_rifft_q15 (q15_t *pSrc, uint32_t fftLen, const q15_t *pATable, const q15_t *pBTable, q15_t *pDst, uint32_t modifier)
 Core Real IFFT process. More...
 
void arm_rfft_q15 (const arm_rfft_instance_q15 *S, q15_t *pSrc, q15_t *pDst)
 Processing function for the Q15 RFFT/RIFFT. More...
 

Function Documentation

- +
@@ -146,13 +146,13 @@ Functions - + - + @@ -177,24 +177,21 @@ Functions

end of RealFFT group

Parameters
q15_tconst q15_t pATable,
q15_tconst q15_t pBTable,
- - - - - - + + + + + +
*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.
[in]pSrcpoints to input buffer
[in]fftLenlength of FFT
[in]pATablepoints to twiddle Coef A buffer
[in]pBTablepoints to twiddle Coef B buffer
[out]pDstpoints to output buffer
[in]modifiertwiddle coefficient modifier that supports different size FFTs with the same twiddle factor table
-
Returns
none. The function implements a Real FFT
- -

References __SIMD32, __SMLAD(), __SMLADX(), __SMUSD(), and __SMUSDX().

- -

Referenced by arm_rfft_q15().

+
Returns
none
+
The function implements a Real FFT
- +
@@ -213,13 +210,13 @@ Functions - + - + @@ -243,20 +240,17 @@ Functions
Parameters
q15_tconst q15_t pATable,
q15_tconst q15_t pBTable,
- - - - - - + + + + + +
[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.
[in]pSrcpoints to input buffer
[in]fftLenlength of FFT
[in]pATablepoints to twiddle Coef A buffer
[in]pBTablepoints to twiddle Coef B buffer
[out]pDstpoints to 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 __PKHBT, __SIMD32, __SMLAD(), __SMLSDX(), __SMUADX(), and __SMUSD().

- -

Referenced by arm_rfft_q15().

+
Returns
none
+
The function implements a Real IFFT
@@ -266,7 +260,7 @@ Functions