plp_fft_instance_f32_parallel
Instance structure for floating-point FFT (parallel version) More...
#include <plp_math.h>
Public Attributes
Name | |
---|---|
plp_fft_instance_f32 * | S |
const float32_t * | pSrc |
const uint32_t | nPE |
float32_t * | pDst |
Detailed Description
struct plp_fft_instance_f32_parallel;
Instance structure for floating-point FFT (parallel version)
Parameters:
- S pointer to a plp_fft_instance_f32 data structure (FFT parameters)
- pSrc pointer to the input data buffer
- nPE number of cores
- pDst pointer to the output data buffer
Public Attributes Documentation
variable S
plp_fft_instance_f32 * S;
variable pSrc
const float32_t * pSrc;
variable nPE
const uint32_t nPE;
variable pDst
float32_t * pDst;
Updated on 2023-03-01 at 16:16:31 +0000