plp_triangular_filter_f32
structure containing non-zero values of triangular filterbanks More...
#include <plp_math.h>
Public Attributes
Name | |
---|---|
const float32_t * | V |
const uint16_t * | firstValue |
const uint16_t * | filterLength |
const uint8_t | nFilters |
Detailed Description
struct plp_triangular_filter_f32;
structure containing non-zero values of triangular filterbanks
Parameters:
- V pointer to an array containing all non-zero filter coefficients of the triangular filters
- firstValue pointer to array containing indexes of the first non-zero coefficients of the filters
- filterLength pointer to array containing lengths of the non-zero region of each filter
- nFilters total amount of triangular filters (n_mels)
Public Attributes Documentation
variable V
const float32_t * V;
variable firstValue
const uint16_t * firstValue;
variable filterLength
const uint16_t * filterLength;
variable nFilters
const uint8_t nFilters;
Updated on 2023-03-01 at 16:16:31 +0000