Skip to content

plp_power_instance_f32

Instance structure for float parallel power. More...

#include <plp_math.h>

Public Attributes

Name
const float32_t * pSrc
uint32_t blkSizePE
uint32_t nPE
float32_t * resBuffer

Detailed Description

struct plp_power_instance_f32;

Instance structure for float 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

const float32_t * pSrc;

variable blkSizePE

uint32_t blkSizePE;

variable nPE

uint32_t nPE;

variable resBuffer

float32_t * resBuffer;

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