|
MSP DSP Library
|
Parameter structure for the real matrix shift function. More...
#include <DSPLib_matrix.h>
Data Fields | |
| uint16_t | rows |
| Number of rows in the source matrices, must be a multiple of two. | |
| uint16_t | cols |
| Number of columns in the source matrices, must be a multiple of two. | |
| int8_t | shift |
Parameter structure for the real matrix shift function.
| int8_t msp_matrix_shift_q15_params::shift |
Integer value to shift each matrix element by. Positive values will shift to the left and negative values will shift to the right.