|
SphinxBase 5prealpha
|
Structure holding data for doing AGC. More...
#include <agc.h>
Data Fields | |
| mfcc_t | max |
| Estimated max for current utterance (for AGC_EMAX) | |
| mfcc_t | obs_max |
| Observed max in current utterance. | |
| int32 | obs_frame |
| Whether any data was observed after prev update. | |
| int32 | obs_utt |
| Whether any utterances have been observed. | |
| mfcc_t | obs_max_sum |
| mfcc_t | noise_thresh |
| Noise threshold (for AGC_NOISE only) | |
| mfcc_t agc_s::max |
Estimated max for current utterance (for AGC_EMAX)
Definition at line 114 of file agc.h.
Referenced by agc_emax(), agc_emax_get(), agc_emax_set(), and agc_emax_update().
| mfcc_t agc_s::noise_thresh |
Noise threshold (for AGC_NOISE only)
Definition at line 119 of file agc.h.
Referenced by agc_get_threshold(), agc_init(), agc_noise(), and agc_set_threshold().
| int32 agc_s::obs_frame |
Whether any data was observed after prev update.
Definition at line 116 of file agc.h.
Referenced by agc_emax(), agc_emax_update(), and agc_max().
| mfcc_t agc_s::obs_max |
Observed max in current utterance.
Definition at line 115 of file agc.h.
Referenced by agc_emax(), agc_emax_update(), and agc_max().
| int32 agc_s::obs_utt |
Whether any utterances have been observed.
Definition at line 117 of file agc.h.
Referenced by agc_emax_update().