Data Fields
VCELPF3_ComplexMatrix Struct Reference

VCELPF3 Matrix Struct. More...

#include <VCELPF3.h>

Data Fields

complex float * data
 
uint16_t rows
 
uint16_t cols
 

Detailed Description

VCELPF3 Matrix Struct.

Struct representing a column-major Matrix data type. Column-mjaor means that for an NxN matrix, N columns of size N will be stored after each other in memory.

Note
When allocating memory for this struct, provide at least: sizeof(complex float)* rows * cols bytes, where rows is VCELPF3_ComplexMatrix.rows and cols is VCELPF3_ComplexMatrix.cols.

Field Documentation

§ data

complex float* VCELPF3_ComplexMatrix::data

Pointer to the matrix data.

§ rows

uint16_t VCELPF3_ComplexMatrix::rows

Number of rows in the matrix.

§ cols

uint16_t VCELPF3_ComplexMatrix::cols

Number of columns in the matrix.


The documentation for this struct was generated from the following file:
© Copyright 1995-2024, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale