FreeCalypso > hg > efr-experiments
comparison src/lag_wind.tab @ 0:56410792419a
src: original EFR source from ETSI
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 03 Apr 2024 05:31:37 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:56410792419a |
---|---|
1 /*-----------------------------------------------------* | |
2 | Table of lag_window for autocorrelation. | | |
3 | noise floor = 1.0001 = (0.9999 on r[1] ..r[10]) | | |
4 | Bandwitdh expansion = 60 Hz | | |
5 | | | |
6 | | | |
7 | lag_wind[0] = 1.00000000 (not stored) | | |
8 | lag_wind[1] = 0.99879038 | | |
9 | lag_wind[2] = 0.99546897 | | |
10 | lag_wind[3] = 0.98995781 | | |
11 | lag_wind[4] = 0.98229337 | | |
12 | lag_wind[5] = 0.97252619 | | |
13 | lag_wind[6] = 0.96072036 | | |
14 | lag_wind[7] = 0.94695264 | | |
15 | lag_wind[8] = 0.93131179 | | |
16 | lag_wind[9] = 0.91389757 | | |
17 | lag_wind[10]= 0.89481968 | | |
18 -----------------------------------------------------*/ | |
19 | |
20 static const Word16 lag_h[10] = | |
21 { | |
22 32728, | |
23 32619, | |
24 32438, | |
25 32187, | |
26 31867, | |
27 31480, | |
28 31029, | |
29 30517, | |
30 29946, | |
31 29321 | |
32 }; | |
33 | |
34 static const Word16 lag_l[10] = | |
35 { | |
36 11904, | |
37 17280, | |
38 30720, | |
39 25856, | |
40 24192, | |
41 28992, | |
42 24384, | |
43 7360, | |
44 19520, | |
45 14784 | |
46 }; |