Edinburgh Speech Tools  2.1-release
spectrogram.cc File Reference
#include <cmath>
#include <climits>
#include <cfloat>
#include "EST_error.h"
#include "EST_Track.h"
#include "EST_Wave.h"
#include "sigpr/EST_Window.h"
#include "EST_Option.h"
#include "sigpr/EST_fft.h"
#include "sigpr/EST_spectrogram.h"
#include "sigpr/EST_misc_sigpr.h"
Include dependency graph for spectrogram.cc:

Go to the source code of this file.

Functions

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