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