-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbands.json
35 lines (32 loc) · 2.24 KB
/
bands.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
[ {"name":"LW","mod":"AM","min":153,"max":279,"freq":198,"step":9},
{"name":"MW","mod":"AM","min":522,"max":1701,"freq":1395,"step":9},
{"name":"BEACON","mod":"AM","min":280,"max":470,"freq": 284,"step":1},
{"name":"630M","mod":"LSB","min":472,"max": 479,"freq": 475,"step":1},
{"name":"160M","mod":"LSB","min":1800,"max":1910,"freq":1899,"step":1},
{"name":"120M","mod":"AM","min":2300,"max":2500,"freq":2400,"step":5},
{"name":"90M","mod":"AM","min":3200,"max":3400,"freq":3300,"step":5},
{"name":"80M","mod":"LSB","min":3500,"max":3800,"freq":3630,"step":1},
{"name":"75M","mod":"AM","min":3900,"max":4050,"freq":3950,"step":5},
{"name":"60M","mod":"USB","min":4700,"max":5500,"freq":5450,"step":1},
{"name":"49M","mod":"AM","min":5800,"max":6300,"freq":6000,"step":5},
{"name":"40M","mod":"LSB","min":7000,"max":7200,"freq":7185,"step":1},
{"name":"41M","mod":"AM","min":7200,"max":7600,"freq":7210,"step":5},
{"name":"31M","mod":"AM","min":9300,"max":9995,"freq":9600,"step":5},
{"name":"30M","mod":"USB","min":10100,"max":10150,"freq":10125,"step":1},
{"name":"25M","mod":"AM","min":11500,"max":12200,"freq":11700,"step":5},
{"name":"22M","mod":"AM","min":13500,"max":13900,"freq":13700,"step":5},
{"name":"20M","mod":"USB","min":14000,"max":14350,"freq":14250,"step":1},
{"name":"19M","mod":"AM","min":15000,"max":15900,"freq":15700,"step":5},
{"name":"17M","mod":"USB","min":18068,"max":18168,"freq":18100,"step":1},
{"name":"16M","mod":"AM","min":17400,"max":17995,"freq":17600,"step":5},
{"name":"15M","mod":"AM","min":18800,"max":19100,"freq":18950,"step":5},
{"name":"15M","mod":"USB","min":21000,"max":21450,"freq":21350,"step":1},
{"name":"13M","mod":"AM","min":21450,"max":21995,"freq":21500,"step":5},
{"name":"12M","mod":"USB","min":24890,"max":24990,"freq":24940,"step":1},
{"name":"11M","mod":"AM","min":25500,"max":26200,"freq":25800,"step":5},
{"name":"CB","mod":"AM","min":26200,"max":27990,"freq":27200,"step":1},
{"name":"10M","mod":"USB","min":28000,"max":30000,"freq":28500,"step":1},
{"name":"SW","mod":"AM","min":1730,"max":30000,"freq":15500,"step":5},
{"name":"SSB","mod":"USB","min":1730,"max":30000,"freq":18100,"step":1},
{"name":"LOW","mod":"SYN","min":153,"max":1701,"freq":198,"step":1}
]