#include <include/EST_Event.h>
Public Member Functions | |
void | init () |
float | amp () |
float | dur () |
float | rise_amp () |
float | rise_dur () |
float | fall_amp () |
float | fall_dur () |
float | start_f0 () |
float | start_pos () |
float | peak_f0 () |
float | peak_pos () |
float | end_f0 () |
float | end_pos () |
void | set_start_f0 (float a) |
void | set_start_pos (float a) |
void | set_peak_f0 (float a) |
void | set_peak_pos (float a) |
void | set_end_f0 (float a) |
void | set_end_pos (float a) |
Public Member Functions inherited from EventBase | |
int | save (EST_String filename, EST_String type="") |
Public Attributes | |
EventSI * | sn |
EventSI * | sp |
Public Attributes inherited from EventBase | |
EST_String | type |
Friends | |
ostream & | operator<< (ostream &s, EventSI &e) |
Definition at line 101 of file EST_Event.h.
void EventSI::init | ( | ) |
float EventSI::amp | ( | ) |
float EventSI::dur | ( | ) |
float EventSI::rise_amp | ( | ) |
float EventSI::rise_dur | ( | ) |
float EventSI::fall_amp | ( | ) |
float EventSI::fall_dur | ( | ) |
float EventSI::start_f0 | ( | ) |
float EventSI::start_pos | ( | ) |
float EventSI::peak_f0 | ( | ) |
float EventSI::peak_pos | ( | ) |
float EventSI::end_f0 | ( | ) |
float EventSI::end_pos | ( | ) |
void EventSI::set_start_f0 | ( | float | a | ) |
void EventSI::set_start_pos | ( | float | a | ) |
void EventSI::set_peak_f0 | ( | float | a | ) |
void EventSI::set_peak_pos | ( | float | a | ) |
void EventSI::set_end_f0 | ( | float | a | ) |
void EventSI::set_end_pos | ( | float | a | ) |
|
friend |
Definition at line 138 of file EST_Event.h.
EventSI* EventSI::sn |
Definition at line 135 of file EST_Event.h.
EventSI* EventSI::sp |
Definition at line 136 of file EST_Event.h.