Logo
MSP DSP Library
msp_cmplx_shift_q15_params Struct Reference

Parameter structure for the Q15 complex vector shift function. More...

#include <DSPLib_vector.h>

Data Fields

uint16_t length
 Length of source and destination data, must be a multiple of two.
 
int8_t shift
 
bool conjugate
 Return complex conjugate result.
 

Detailed Description

Parameter structure for the Q15 complex vector shift function.

Field Documentation

int8_t msp_cmplx_shift_q15_params::shift

Integer value to shift each vector element by. Positive values will shift to the left and negative values will shift to the right.


The documentation for this struct was generated from the following file: