SphinxBase 0.6
fe_s Struct Reference

Structure for the front-end computation. More...

#include <fe_internal.h>

Data Fields

cmd_ln_tconfig
 
int refcount
 
float32 sampling_rate
 
int16 frame_rate
 
int16 frame_shift
 
float32 window_length
 
int16 frame_size
 
int16 fft_size
 
uint8 fft_order
 
uint8 feature_dimension
 
uint8 num_cepstra
 
uint8 remove_dc
 
uint8 log_spec
 
uint8 swap
 
uint8 dither
 
uint8 transform
 
float32 pre_emphasis_alpha
 
int32 seed
 
int16 frame_counter
 
uint8 start_flag
 
uint8 reserved
 
frame_t * ccc
 
frame_t * sss
 
melfb_tmel_fb
 
window_t * hamming_window
 
int16 * spch
 
frame_t * frame
 
powspec_t * spec
 
powspec_t * mfspec
 
int16 * overflow_samps
 
int16 num_overflow_samps
 
int16 prior
 

Detailed Description

Structure for the front-end computation.

Definition at line 124 of file fe_internal.h.

Field Documentation

◆ ccc

frame_t* fe_s::ccc

Definition at line 153 of file fe_internal.h.

◆ config

cmd_ln_t* fe_s::config

Definition at line 125 of file fe_internal.h.

◆ dither

uint8 fe_s::dither

Definition at line 142 of file fe_internal.h.

◆ feature_dimension

uint8 fe_s::feature_dimension

Definition at line 137 of file fe_internal.h.

◆ fft_order

uint8 fe_s::fft_order

Definition at line 136 of file fe_internal.h.

◆ fft_size

int16 fe_s::fft_size

Definition at line 134 of file fe_internal.h.

◆ frame

frame_t* fe_s::frame

Definition at line 162 of file fe_internal.h.

◆ frame_counter

int16 fe_s::frame_counter

Definition at line 148 of file fe_internal.h.

◆ frame_rate

int16 fe_s::frame_rate

Definition at line 129 of file fe_internal.h.

◆ frame_shift

int16 fe_s::frame_shift

Definition at line 130 of file fe_internal.h.

◆ frame_size

int16 fe_s::frame_size

Definition at line 133 of file fe_internal.h.

◆ hamming_window

window_t* fe_s::hamming_window

Definition at line 157 of file fe_internal.h.

◆ log_spec

uint8 fe_s::log_spec

Definition at line 140 of file fe_internal.h.

◆ mel_fb

melfb_t* fe_s::mel_fb

Definition at line 155 of file fe_internal.h.

◆ mfspec

powspec_t * fe_s::mfspec

Definition at line 163 of file fe_internal.h.

◆ num_cepstra

uint8 fe_s::num_cepstra

Definition at line 138 of file fe_internal.h.

◆ num_overflow_samps

int16 fe_s::num_overflow_samps

Definition at line 165 of file fe_internal.h.

◆ overflow_samps

int16* fe_s::overflow_samps

Definition at line 164 of file fe_internal.h.

◆ pre_emphasis_alpha

float32 fe_s::pre_emphasis_alpha

Definition at line 145 of file fe_internal.h.

◆ prior

int16 fe_s::prior

Definition at line 166 of file fe_internal.h.

◆ refcount

int fe_s::refcount

Definition at line 126 of file fe_internal.h.

◆ remove_dc

uint8 fe_s::remove_dc

Definition at line 139 of file fe_internal.h.

◆ reserved

uint8 fe_s::reserved

Definition at line 150 of file fe_internal.h.

◆ sampling_rate

float32 fe_s::sampling_rate

Definition at line 128 of file fe_internal.h.

◆ seed

int32 fe_s::seed

Definition at line 146 of file fe_internal.h.

◆ spch

int16* fe_s::spch

Definition at line 161 of file fe_internal.h.

◆ spec

powspec_t* fe_s::spec

Definition at line 163 of file fe_internal.h.

◆ sss

frame_t * fe_s::sss

Definition at line 153 of file fe_internal.h.

◆ start_flag

uint8 fe_s::start_flag

Definition at line 149 of file fe_internal.h.

◆ swap

uint8 fe_s::swap

Definition at line 141 of file fe_internal.h.

◆ transform

uint8 fe_s::transform

Definition at line 143 of file fe_internal.h.

◆ window_length

float32 fe_s::window_length

Definition at line 132 of file fe_internal.h.


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