-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathconfig.json
69 lines (69 loc) · 1.14 KB
/
config.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
66
67
68
69
{
"frequencies_ranges": [
{
"start": 26000000,
"stop": 28000000,
"modulation": "am"
},
{
"start": 28000000,
"stop": 30000000,
"modulation": "fm"
},
{
"start": 50000000,
"stop": 52000000,
"modulation": "fm"
},
{
"start": 108000000,
"stop": 144000000,
"modulation": "am"
},
{
"start": 144000000,
"stop": 146000000,
"modulation": "fm"
},
{
"start": 430000000,
"stop": 440000000,
"modulation": "fm"
}
],
"ignored_frequencies_ranges": [
{
"start": 28799000,
"stop": 28801000
},
{
"start": 115199000,
"stop": 115201000
},
{
"start": 438470000,
"stop": 438490000
},
{
"start": 439000000,
"stop": 439010000
}
],
"device": {
"ppm_error": 0,
"tuner_gain": 0
},
"scanning": {
"noise_level": -7.9,
"bandwidth": 2000000,
"samples": 10240,
"fft": 16384
},
"recording": {
"squelch": 5,
"min_recording_time": 1,
"max_recording_time": 60,
"max_silence_time": 1,
"samples_rate" : "32k"
}
}