|  | CMSIS-DSP
    Version 1.5.2
    CMSIS DSP Software Library | 
| 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.  More... | |
| 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.  More... | |
| 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.  More... | |
| void arm_bitreversal_16 | ( | uint16_t * | pSrc, | 
| const uint16_t | bitRevLen, | ||
| const uint16_t * | pBitRevTable | ||
| ) | 
Referenced by arm_cfft_q15().
References __QSUB(), __QSUB16(), __SHADD16(), __SMUADX(), __SMUSD(), _SIMD32_OFFSET, and arm_radix4_butterfly_inverse_q15().
Referenced by arm_cfft_q15().
end of ComplexFFT group
References __QSUB16(), __SHADD16(), __SMUAD(), __SMUSDX(), _SIMD32_OFFSET, and arm_radix4_butterfly_q15().
Referenced by arm_cfft_q15().
| void arm_radix4_butterfly_inverse_q15 | ( | q15_t * | pSrc16, | 
| uint32_t | fftLen, | ||
| q15_t * | pCoef16, | ||
| uint32_t | twidCoefModifier | ||
| ) | 
| [in,out] | *pSrc16 | points to the in-place buffer of Q15 data type. | 
| [in] | fftLen | length of the FFT. | 
| [in] | *pCoef16 | points to twiddle coefficient buffer. | 
| [in] | twidCoefModifier | twiddle coefficient modifier that supports different size FFTs with the same twiddle factor table. | 
References __QADD16(), __QASX(), __QSAX(), __QSUB16(), __SHADD16(), __SHASX(), __SHSAX(), __SHSUB16(), __SIMD32, __SMUADX(), __SMUSD(), and _SIMD32_OFFSET.
Referenced by arm_cfft_q15(), arm_cfft_radix4_q15(), and arm_cfft_radix4by2_inverse_q15().
| void arm_radix4_butterfly_q15 | ( | q15_t * | pSrc16, | 
| uint32_t | fftLen, | ||
| q15_t * | pCoef16, | ||
| uint32_t | twidCoefModifier | ||
| ) | 
end of ComplexFFT group
| [in,out] | *pSrc16 | points to the in-place buffer of Q15 data type. | 
| [in] | fftLen | length of the FFT. | 
| [in] | *pCoef16 | points to twiddle coefficient buffer. | 
| [in] | twidCoefModifier | twiddle coefficient modifier that supports different size FFTs with the same twiddle factor table. | 
References __QADD16(), __QASX(), __QSAX(), __QSUB16(), __SHADD16(), __SHASX(), __SHSAX(), __SHSUB16(), __SIMD32, __SMUAD(), __SMUSDX(), and _SIMD32_OFFSET.
Referenced by arm_cfft_q15(), arm_cfft_radix4_q15(), and arm_cfft_radix4by2_q15().