#include "defines.h"
#include "comp.h"
Go to the source code of this file.
Functions |
void | make_analysis_window (float w[], COMP W[]) |
float | hpf (float x, float states[]) |
void | dft_speech (COMP Sw[], float Sn[], float w[]) |
void | two_stage_pitch_refinement (MODEL *model, COMP Sw[]) |
void | estimate_amplitudes (MODEL *model, COMP Sw[], COMP W[]) |
float | est_voicing_mbe (MODEL *model, COMP Sw[], COMP W[], COMP Sw_[], COMP Ew[], float prev_Wo) |
void | make_synthesis_window (float Pn[]) |
void | synthesise (float Sn_[], MODEL *model, float Pn[], int shift) |
Function Documentation
void dft_speech |
( |
COMP |
Sw[], |
|
|
float |
Sn[], |
|
|
float |
w[] |
|
) |
| |
float hpf |
( |
float |
x, |
|
|
float |
states[] |
|
) |
| |
void make_analysis_window |
( |
float |
w[], |
|
|
COMP |
W[] |
|
) |
| |
void make_synthesis_window |
( |
float |
Pn[] | ) |
|
void synthesise |
( |
float |
Sn_[], |
|
|
MODEL * |
model, |
|
|
float |
Pn[], |
|
|
int |
shift |
|
) |
| |
void two_stage_pitch_refinement |
( |
MODEL * |
model, |
|
|
COMP |
Sw[] |
|
) |
| |