CSI-DSP  Version 1.0.0
CSI DSP Software Library
Data Fields
csky_matrix_instance_q15 Struct Reference

Instance structure for the Q15 matrix structure.

Data Fields

uint16_t numRows
 
uint16_t numCols
 
q15_tpData
 

Field Documentation

uint16_t csky_matrix_instance_q15::numCols

number of columns of the matrix.

uint16_t csky_matrix_instance_q15::numRows

number of rows of the matrix.

q15_t* csky_matrix_instance_q15::pData

points to the data of the matrix.