Functions | |
void | sig2pow (EST_FVector &frame, float &power) |
void | sig2rms (EST_FVector &frame, float &rms_energy) |
void sig2pow | ( | EST_FVector & | frame, |
float & | power | ||
) |
Calculate the power for a frame of speech. This is defined as
Definition at line 472 of file sigpr_frame.cc.
void sig2rms | ( | EST_FVector & | frame, |
float & | rms_energy | ||
) |
Calculate the root mean square energy for a frame of speech. This is defined as
Definition at line 481 of file sigpr_frame.cc.