MSP DSP Library
|
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. | |
Parameter structure for the Q15 complex vector shift function.
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.