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