diff options
Diffstat (limited to 'lpc.h')
-rw-r--r-- | lpc.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -32,12 +32,12 @@ | |||
32 | 32 | ||
33 | void pre_emp(float Sn_pre[], float Sn[], float *mem, int Nsam); | 33 | void pre_emp(float Sn_pre[], float Sn[], float *mem, int Nsam); |
34 | void de_emp(float Sn_se[], float Sn[], float *mem, int Nsam); | 34 | void de_emp(float Sn_se[], float Sn[], float *mem, int Nsam); |
35 | void hanning_window(float Sn[], float Wn[], int Nsam); | 35 | void hanning_window(float Sn[], float Wn[], int Nsam); |
36 | void autocorrelate(float Sn[], float Rn[], int Nsam, int order); | 36 | void autocorrelate(float Sn[], float Rn[], int Nsam, int order); |
37 | void levinson_durbin(float R[], float lpcs[], int order); | 37 | void levinson_durbin(float R[], float lpcs[], int order); |
38 | void inverse_filter(float Sn[], float a[], int Nsam, float res[], int order); | 38 | void inverse_filter(float Sn[], float a[], int Nsam, float res[], int order); |
39 | void synthesis_filter(float res[], float a[], int Nsam, int order, float Sn_[]); | 39 | void synthesis_filter(float res[], float a[], int Nsam, int order, float Sn_[]); |
40 | void find_aks(float Sn[], float a[], int Nsam, int order, float *E); | 40 | void find_aks(float Sn[], float a[], int Nsam, int order, float *E); |
41 | void weight(float ak[], float gamma, int order, float akw[]); | 41 | void weight(float ak[], float gamma, int order, float akw[]); |
42 | 42 | ||
43 | #endif | 43 | #endif |