Edinburgh Speech Tools  2.1-release
EST_spectrogram.h File Reference
#include "EST_Wave.h"
#include "EST_Track.h"
#include "EST_Option.h"
Include dependency graph for EST_spectrogram.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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)