#include "EST_Wave.h"
Go to the source code of this file.
Functions | |
Preemphasis | |
Used in LPC analysis and spectrogram creation. These two functions are inverses of one another. | |
void | EST_pre_emphasis (EST_Wave &signal, EST_Wave &psignal, float a) |
Pre process to emphasise higher frequencies. More... | |
void | EST_post_deemphasis (EST_Wave &signal, EST_Wave &dsignal, float a) |
Post process to get the original back (eg after resynthesis). More... | |