Logo
MSP DSP Library
msp_matrix_mpy_q15_params Struct Reference

Parameter structure for the real matrix multiply function. More...

#include <DSPLib_matrix.h>

Data Fields

uint16_t srcARows
 Number of rows in source A matrix, must be a multiple of two.
 
uint16_t srcACols
 Number of columns in source A matrix, must be a multiple of two.
 
uint16_t srcBRows
 Number of rows in source B matrix, must be a multiple of two.
 
uint16_t srcBCols
 Number of columns in source B matrix, must be a multiple of two.
 

Detailed Description

Parameter structure for the real matrix multiply function.

Examples:
matrix_ex3_mpy_q15.c.

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