Data Fields
VCELPF3_ComplexVector Struct Reference

VCELPF3 Vector Struct. More...

#include <VCELPF3.h>

Data Fields

complex float * data
 
uint16_t size
 

Detailed Description

VCELPF3 Vector Struct.

Struct representing a Vector data type. Vectors are stored in memory as an arry.

Note
When allocating memory for this struct, provide at least: sizeof(complex float)* size bytes, where size is VCELPF3_ComplexVector.size.

Field Documentation

§ data

complex float* VCELPF3_ComplexVector::data

Pointer to the vector data.

§ size

uint16_t VCELPF3_ComplexVector::size

Length of the vector.


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