Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mbed-TFT-example-NCS36510 mbed-Accelerometer-example-NCS36510 mbed-Accelerometer-example-NCS36510
Modules | |
Complex FFT Functions | |
Radix-8 Complex FFT Functions | |
DCT Type IV Functions | |
Representation of signals by minimum number of values is important for storage and transmission. | |
Real FFT Functions | |
Complex FFT Tables | |
RealFFT | |
Functions | |
void | arm_split_rfft_f32 (float32_t *pSrc, uint32_t fftLen, float32_t *pATable, float32_t *pBTable, float32_t *pDst, uint32_t modifier) |
end of RealFFT group |
Function Documentation
void arm_split_rfft_f32 | ( | float32_t * | pSrc, |
uint32_t | fftLen, | ||
float32_t * | pATable, | ||
float32_t * | pBTable, | ||
float32_t * | pDst, | ||
uint32_t | modifier | ||
) |
end of RealFFT group
Core Real FFT process
- Parameters:
-
[in] *pSrc points to the input buffer. [in] fftLen length of FFT. [in] *pATable points to the twiddle Coef A buffer. [in] *pBTable points to the twiddle Coef B buffer. [out] *pDst points to the output buffer. [in] modifier twiddle coefficient modifier that supports different size FFTs with the same twiddle factor table.
- Returns:
- none.
Definition at line 168 of file arm_rfft_f32.c.
Generated on Tue Jul 12 2022 11:03:06 by
