Edinburgh Speech Tools  2.1-release
delta.cc File Reference
#include <cstdlib>
#include "EST_Track.h"
#include "EST_Wave.h"
Include dependency graph for delta.cc:

Go to the source code of this file.

Macros

#define MAX_DELTA_ORDER   2
 
#define MAX_REGRESSION_LENGTH   4
 max. number of points on which the delta co-eff is based More...
 

Functions

void delta (EST_Track &tr, EST_Track &d, int regression_length)
 
void delta (EST_Wave &tr, EST_Wave &d, int regression_length)
 

Macro Definition Documentation

#define MAX_DELTA_ORDER   2

Definition at line 46 of file delta.cc.

#define MAX_REGRESSION_LENGTH   4

max. number of points on which the delta co-eff is based

Definition at line 48 of file delta.cc.

Function Documentation

void delta ( EST_Wave tr,
EST_Wave d,
int  regression_length 
)

Definition at line 92 of file delta.cc.