LIBML  Version 3.2.4
LIBML DSP Software Library
Data Fields
tpt_mfcc_instance_f32 Struct Reference

Instance structure for the Floating-point MFCC function. More...

#include <tpt_math_filter.h>

Data Fields

const f32_tdctCoefs
 Internal DCT coefficients. More...
 
const f32_tfilterCoefs
 Internal Mel filter coefficients. More...
 
const f32_twindowCoefs
 Windowing coefficients. More...
 
const uint32_t * filterPos
 Internal Mel filter positions in spectrum. More...
 
const uint32_t * filterLengths
 Internal Mel filter lengths. More...
 
uint32_t aLogN
 FFT length. More...
 
uint32_t nbMelFilters
 Number of Mel filters. More...
 
uint32_t nbDctOutputs
 Number of DCT outputs. More...
 
f32_trfft
 

Detailed Description

Instance structure for the Floating-point MFCC function.

Field Documentation

◆ aLogN

uint32_t tpt_mfcc_instance_f32::aLogN

FFT length.

◆ dctCoefs

const f32_t* tpt_mfcc_instance_f32::dctCoefs

Internal DCT coefficients.

◆ filterCoefs

const f32_t* tpt_mfcc_instance_f32::filterCoefs

Internal Mel filter coefficients.

◆ filterLengths

const uint32_t* tpt_mfcc_instance_f32::filterLengths

Internal Mel filter lengths.

◆ filterPos

const uint32_t* tpt_mfcc_instance_f32::filterPos

Internal Mel filter positions in spectrum.

◆ nbDctOutputs

uint32_t tpt_mfcc_instance_f32::nbDctOutputs

Number of DCT outputs.

◆ nbMelFilters

uint32_t tpt_mfcc_instance_f32::nbMelFilters

Number of Mel filters.

◆ rfft

f32_t* tpt_mfcc_instance_f32::rfft

◆ windowCoefs

const f32_t* tpt_mfcc_instance_f32::windowCoefs

Windowing coefficients.


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