Logo
MSP DSP Library
msp_matrix_shift_iq31_params Struct Reference

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
 

Detailed Description

Parameter structure for the real matrix shift function.

Field Documentation

int8_t msp_matrix_shift_iq31_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.


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