![]()  | 
  
    CMSIS-DSP
    Version 1.10.0
    
   CMSIS DSP Software Library 
   | 
 
Functions | |
| void | arm_radix8_butterfly_f16 (float16_t *pSrc, uint16_t fftLen, const float16_t *pCoef, uint16_t twidCoefModifier) | 
| void arm_radix8_butterfly_f16 | ( | float16_t * | pSrc, | 
| uint16_t | fftLen, | ||
| const float16_t * | pCoef, | ||
| uint16_t | twidCoefModifier | ||
| ) | 
brief Core function for the floating-point CFFT butterfly process. param[in,out] pSrc points to the in-place buffer of floating-point data type. param[in] fftLen length of the FFT. param[in] pCoef points to the twiddle coefficient buffer. param[in] twidCoefModifier twiddle coefficient modifier that supports different size FFTs with the same twiddle factor table. return none