|
MSP DSP Library
|
Parameter structure for the real matrix scale 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. | |
| uint8_t | shift |
| Integer amount to shift result matrix by, must be positive. | |
| _q15 | scale |
| Q15 constant multiplied with the source matrix. | |
Parameter structure for the real matrix scale function.