35 #ifndef __EST_SPECTROGRAM_H__ 36 #define __EST_SPECTROGRAM_H__ 53 int order,
bool slow=0);
A class for storing digital waveforms. The waveform is stored as an array of 16 bit shorts...
void raw_spectrogram(EST_Track &sp, EST_Wave &sig, float length, float shift, int order, bool slow=0)
Compute the power-spectrogram.
void scale_spectrogram(EST_Track &s, float range, float b, float w)
Manipulate the spectrogram to.
void make_spectrogram(EST_Wave &sig, EST_Track &sp, EST_Features &op)