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__radix2__f32_8c.html | 47 +++++++++++++++------------- 1 file changed, 26 insertions(+), 21 deletions(-) (limited to 'docs/DSP/html/arm__cfft__radix2__f32_8c.html') diff --git a/docs/DSP/html/arm__cfft__radix2__f32_8c.html b/docs/DSP/html/arm__cfft__radix2__f32_8c.html index 5d929b1..b9eb418 100644 --- a/docs/DSP/html/arm__cfft__radix2__f32_8c.html +++ b/docs/DSP/html/arm__cfft__radix2__f32_8c.html @@ -32,7 +32,7 @@ Logo
CMSIS-DSP -  Version 1.5.2 +  Version 1.7.0
CMSIS DSP Software Library
@@ -116,18 +116,19 @@ $(document).ready(function(){initNavTree('arm__cfft__radix2__f32_8c.html','');}) - - - - - - + + + + + + +

Functions

void arm_radix2_butterfly_f32 (float32_t *pSrc, uint32_t fftLen, float32_t *pCoef, uint16_t twidCoefModifier)
 
void arm_radix2_butterfly_inverse_f32 (float32_t *pSrc, uint32_t fftLen, float32_t *pCoef, uint16_t twidCoefModifier, float32_t onebyfftLen)
 
void arm_bitreversal_f32 (float32_t *pSrc, uint16_t fftSize, uint16_t bitRevFactor, uint16_t *pBitRevTab)
 
void arm_radix2_butterfly_f32 (float32_t *pSrc, uint32_t fftLen, const float32_t *pCoef, uint16_t twidCoefModifier)
 
void arm_radix2_butterfly_inverse_f32 (float32_t *pSrc, uint32_t fftLen, const float32_t *pCoef, uint16_t twidCoefModifier, float32_t onebyfftLen)
 
void arm_bitreversal_f32 (float32_t *pSrc, uint16_t fftSize, uint16_t bitRevFactor, const uint16_t *pBitRevTab)
 In-place floating-point bit reversal function. More...
 
void arm_cfft_radix2_f32 (const arm_cfft_radix2_instance_f32 *S, float32_t *pSrc)
 Radix-2 CFFT/CIFFT. More...
 

Function Documentation

- +
@@ -152,7 +153,7 @@ Functions - + @@ -162,12 +163,20 @@ Functions
uint16_t * const uint16_t *  pBitRevTab 
- -

Referenced by arm_cfft_radix2_f32().

+
Parameters
+ + + + + +
[in,out]pSrcpoints to in-place floating-point data buffer
[in]fftSizelength of FFT
[in]bitRevFactorbit reversal modifier that supports different size FFTs with the same bit reversal table
[in]pBitRevTabpoints to bit reversal table
+
+
+
Returns
none
- +
@@ -186,7 +195,7 @@ Functions - + @@ -202,13 +211,11 @@ Functions
float32_tconst float32_t pCoef,
-

end of ComplexFFT group

- -

Referenced by arm_cfft_radix2_f32().

+

end of ComplexFFT group brief Core function for the floating-point CFFT butterfly process. param[in,out] pSrc points to in-place buffer of floating-point data type param[in] fftLen length of the FFT param[in] pCoef points to twiddle coefficient buffer param[in] twidCoefModifier twiddle coefficient modifier that supports different size FFTs with the same twiddle factor table return none

- +
@@ -227,7 +234,7 @@ Functions - + @@ -250,8 +257,6 @@ Functions
float32_tconst float32_t pCoef,
-

Referenced by arm_cfft_radix2_f32().

-
@@ -260,7 +265,7 @@ Functions