diff options
author | erdgeist <erdgeist@erdgeist.org> | 2025-08-15 12:42:40 +0200 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2025-08-15 12:42:40 +0200 |
commit | 30325d24d107dbf133da39f7c96d1510fd1c9449 (patch) | |
tree | 932baa5b2a4475821f16dccf9e3e05011daa6d92 /lpc.h | |
parent | 9022d768021bbe15c7815cc6f8b64218b46f0e10 (diff) |
Bump to codec2 version 1.2.0erdgeist-bump-to-1.2.0
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 |