-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfs128_fs16_dec4.json
66 lines (64 loc) · 2.04 KB
/
fs128_fs16_dec4.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{ "filter": {
"stages": [
{
"comment": "Pass band @ Fs/64, stop band at Fs/4",
"decimation": 2,
"taps": [
-0.002067299733111,
-0.008703156146901,
-0.017298856685222,
-0.014266707667245,
0.020008863961709,
0.092914497141436,
0.183071638211144,
0.246417684171084,
0.246417684171084,
0.183071638211144,
0.092914497141436,
0.020008863961709,
-0.014266707667245,
-0.017298856685222,
-0.008703156146901,
-0.002067299733111
]
},
{
"comment": "Pass band @ Fs_dec/64, stop band @ Fs_dec/8, for Fs_dec = Fs/2",
"decimation": 2,
"taps": [
0.000023141862374,
-0.000903385959000,
-0.002350220421125,
-0.004671532327004,
-0.007483068344771,
-0.009935924675489,
-0.010679823350687,
-0.008068969850446,
-0.000547656665918,
0.012857893175535,
0.032083195080695,
0.055759772559803,
0.081260887134508,
0.105098365442994,
0.123602526780264,
0.133720590452750,
0.133720590452750,
0.123602526780264,
0.105098365442994,
0.081260887134508,
0.055759772559803,
0.032083195080695,
0.012857893175535,
-0.000547656665918,
-0.008068969850446,
-0.010679823350687,
-0.009935924675489,
-0.007483068344771,
-0.004671532327004,
-0.002350220421125,
-0.000903385959000,
0.000023141862374
]
}
]
}}