#include "stdlib.h"
#include "sigpr/EST_filter.h"
#include "sigpr/EST_pitchmark.h"
#include "ling_class/EST_Relation.h"
#include "EST_math.h"
#include "EST_inline_utils.h"
#include "EST_wave_aux.h"
#include "EST_track_aux.h"
Go to the source code of this file.
Functions | |
void | delta (EST_Wave &tr, EST_Wave &d, int regression_length) |
EST_Track | pitchmark (EST_Wave &lx, int lx_lf, int lx_lo, int lx_hf, int lx_ho, int df_lf, int df_lo, int mo, int debug) |
EST_Track | pitchmark (EST_Wave &lx, EST_Features &op) |
void | pm_min_check (EST_Track &pm, float min) |
void | pm_fill (EST_Track &pm, float new_end, float max, float min, float def) |
void | neg_zero_cross_pick (EST_Wave &lx, EST_Track &pm) |
void | pm_to_label (EST_Track &pm, EST_Relation &lab) |
void | pm_to_f0 (EST_Track &pm, EST_Track &f0) |
void | pm_to_f0 (EST_Track &pm, EST_Track &fz, float shift) |
void pm_to_label | ( | EST_Track & | pm, |
EST_Relation & | lab | ||
) |
Definition at line 248 of file pitchmark.cc.