Edinburgh Speech Tools  2.1-release
Spectrogram generation
Collaboration diagram for Spectrogram generation:

Functions

void raw_spectrogram (EST_Track &sp, EST_Wave &sig, float length, float shift, int order, bool slow=0)
 Compute the power-spectrogram. More...
 
void scale_spectrogram (EST_Track &s, float range, float b, float w)
 Manipulate the spectrogram to. More...
 
void make_spectrogram (EST_Wave &sig, EST_Track &sp, EST_Features &op)
 

Detailed Description

Author
Richard Caley rjc@c.nosp@m.str..nosp@m.ed.ac.nosp@m..uk
Version
Id
EST_spectrogram.h,v 1.2 2001/04/04 13:11:27 awb Exp

Function Documentation

void raw_spectrogram ( EST_Track sp,
EST_Wave sig,
float  length,
float  shift,
int  order,
bool  slow = 0 
)

Compute the power-spectrogram.

Definition at line 123 of file spectrogram.cc.

void scale_spectrogram ( EST_Track s,
float  range,
float  b,
float  w 
)

Manipulate the spectrogram to.

Definition at line 84 of file spectrogram.cc.

void make_spectrogram ( EST_Wave sig,
EST_Track sp,
EST_Features op 
)

Definition at line 53 of file spectrogram.cc.