pwn 0.5.515 → 0.5.516
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/README.md +3 -3
- data/lib/pwn/sdr/frequency_allocation.rb +81 -81
- data/lib/pwn/sdr/gqrx.rb +188 -160
- data/lib/pwn/version.rb +1 -1
- data/third_party/pwn_rdoc.jsonl +8 -4
- metadata +3 -3
|
@@ -13,7 +13,7 @@ module PWN
|
|
|
13
13
|
target_freq: '979.000.000',
|
|
14
14
|
demodulator_mode: :RAW,
|
|
15
15
|
rds: false,
|
|
16
|
-
bandwidth:
|
|
16
|
+
bandwidth: '100.000',
|
|
17
17
|
precision: 5
|
|
18
18
|
},
|
|
19
19
|
ads_b1090: {
|
|
@@ -21,7 +21,7 @@ module PWN
|
|
|
21
21
|
target_freq: '1.091.000.000',
|
|
22
22
|
demodulator_mode: :RAW,
|
|
23
23
|
rds: false,
|
|
24
|
-
bandwidth:
|
|
24
|
+
bandwidth: '100.000',
|
|
25
25
|
precision: 5
|
|
26
26
|
},
|
|
27
27
|
aeronautical_lf: {
|
|
@@ -29,7 +29,7 @@ module PWN
|
|
|
29
29
|
target_freq: '415.000',
|
|
30
30
|
demodulator_mode: :AM,
|
|
31
31
|
rds: false,
|
|
32
|
-
bandwidth:
|
|
32
|
+
bandwidth: '10.000',
|
|
33
33
|
precision: 3
|
|
34
34
|
},
|
|
35
35
|
aeronautical_mf: {
|
|
@@ -37,7 +37,7 @@ module PWN
|
|
|
37
37
|
target_freq: '325.000',
|
|
38
38
|
demodulator_mode: :AM,
|
|
39
39
|
rds: false,
|
|
40
|
-
bandwidth:
|
|
40
|
+
bandwidth: '10.000',
|
|
41
41
|
precision: 3
|
|
42
42
|
},
|
|
43
43
|
amateur_1_25m: {
|
|
@@ -45,7 +45,7 @@ module PWN
|
|
|
45
45
|
target_freq: '225.000.000',
|
|
46
46
|
demodulator_mode: :FM,
|
|
47
47
|
rds: false,
|
|
48
|
-
bandwidth:
|
|
48
|
+
bandwidth: '25.000',
|
|
49
49
|
precision: 4
|
|
50
50
|
},
|
|
51
51
|
amateur_160m: {
|
|
@@ -53,7 +53,7 @@ module PWN
|
|
|
53
53
|
target_freq: '2.000.000',
|
|
54
54
|
demodulator_mode: :LSB,
|
|
55
55
|
rds: false,
|
|
56
|
-
bandwidth:
|
|
56
|
+
bandwidth: '2.700',
|
|
57
57
|
precision: 6
|
|
58
58
|
},
|
|
59
59
|
amateur_2m: {
|
|
@@ -61,7 +61,7 @@ module PWN
|
|
|
61
61
|
target_freq: '148.000.000',
|
|
62
62
|
demodulator_mode: :FM,
|
|
63
63
|
rds: false,
|
|
64
|
-
bandwidth:
|
|
64
|
+
bandwidth: '15.000',
|
|
65
65
|
precision: 4
|
|
66
66
|
},
|
|
67
67
|
amateur_30m: {
|
|
@@ -69,7 +69,7 @@ module PWN
|
|
|
69
69
|
target_freq: '10.150.000',
|
|
70
70
|
demodulator_mode: :CW,
|
|
71
71
|
rds: false,
|
|
72
|
-
bandwidth: 150,
|
|
72
|
+
bandwidth: '150',
|
|
73
73
|
precision: 3
|
|
74
74
|
},
|
|
75
75
|
amateur_60m: {
|
|
@@ -77,7 +77,7 @@ module PWN
|
|
|
77
77
|
target_freq: '5.366.500',
|
|
78
78
|
demodulator_mode: :USB,
|
|
79
79
|
rds: false,
|
|
80
|
-
bandwidth:
|
|
80
|
+
bandwidth: '2.700',
|
|
81
81
|
precision: 6
|
|
82
82
|
},
|
|
83
83
|
amateur_6m: {
|
|
@@ -85,7 +85,7 @@ module PWN
|
|
|
85
85
|
target_freq: '54.000.000',
|
|
86
86
|
demodulator_mode: :USB,
|
|
87
87
|
rds: false,
|
|
88
|
-
bandwidth:
|
|
88
|
+
bandwidth: '2.700',
|
|
89
89
|
precision: 6
|
|
90
90
|
},
|
|
91
91
|
amateur_70cm: {
|
|
@@ -93,7 +93,7 @@ module PWN
|
|
|
93
93
|
target_freq: '450.000.000',
|
|
94
94
|
demodulator_mode: :FM,
|
|
95
95
|
rds: false,
|
|
96
|
-
bandwidth:
|
|
96
|
+
bandwidth: '25.000',
|
|
97
97
|
precision: 4
|
|
98
98
|
},
|
|
99
99
|
analog_tv_uhf: {
|
|
@@ -101,7 +101,7 @@ module PWN
|
|
|
101
101
|
target_freq: '890.000.000',
|
|
102
102
|
demodulator_mode: :WFM_ST,
|
|
103
103
|
rds: false,
|
|
104
|
-
bandwidth:
|
|
104
|
+
bandwidth: '600.000',
|
|
105
105
|
precision: 5
|
|
106
106
|
},
|
|
107
107
|
analog_tv_vhf: {
|
|
@@ -109,7 +109,7 @@ module PWN
|
|
|
109
109
|
target_freq: '216.000.000',
|
|
110
110
|
demodulator_mode: :WFM_ST,
|
|
111
111
|
rds: false,
|
|
112
|
-
bandwidth:
|
|
112
|
+
bandwidth: '600.000',
|
|
113
113
|
precision: 5
|
|
114
114
|
},
|
|
115
115
|
am_radio: {
|
|
@@ -117,7 +117,7 @@ module PWN
|
|
|
117
117
|
target_freq: '1.700.000',
|
|
118
118
|
demodulator_mode: :AM,
|
|
119
119
|
rds: false,
|
|
120
|
-
bandwidth:
|
|
120
|
+
bandwidth: '10.000',
|
|
121
121
|
precision: 4
|
|
122
122
|
},
|
|
123
123
|
aviation_nav: {
|
|
@@ -125,7 +125,7 @@ module PWN
|
|
|
125
125
|
target_freq: '118.000.000',
|
|
126
126
|
demodulator_mode: :AM,
|
|
127
127
|
rds: false,
|
|
128
|
-
bandwidth:
|
|
128
|
+
bandwidth: '25.000',
|
|
129
129
|
precision: 4
|
|
130
130
|
},
|
|
131
131
|
aviation_vhf: {
|
|
@@ -133,7 +133,7 @@ module PWN
|
|
|
133
133
|
target_freq: '137.000.000',
|
|
134
134
|
demodulator_mode: :AM,
|
|
135
135
|
rds: false,
|
|
136
|
-
bandwidth:
|
|
136
|
+
bandwidth: '25.000',
|
|
137
137
|
precision: 4
|
|
138
138
|
},
|
|
139
139
|
aws: {
|
|
@@ -141,7 +141,7 @@ module PWN
|
|
|
141
141
|
target_freq: '1.755.000.000',
|
|
142
142
|
demodulator_mode: :RAW,
|
|
143
143
|
rds: false,
|
|
144
|
-
bandwidth:
|
|
144
|
+
bandwidth: '200.000',
|
|
145
145
|
precision: 6
|
|
146
146
|
},
|
|
147
147
|
bluetooth: {
|
|
@@ -149,7 +149,7 @@ module PWN
|
|
|
149
149
|
target_freq: '2.480.000.000',
|
|
150
150
|
demodulator_mode: :RAW,
|
|
151
151
|
rds: false,
|
|
152
|
-
bandwidth:
|
|
152
|
+
bandwidth: '1.000.000',
|
|
153
153
|
precision: 5
|
|
154
154
|
},
|
|
155
155
|
cb: {
|
|
@@ -157,7 +157,7 @@ module PWN
|
|
|
157
157
|
target_freq: '27.405.000',
|
|
158
158
|
demodulator_mode: :AM,
|
|
159
159
|
rds: false,
|
|
160
|
-
bandwidth:
|
|
160
|
+
bandwidth: '10.000',
|
|
161
161
|
precision: 3
|
|
162
162
|
},
|
|
163
163
|
cdma: {
|
|
@@ -165,7 +165,7 @@ module PWN
|
|
|
165
165
|
target_freq: '849.000.000',
|
|
166
166
|
demodulator_mode: :RAW,
|
|
167
167
|
rds: false,
|
|
168
|
-
bandwidth:
|
|
168
|
+
bandwidth: '1.250.000',
|
|
169
169
|
precision: 6
|
|
170
170
|
},
|
|
171
171
|
cw20: {
|
|
@@ -173,7 +173,7 @@ module PWN
|
|
|
173
173
|
target_freq: '14.350.000',
|
|
174
174
|
demodulator_mode: :CW,
|
|
175
175
|
rds: false,
|
|
176
|
-
bandwidth: 150,
|
|
176
|
+
bandwidth: '150',
|
|
177
177
|
precision: 3
|
|
178
178
|
},
|
|
179
179
|
cw40: {
|
|
@@ -181,7 +181,7 @@ module PWN
|
|
|
181
181
|
target_freq: '7.300.000',
|
|
182
182
|
demodulator_mode: :CW,
|
|
183
183
|
rds: false,
|
|
184
|
-
bandwidth: 150,
|
|
184
|
+
bandwidth: '150',
|
|
185
185
|
precision: 3
|
|
186
186
|
},
|
|
187
187
|
cw80: {
|
|
@@ -189,7 +189,7 @@ module PWN
|
|
|
189
189
|
target_freq: '3.800.000',
|
|
190
190
|
demodulator_mode: :CW,
|
|
191
191
|
rds: false,
|
|
192
|
-
bandwidth: 150,
|
|
192
|
+
bandwidth: '150',
|
|
193
193
|
precision: 3
|
|
194
194
|
},
|
|
195
195
|
dect: {
|
|
@@ -197,7 +197,7 @@ module PWN
|
|
|
197
197
|
target_freq: '1.900.000.000',
|
|
198
198
|
demodulator_mode: :RAW,
|
|
199
199
|
rds: false,
|
|
200
|
-
bandwidth:
|
|
200
|
+
bandwidth: '100.000',
|
|
201
201
|
precision: 5
|
|
202
202
|
},
|
|
203
203
|
fm_radio: {
|
|
@@ -205,7 +205,7 @@ module PWN
|
|
|
205
205
|
target_freq: '108.000.000',
|
|
206
206
|
demodulator_mode: :WFM_ST,
|
|
207
207
|
rds: true,
|
|
208
|
-
bandwidth:
|
|
208
|
+
bandwidth: '200.000',
|
|
209
209
|
precision: 6
|
|
210
210
|
},
|
|
211
211
|
frs: {
|
|
@@ -213,7 +213,7 @@ module PWN
|
|
|
213
213
|
target_freq: '467.725.000',
|
|
214
214
|
demodulator_mode: :FM,
|
|
215
215
|
rds: false,
|
|
216
|
-
bandwidth:
|
|
216
|
+
bandwidth: '200.000',
|
|
217
217
|
precision: 3
|
|
218
218
|
},
|
|
219
219
|
gmrs: {
|
|
@@ -221,7 +221,7 @@ module PWN
|
|
|
221
221
|
target_freq: '467.725.000',
|
|
222
222
|
demodulator_mode: :FM,
|
|
223
223
|
rds: false,
|
|
224
|
-
bandwidth:
|
|
224
|
+
bandwidth: '200.000',
|
|
225
225
|
precision: 3
|
|
226
226
|
},
|
|
227
227
|
gprs: {
|
|
@@ -229,7 +229,7 @@ module PWN
|
|
|
229
229
|
target_freq: '915.000.000',
|
|
230
230
|
demodulator_mode: :RAW,
|
|
231
231
|
rds: false,
|
|
232
|
-
bandwidth:
|
|
232
|
+
bandwidth: '171.200',
|
|
233
233
|
precision: 4
|
|
234
234
|
},
|
|
235
235
|
gps_l1: {
|
|
@@ -237,7 +237,7 @@ module PWN
|
|
|
237
237
|
target_freq: '1.576.420.000',
|
|
238
238
|
demodulator_mode: :RAW,
|
|
239
239
|
rds: false,
|
|
240
|
-
bandwidth:
|
|
240
|
+
bandwidth: '30.000.000',
|
|
241
241
|
precision: 6
|
|
242
242
|
},
|
|
243
243
|
gps_l2: {
|
|
@@ -245,7 +245,7 @@ module PWN
|
|
|
245
245
|
target_freq: '1.228.600.000',
|
|
246
246
|
demodulator_mode: :RAW,
|
|
247
247
|
rds: false,
|
|
248
|
-
bandwidth:
|
|
248
|
+
bandwidth: '11.000.000',
|
|
249
249
|
precision: 6
|
|
250
250
|
},
|
|
251
251
|
gsm: {
|
|
@@ -253,7 +253,7 @@ module PWN
|
|
|
253
253
|
target_freq: '894.000.000',
|
|
254
254
|
demodulator_mode: :RAW,
|
|
255
255
|
rds: false,
|
|
256
|
-
bandwidth:
|
|
256
|
+
bandwidth: '200.000',
|
|
257
257
|
precision: 4
|
|
258
258
|
},
|
|
259
259
|
high_rfid: {
|
|
@@ -261,7 +261,7 @@ module PWN
|
|
|
261
261
|
target_freq: '13.570.000',
|
|
262
262
|
demodulator_mode: :RAW,
|
|
263
263
|
rds: false,
|
|
264
|
-
bandwidth:
|
|
264
|
+
bandwidth: '400.000',
|
|
265
265
|
precision: 3
|
|
266
266
|
},
|
|
267
267
|
iridium: {
|
|
@@ -269,7 +269,7 @@ module PWN
|
|
|
269
269
|
target_freq: '1.626.500.000',
|
|
270
270
|
demodulator_mode: :RAW,
|
|
271
271
|
rds: false,
|
|
272
|
-
bandwidth:
|
|
272
|
+
bandwidth: '704.000',
|
|
273
273
|
precision: 6
|
|
274
274
|
},
|
|
275
275
|
ism_5g: {
|
|
@@ -277,7 +277,7 @@ module PWN
|
|
|
277
277
|
target_freq: '5.875.000.000',
|
|
278
278
|
demodulator_mode: :RAW,
|
|
279
279
|
rds: false,
|
|
280
|
-
bandwidth:
|
|
280
|
+
bandwidth: '150.000.000',
|
|
281
281
|
precision: 7
|
|
282
282
|
},
|
|
283
283
|
ism_902: {
|
|
@@ -285,7 +285,7 @@ module PWN
|
|
|
285
285
|
target_freq: '928.000.000',
|
|
286
286
|
demodulator_mode: :RAW,
|
|
287
287
|
rds: false,
|
|
288
|
-
bandwidth:
|
|
288
|
+
bandwidth: '26.000.000',
|
|
289
289
|
precision: 3
|
|
290
290
|
},
|
|
291
291
|
keyfob300: {
|
|
@@ -293,7 +293,7 @@ module PWN
|
|
|
293
293
|
target_freq: '300.100.000',
|
|
294
294
|
demodulator_mode: :RAW,
|
|
295
295
|
rds: false,
|
|
296
|
-
bandwidth:
|
|
296
|
+
bandwidth: '50.000',
|
|
297
297
|
precision: 4
|
|
298
298
|
},
|
|
299
299
|
keyfob310: {
|
|
@@ -301,7 +301,7 @@ module PWN
|
|
|
301
301
|
target_freq: '310.100.000',
|
|
302
302
|
demodulator_mode: :RAW,
|
|
303
303
|
rds: false,
|
|
304
|
-
bandwidth:
|
|
304
|
+
bandwidth: '50.000',
|
|
305
305
|
precision: 4
|
|
306
306
|
},
|
|
307
307
|
keyfob315: {
|
|
@@ -309,7 +309,7 @@ module PWN
|
|
|
309
309
|
target_freq: '315.100.000',
|
|
310
310
|
demodulator_mode: :RAW,
|
|
311
311
|
rds: false,
|
|
312
|
-
bandwidth:
|
|
312
|
+
bandwidth: '50.000',
|
|
313
313
|
precision: 4
|
|
314
314
|
},
|
|
315
315
|
keyfob390: {
|
|
@@ -317,7 +317,7 @@ module PWN
|
|
|
317
317
|
target_freq: '390.100.000',
|
|
318
318
|
demodulator_mode: :RAW,
|
|
319
319
|
rds: false,
|
|
320
|
-
bandwidth:
|
|
320
|
+
bandwidth: '50.000',
|
|
321
321
|
precision: 4
|
|
322
322
|
},
|
|
323
323
|
keyfob433: {
|
|
@@ -325,7 +325,7 @@ module PWN
|
|
|
325
325
|
target_freq: '434.000.000',
|
|
326
326
|
demodulator_mode: :RAW,
|
|
327
327
|
rds: false,
|
|
328
|
-
bandwidth:
|
|
328
|
+
bandwidth: '50.000',
|
|
329
329
|
precision: 4
|
|
330
330
|
},
|
|
331
331
|
keyfob868: {
|
|
@@ -333,7 +333,7 @@ module PWN
|
|
|
333
333
|
target_freq: '869.000.000',
|
|
334
334
|
demodulator_mode: :RAW,
|
|
335
335
|
rds: false,
|
|
336
|
-
bandwidth:
|
|
336
|
+
bandwidth: '50.000',
|
|
337
337
|
precision: 4
|
|
338
338
|
},
|
|
339
339
|
land_mobile_uhf: {
|
|
@@ -341,7 +341,7 @@ module PWN
|
|
|
341
341
|
target_freq: '470.000.000',
|
|
342
342
|
demodulator_mode: :FM,
|
|
343
343
|
rds: false,
|
|
344
|
-
bandwidth:
|
|
344
|
+
bandwidth: '25.000',
|
|
345
345
|
precision: 4
|
|
346
346
|
},
|
|
347
347
|
land_mobile_vhf: {
|
|
@@ -349,7 +349,7 @@ module PWN
|
|
|
349
349
|
target_freq: '174.000.000',
|
|
350
350
|
demodulator_mode: :FM,
|
|
351
351
|
rds: false,
|
|
352
|
-
bandwidth:
|
|
352
|
+
bandwidth: '25.000',
|
|
353
353
|
precision: 4
|
|
354
354
|
},
|
|
355
355
|
longwave_broadcast: {
|
|
@@ -357,7 +357,7 @@ module PWN
|
|
|
357
357
|
target_freq: '283.500',
|
|
358
358
|
demodulator_mode: :AM,
|
|
359
359
|
rds: false,
|
|
360
|
-
bandwidth:
|
|
360
|
+
bandwidth: '10.000',
|
|
361
361
|
precision: 3
|
|
362
362
|
},
|
|
363
363
|
lora433: {
|
|
@@ -365,7 +365,7 @@ module PWN
|
|
|
365
365
|
target_freq: '434.000.000',
|
|
366
366
|
demodulator_mode: :RAW,
|
|
367
367
|
rds: false,
|
|
368
|
-
bandwidth:
|
|
368
|
+
bandwidth: '500.000',
|
|
369
369
|
precision: 3
|
|
370
370
|
},
|
|
371
371
|
lora915: {
|
|
@@ -373,7 +373,7 @@ module PWN
|
|
|
373
373
|
target_freq: '928.000.000',
|
|
374
374
|
demodulator_mode: :RAW,
|
|
375
375
|
rds: false,
|
|
376
|
-
bandwidth:
|
|
376
|
+
bandwidth: '500.000',
|
|
377
377
|
precision: 3
|
|
378
378
|
},
|
|
379
379
|
low_rfid: {
|
|
@@ -381,7 +381,7 @@ module PWN
|
|
|
381
381
|
target_freq: '134.000',
|
|
382
382
|
demodulator_mode: :RAW,
|
|
383
383
|
rds: false,
|
|
384
|
-
bandwidth:
|
|
384
|
+
bandwidth: '40.000',
|
|
385
385
|
precision: 1
|
|
386
386
|
},
|
|
387
387
|
marine_vhf: {
|
|
@@ -389,7 +389,7 @@ module PWN
|
|
|
389
389
|
target_freq: '162.000.000',
|
|
390
390
|
demodulator_mode: :FM,
|
|
391
391
|
rds: false,
|
|
392
|
-
bandwidth:
|
|
392
|
+
bandwidth: '25.000',
|
|
393
393
|
precision: 4
|
|
394
394
|
},
|
|
395
395
|
maritime_mf: {
|
|
@@ -397,7 +397,7 @@ module PWN
|
|
|
397
397
|
target_freq: '535.000',
|
|
398
398
|
demodulator_mode: :USB,
|
|
399
399
|
rds: false,
|
|
400
|
-
bandwidth:
|
|
400
|
+
bandwidth: '2.700',
|
|
401
401
|
precision: 6
|
|
402
402
|
},
|
|
403
403
|
noaa_weather: {
|
|
@@ -405,7 +405,7 @@ module PWN
|
|
|
405
405
|
target_freq: '162.550.000',
|
|
406
406
|
demodulator_mode: :FM,
|
|
407
407
|
rds: false,
|
|
408
|
-
bandwidth:
|
|
408
|
+
bandwidth: '16.000',
|
|
409
409
|
precision: 4
|
|
410
410
|
},
|
|
411
411
|
pager: {
|
|
@@ -413,7 +413,7 @@ module PWN
|
|
|
413
413
|
target_freq: '932.000.000',
|
|
414
414
|
demodulator_mode: :FM,
|
|
415
415
|
rds: false,
|
|
416
|
-
bandwidth:
|
|
416
|
+
bandwidth: '12.500',
|
|
417
417
|
precision: 4
|
|
418
418
|
},
|
|
419
419
|
pcs: {
|
|
@@ -421,7 +421,7 @@ module PWN
|
|
|
421
421
|
target_freq: '1.990.000.000',
|
|
422
422
|
demodulator_mode: :RAW,
|
|
423
423
|
rds: false,
|
|
424
|
-
bandwidth:
|
|
424
|
+
bandwidth: '200.000',
|
|
425
425
|
precision: 6
|
|
426
426
|
},
|
|
427
427
|
public_safety_700: {
|
|
@@ -429,7 +429,7 @@ module PWN
|
|
|
429
429
|
target_freq: '806.000.000',
|
|
430
430
|
demodulator_mode: :FM,
|
|
431
431
|
rds: false,
|
|
432
|
-
bandwidth:
|
|
432
|
+
bandwidth: '25.000',
|
|
433
433
|
precision: 4
|
|
434
434
|
},
|
|
435
435
|
rtty20: {
|
|
@@ -437,7 +437,7 @@ module PWN
|
|
|
437
437
|
target_freq: '14.350.000',
|
|
438
438
|
demodulator_mode: :FM,
|
|
439
439
|
rds: false,
|
|
440
|
-
bandwidth: 170,
|
|
440
|
+
bandwidth: '170',
|
|
441
441
|
precision: 3
|
|
442
442
|
},
|
|
443
443
|
rtty40: {
|
|
@@ -445,7 +445,7 @@ module PWN
|
|
|
445
445
|
target_freq: '7.300.000',
|
|
446
446
|
demodulator_mode: :FM,
|
|
447
447
|
rds: false,
|
|
448
|
-
bandwidth: 170,
|
|
448
|
+
bandwidth: '170',
|
|
449
449
|
precision: 3
|
|
450
450
|
},
|
|
451
451
|
rtty80: {
|
|
@@ -453,7 +453,7 @@ module PWN
|
|
|
453
453
|
target_freq: '3.800.000',
|
|
454
454
|
demodulator_mode: :FM,
|
|
455
455
|
rds: false,
|
|
456
|
-
bandwidth: 170,
|
|
456
|
+
bandwidth: '170',
|
|
457
457
|
precision: 3
|
|
458
458
|
},
|
|
459
459
|
shortwave1: {
|
|
@@ -461,7 +461,7 @@ module PWN
|
|
|
461
461
|
target_freq: '6.200.000',
|
|
462
462
|
demodulator_mode: :AM_SYNC,
|
|
463
463
|
rds: false,
|
|
464
|
-
bandwidth:
|
|
464
|
+
bandwidth: '10.000',
|
|
465
465
|
precision: 4
|
|
466
466
|
},
|
|
467
467
|
shortwave2: {
|
|
@@ -469,7 +469,7 @@ module PWN
|
|
|
469
469
|
target_freq: '7.450.000',
|
|
470
470
|
demodulator_mode: :AM_SYNC,
|
|
471
471
|
rds: false,
|
|
472
|
-
bandwidth:
|
|
472
|
+
bandwidth: '10.000',
|
|
473
473
|
precision: 4
|
|
474
474
|
},
|
|
475
475
|
shortwave3: {
|
|
@@ -477,7 +477,7 @@ module PWN
|
|
|
477
477
|
target_freq: '9.900.000',
|
|
478
478
|
demodulator_mode: :AM_SYNC,
|
|
479
479
|
rds: false,
|
|
480
|
-
bandwidth:
|
|
480
|
+
bandwidth: '10.000',
|
|
481
481
|
precision: 4
|
|
482
482
|
},
|
|
483
483
|
shortwave4: {
|
|
@@ -485,7 +485,7 @@ module PWN
|
|
|
485
485
|
target_freq: '12.100.000',
|
|
486
486
|
demodulator_mode: :AM_SYNC,
|
|
487
487
|
rds: false,
|
|
488
|
-
bandwidth:
|
|
488
|
+
bandwidth: '10.000',
|
|
489
489
|
precision: 4
|
|
490
490
|
},
|
|
491
491
|
shortwave5: {
|
|
@@ -493,7 +493,7 @@ module PWN
|
|
|
493
493
|
target_freq: '13.870.000',
|
|
494
494
|
demodulator_mode: :AM_SYNC,
|
|
495
495
|
rds: false,
|
|
496
|
-
bandwidth:
|
|
496
|
+
bandwidth: '10.000',
|
|
497
497
|
precision: 4
|
|
498
498
|
},
|
|
499
499
|
shortwave6: {
|
|
@@ -501,7 +501,7 @@ module PWN
|
|
|
501
501
|
target_freq: '15.800.000',
|
|
502
502
|
demodulator_mode: :AM_SYNC,
|
|
503
503
|
rds: false,
|
|
504
|
-
bandwidth:
|
|
504
|
+
bandwidth: '10.000',
|
|
505
505
|
precision: 4
|
|
506
506
|
},
|
|
507
507
|
ssb10: {
|
|
@@ -509,7 +509,7 @@ module PWN
|
|
|
509
509
|
target_freq: '29.700.000',
|
|
510
510
|
demodulator_mode: :USB,
|
|
511
511
|
rds: false,
|
|
512
|
-
bandwidth:
|
|
512
|
+
bandwidth: '3.000',
|
|
513
513
|
precision: 6
|
|
514
514
|
},
|
|
515
515
|
ssb12: {
|
|
@@ -517,7 +517,7 @@ module PWN
|
|
|
517
517
|
target_freq: '24.990.000',
|
|
518
518
|
demodulator_mode: :USB,
|
|
519
519
|
rds: false,
|
|
520
|
-
bandwidth:
|
|
520
|
+
bandwidth: '3.000',
|
|
521
521
|
precision: 6
|
|
522
522
|
},
|
|
523
523
|
ssb15: {
|
|
@@ -525,7 +525,7 @@ module PWN
|
|
|
525
525
|
target_freq: '21.450.000',
|
|
526
526
|
demodulator_mode: :USB,
|
|
527
527
|
rds: false,
|
|
528
|
-
bandwidth:
|
|
528
|
+
bandwidth: '3.000',
|
|
529
529
|
precision: 6
|
|
530
530
|
},
|
|
531
531
|
ssb17: {
|
|
@@ -533,7 +533,7 @@ module PWN
|
|
|
533
533
|
target_freq: '18.168.000',
|
|
534
534
|
demodulator_mode: :USB,
|
|
535
535
|
rds: false,
|
|
536
|
-
bandwidth:
|
|
536
|
+
bandwidth: '3.000',
|
|
537
537
|
precision: 6
|
|
538
538
|
},
|
|
539
539
|
ssb20: {
|
|
@@ -541,7 +541,7 @@ module PWN
|
|
|
541
541
|
target_freq: '14.350.000',
|
|
542
542
|
demodulator_mode: :USB,
|
|
543
543
|
rds: false,
|
|
544
|
-
bandwidth:
|
|
544
|
+
bandwidth: '3.000',
|
|
545
545
|
precision: 6
|
|
546
546
|
},
|
|
547
547
|
ssb40: {
|
|
@@ -549,7 +549,7 @@ module PWN
|
|
|
549
549
|
target_freq: '7.300.000',
|
|
550
550
|
demodulator_mode: :LSB,
|
|
551
551
|
rds: false,
|
|
552
|
-
bandwidth:
|
|
552
|
+
bandwidth: '3.000',
|
|
553
553
|
precision: 6
|
|
554
554
|
},
|
|
555
555
|
ssb80: {
|
|
@@ -557,7 +557,7 @@ module PWN
|
|
|
557
557
|
target_freq: '3.800.000',
|
|
558
558
|
demodulator_mode: :LSB,
|
|
559
559
|
rds: false,
|
|
560
|
-
bandwidth:
|
|
560
|
+
bandwidth: '3.000',
|
|
561
561
|
precision: 6
|
|
562
562
|
},
|
|
563
563
|
ssb160: {
|
|
@@ -565,7 +565,7 @@ module PWN
|
|
|
565
565
|
target_freq: '2.000.000',
|
|
566
566
|
demodulator_mode: :LSB,
|
|
567
567
|
rds: false,
|
|
568
|
-
bandwidth:
|
|
568
|
+
bandwidth: '3.000',
|
|
569
569
|
precision: 6
|
|
570
570
|
},
|
|
571
571
|
tempest: {
|
|
@@ -573,7 +573,7 @@ module PWN
|
|
|
573
573
|
target_freq: '430.000.000',
|
|
574
574
|
demodulator_mode: :WFM,
|
|
575
575
|
rds: false,
|
|
576
|
-
bandwidth:
|
|
576
|
+
bandwidth: '6.000.000',
|
|
577
577
|
precision: 4
|
|
578
578
|
},
|
|
579
579
|
tv_high_vhf: {
|
|
@@ -581,7 +581,7 @@ module PWN
|
|
|
581
581
|
target_freq: '216.000.000',
|
|
582
582
|
demodulator_mode: :WFM_ST,
|
|
583
583
|
rds: false,
|
|
584
|
-
bandwidth:
|
|
584
|
+
bandwidth: '6.000.000',
|
|
585
585
|
precision: 5
|
|
586
586
|
},
|
|
587
587
|
tv_low_vhf: {
|
|
@@ -589,7 +589,7 @@ module PWN
|
|
|
589
589
|
target_freq: '88.000.000',
|
|
590
590
|
demodulator_mode: :WFM_ST,
|
|
591
591
|
rds: false,
|
|
592
|
-
bandwidth:
|
|
592
|
+
bandwidth: '6.000.000',
|
|
593
593
|
precision: 5
|
|
594
594
|
},
|
|
595
595
|
tv_uhf: {
|
|
@@ -597,7 +597,7 @@ module PWN
|
|
|
597
597
|
target_freq: '698.000.000',
|
|
598
598
|
demodulator_mode: :WFM_ST,
|
|
599
599
|
rds: false,
|
|
600
|
-
bandwidth:
|
|
600
|
+
bandwidth: '6.000.000',
|
|
601
601
|
precision: 5
|
|
602
602
|
},
|
|
603
603
|
uhf_rfid: {
|
|
@@ -605,7 +605,7 @@ module PWN
|
|
|
605
605
|
target_freq: '960.000.000',
|
|
606
606
|
demodulator_mode: :RAW,
|
|
607
607
|
rds: false,
|
|
608
|
-
bandwidth:
|
|
608
|
+
bandwidth: '400.000',
|
|
609
609
|
precision: 5
|
|
610
610
|
},
|
|
611
611
|
umts: {
|
|
@@ -613,7 +613,7 @@ module PWN
|
|
|
613
613
|
target_freq: '2.170.000.000',
|
|
614
614
|
demodulator_mode: :RAW,
|
|
615
615
|
rds: false,
|
|
616
|
-
bandwidth:
|
|
616
|
+
bandwidth: '5.000.000',
|
|
617
617
|
precision: 6
|
|
618
618
|
},
|
|
619
619
|
weather_sat: {
|
|
@@ -621,7 +621,7 @@ module PWN
|
|
|
621
621
|
target_freq: '138.000.000',
|
|
622
622
|
demodulator_mode: :FM,
|
|
623
623
|
rds: false,
|
|
624
|
-
bandwidth:
|
|
624
|
+
bandwidth: '15.000',
|
|
625
625
|
precision: 5
|
|
626
626
|
},
|
|
627
627
|
wifi24: {
|
|
@@ -629,7 +629,7 @@ module PWN
|
|
|
629
629
|
target_freq: '2.500.000.000',
|
|
630
630
|
demodulator_mode: :RAW,
|
|
631
631
|
rds: false,
|
|
632
|
-
bandwidth:
|
|
632
|
+
bandwidth: '20.000.000',
|
|
633
633
|
precision: 7
|
|
634
634
|
},
|
|
635
635
|
wifi5: {
|
|
@@ -637,7 +637,7 @@ module PWN
|
|
|
637
637
|
target_freq: '5.850.000.000',
|
|
638
638
|
demodulator_mode: :RAW,
|
|
639
639
|
rds: false,
|
|
640
|
-
bandwidth:
|
|
640
|
+
bandwidth: '20.000.000',
|
|
641
641
|
precision: 7
|
|
642
642
|
},
|
|
643
643
|
wifi6: {
|
|
@@ -645,7 +645,7 @@ module PWN
|
|
|
645
645
|
target_freq: '7.125.000.000',
|
|
646
646
|
demodulator_mode: :RAW,
|
|
647
647
|
rds: false,
|
|
648
|
-
bandwidth:
|
|
648
|
+
bandwidth: '20.000.000',
|
|
649
649
|
precision: 7
|
|
650
650
|
},
|
|
651
651
|
zigbee: {
|
|
@@ -653,7 +653,7 @@ module PWN
|
|
|
653
653
|
target_freq: '2.485.000.000',
|
|
654
654
|
demodulator_mode: :RAW,
|
|
655
655
|
rds: false,
|
|
656
|
-
bandwidth:
|
|
656
|
+
bandwidth: '2.000.000',
|
|
657
657
|
precision: 7
|
|
658
658
|
}
|
|
659
659
|
}
|