forked from rheslip/Teensy_SDR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
postfir_700hz.h
129 lines (128 loc) · 981 Bytes
/
postfir_700hz.h
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
// Parameters generated using http://t-filter.appspot.com/fir/index.html
// CW filter centred at 700 Hz
// sampling rate 44.1 kHz
// Stopband 0 - 220 Hz, desired ripple > 40 dB
// Passband 600 - 800 Hz, desired ripple < 5 dB
// Stopband 1200 - 22000 Hz, desired ripple > 40 dB
// taps 120
// Actual stopband ripple > 35 dB
670,
185,
206,
225,
242,
256,
265,
270,
270,
265,
253,
235,
211,
179,
141,
96,
45,
-12,
-75,
-142,
-212,
-286,
-361,
-436,
-510,
-582,
-651,
-714,
-771,
-820,
-859,
-890,
-908,
-915,
-909,
-890,
-858,
-812,
-753,
-681,
-598,
-503,
-398,
-284,
-163,
-36,
94,
226,
359,
489,
615,
735,
847,
949,
1040,
1118,
1183,
1232,
1265,
1282,
1282,
1265,
1232,
1183,
1118,
1040,
949,
847,
735,
615,
489,
359,
226,
94,
-36,
-163,
-284,
-398,
-503,
-598,
-681,
-753,
-812,
-858,
-890,
-909,
-915,
-908,
-890,
-859,
-820,
-771,
-714,
-651,
-582,
-510,
-436,
-361,
-286,
-212,
-142,
-75,
-12,
45,
96,
141,
179,
211,
235,
253,
265,
270,
270,
265,
256,
242,
225,
206,
185,
670