Skip to content

plp_cfft_instance_f32_parallel

Instance structure for floating-point FFT (parallel version) More...

#include <plp_math.h>

Public Attributes

Name
plp_cfft_instance_f32 * S
const float32_t * pSrc
uint8_t ifftFlag
uint8_t bitReverseFlag
const uint32_t nPE

Detailed Description

struct plp_cfft_instance_f32_parallel;

Instance structure for floating-point FFT (parallel version)

Parameters:

  • S pointer to a plp_cfft_instance_f32 data structure (FFT parameters)
  • pSrc pointer to the input data buffer
  • ifftFlag flag that selects forward (ifftFlag=0) or inverse (ifftFlag=1)transform.
  • bitReverseFlag flag that enables (bitReverseFlag=1) of disables
  • nPE number of cores
  • pDst pointer to the output data buffer

Public Attributes Documentation

variable S

plp_cfft_instance_f32 * S;

variable pSrc

const float32_t * pSrc;

variable ifftFlag

uint8_t ifftFlag;

variable bitReverseFlag

uint8_t bitReverseFlag;

variable nPE

const uint32_t nPE;

Updated on 2023-03-01 at 16:16:31 +0000