#include "EST_error.h"#include "EST_track_aux.h"#include "EST_inline_utils.h"#include "sigpr/EST_fft.h"#include "sigpr/EST_sigpr_frame.h"#include "sigpr/EST_sigpr_utt.h"#include "EST_Features.h"#include "EST_types.h"#include "EST_string_aux.h"
Go to the source code of this file.
Functions | |
| void | sigpr_acc (EST_Wave &sig, EST_Track &fv, EST_Features &op, const EST_StrList &slist) |
| void | sigpr_delta (EST_Wave &sig, EST_Track &fv, EST_Features &op, const EST_StrList &slist) |
| void | add_channels_to_map (EST_StrList &map, EST_StrList &types, EST_Features &op, int delta_order) |
| void | sigpr_base (EST_Wave &sig, EST_Track &fv, EST_Features &op, const EST_StrList &slist) |
| void | sigpr_delta (EST_Wave &sig, EST_Track &fv, EST_Features &op, const EST_String &k) |
| void | sigpr_acc (EST_Wave &sig, EST_Track &fv, EST_Features &op, const EST_String &k) |
| int | get_frame_size (EST_Track &pms, int i, int sample_rate, int prefer_prev) |
| float | get_time_frame_size (EST_Track &pms, int i, int prefer_prev) |
| void | sig2coef (EST_Wave &sig, EST_Track &tr, EST_String type, float factor, EST_WindowFunc *wf) |
| void | power (EST_Wave &sig, EST_Track &pow, float factor) |
| void | energy (EST_Wave &sig, EST_Track &pow, float factor) |
| void | convert_track (EST_Track &in_track, EST_Track &out_track, const EST_String &out_type, const EST_String &in_type) |
| void | fbank (EST_Wave &sig, EST_Track &fbank_track, const float factor, EST_WindowFunc *wf, const bool use_power_rather_than_energy, const bool take_log) |
| void | melcep (EST_Wave &sig, EST_Track &mfcc_track, float factor, int fbank_order, float liftering_parameter, EST_WindowFunc *wf, const bool include_c0, const bool use_power_rather_than_energy) |
| void add_channels_to_map | ( | EST_StrList & | map, |
| EST_StrList & | types, | ||
| EST_Features & | op, | ||
| int | delta_order | ||
| ) |
Definition at line 76 of file sigpr_utt.cc.
| void sigpr_delta | ( | EST_Wave & | sig, |
| EST_Track & | fv, | ||
| EST_Features & | op, | ||
| const EST_String & | k | ||
| ) |
Definition at line 213 of file sigpr_utt.cc.
| void sigpr_acc | ( | EST_Wave & | sig, |
| EST_Track & | fv, | ||
| EST_Features & | op, | ||
| const EST_String & | k | ||
| ) |
Definition at line 259 of file sigpr_utt.cc.
| void convert_track | ( | EST_Track & | in_track, |
| EST_Track & | out_track, | ||
| const EST_String & | out_type, | ||
| const EST_String & | in_type | ||
| ) |
Definition at line 473 of file sigpr_utt.cc.