STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Functions
arm_cfft_radix4_q15.c File Reference
#include "arm_math.h"

Go to the source code of this file.

Functions

void arm_radix4_butterfly_q15 (q15_t *pSrc16, uint32_t fftLen, q15_t *pCoef16, uint32_t twidCoefModifier)
 Core function for the Q15 CFFT butterfly process. More...
 
void arm_radix4_butterfly_inverse_q15 (q15_t *pSrc16, uint32_t fftLen, q15_t *pCoef16, uint32_t twidCoefModifier)
 Core function for the Q15 CIFFT butterfly process. More...
 
void arm_bitreversal_q15 (q15_t *pSrc, uint32_t fftLen, uint16_t bitRevFactor, uint16_t *pBitRevTab)
 
void arm_cfft_radix4_q15 (const arm_cfft_radix4_instance_q15 *S, q15_t *pSrc)
 Processing function for the Q15 CFFT/CIFFT. More...
 

Function Documentation

void arm_bitreversal_q15 ( q15_t pSrc,
uint32_t  fftLen,
uint16_t  bitRevFactor,
uint16_t *  pBitRevTab 
)

Definition at line 196 of file arm_bitreversal.c.

void arm_radix4_butterfly_inverse_q15 ( q15_t pSrc16,
uint32_t  fftLen,
q15_t pCoef16,
uint32_t  twidCoefModifier 
)

Core function for the Q15 CIFFT butterfly process.

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.

Definition at line 1080 of file arm_cfft_radix4_q15.c.

void arm_radix4_butterfly_q15 ( q15_t pSrc16,
uint32_t  fftLen,
q15_t pCoef16,
uint32_t  twidCoefModifier 
)

Core function for the Q15 CFFT butterfly process.

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.

Definition at line 163 of file arm_cfft_radix4_q15.c.