Skip to content

plp_power_instance_q32

Instance structure for fixed point parallel power. More...

#include <plp_math.h>

Public Attributes

Name
int32_t * pSrc
uint32_t blkSizePE
uint32_t fracBits
uint32_t nPE
int32_t * resBuffer

Detailed Description

struct plp_power_instance_q32;

Instance structure for fixed point parallel power.

Parameters:

  • pSrc points to the first input vector
  • blkSizePE number of samples in each vector
  • nPE number of parallel processing units
  • resBuffer pointer to the result buffer

Public Attributes Documentation

variable pSrc

int32_t * pSrc;

variable blkSizePE

uint32_t blkSizePE;

variable fracBits

uint32_t fracBits;

variable nPE

uint32_t nPE;

variable resBuffer

int32_t * resBuffer;

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