#include <cstdlib>#include <iostream>#include <fstream>#include <cmath>#include "EST_types.h"#include "ling_class/EST_Relation.h"#include "ling_class/EST_relation_aux.h"#include "EST_track_aux.h"#include "EST_string_aux.h"#include "EST_io_aux.h"#include "EST_Option.h"
Go to the source code of this file.
Functions | |
| void | track_to_label (const EST_Track &tr, EST_Relation &lab, float thresh) |
| void | track_to_pm (const EST_Track &tr, int sample_rate, EST_Relation &lab) |
| void | label_to_track (const EST_Relation &lab, EST_Track &tr, float shift, float offset, float range, float req_l, const EST_String &pad) |
| void | label_to_track (const EST_Relation &lab, const EST_Option &al, const EST_Option &op, EST_Track &tr) |
| void track_to_label | ( | const EST_Track & | tr, |
| EST_Relation & | lab, | ||
| float | thresh | ||
| ) |
Definition at line 54 of file EST_relation_track.cc.
| void track_to_pm | ( | const EST_Track & | tr, |
| int | sample_rate, | ||
| EST_Relation & | lab | ||
| ) |
Definition at line 95 of file EST_relation_track.cc.
| void label_to_track | ( | const EST_Relation & | lab, |
| EST_Track & | tr, | ||
| float | shift, | ||
| float | offset, | ||
| float | range, | ||
| float | req_l, | ||
| const EST_String & | pad | ||
| ) |
Definition at line 134 of file EST_relation_track.cc.
| void label_to_track | ( | const EST_Relation & | lab, |
| const EST_Option & | al, | ||
| const EST_Option & | op, | ||
| EST_Track & | tr | ||
| ) |
Definition at line 165 of file EST_relation_track.cc.