c394f390a544479ef2afa4d7d98bd2095dae4002
[spider.git] / data / bands.pl
1
2 # this is the file which defines all the bands that are allowed in the system
3 #
4 # each entry can contain an arbitrary no of entries. 
5 #
6 # an entry can have an arbitrary no of PAIRS of frequencies, 
7 # these pairs attach themselves to the labels you provide, they are
8 # independant of any other pair, they can overlap, cross etc. 
9 #
10 # There MUST be at last a 'band' entry
11 #
12 # It is up to YOU to make sure that it makes sense!
13
14
15 %bands = (
16   '160m' => bless( { band => [ 1800, 2000 ], 
17                      cw => [ 1800, 1830 ], 
18                      rtty => [ 1838, 1841 ], 
19                      ssb => [ 1831, 2000] 
20                    }, 'Bands'),
21
22   '80m' => bless( { band => [ 3500, 4000 ], 
23                     cw => [ 3500, 3600 ], 
24                     data => [ 3590, 3600 ], 
25                     sstv => [ 3730, 3740 ], 
26                     ssb => [ 3601, 4000 ]  
27                   }, 'Bands'),
28
29   '40m' => bless( { band => [ 7000, 7400 ], 
30                     cw => [ 7000, 7050 ], 
31                     cw => [ 7000, 7050 ], 
32                     ssb => [ 7051, 7400 ] 
33                   }, 'Bands'),
34
35   '30m' => bless( { band => [ 10100, 10150 ], 
36                     cw => [ 10000, 10140 ], 
37                     data => [ 10141, 10150 ] 
38                   }, 'Bands'),
39
40   '20m' => bless( { band => [ 14000, 14350 ], 
41                     cw => [ 14000, 14100 ], 
42                     ssb => [ 14101, 14350 ], 
43                     beacon => [ 14099, 14100 ],
44                     sstv => [ 14225, 14235 ],
45                     data => [ 14070, 14098, 14101, 14111 ],
46                   }, 'Bands'),
47
48   '18m' => bless( { band => [ 18068, 18168 ], 
49                     cw => [ 18068, 18100 ], 
50                     ssb => [ 18111, 18168 ], 
51                     data => [ 18101, 18108], 
52                     beacon => [ 18109, 18110] 
53                   }, 'Bands'),
54
55   '15m' => bless( { band => [ 21000, 21450 ], 
56                     cw => [ 21000, 21150 ], 
57                     data => [ 21100, 21120 ], 
58                     ssb => [ 21151, 21450] 
59                   }, 'Bands'),
60
61   '12m' => bless( { band => [ 21000, 21450 ], 
62                     cw => [ 21000, 21150 ], 
63                     data => [ 21100, 21120 ], 
64                     ssb => [ 21151, 21450] 
65                   }, 'Bands'),
66
67
68   '10m' => bless( { band => [ 28000, 29700 ], 
69                     cw => [ 28000, 28198 ], 
70                     data => [ 28120, 28150, 29200, 29300 ], 
71                     space => [ 29200, 29300 ],
72                     ssb => [ 28201, 29299, 29550, 29700] 
73                   }, 'Bands'),
74
75    '6m' => bless( { band => [50000, 52000],
76                     cw => [50000, 50100],
77                     ssb => [50100, 50500],
78                   }, 'Bands'),
79
80    '4m' => bless( { band => [70000, 70500],
81                     cw => [70030, 70250],
82                     ssb => [70030, 70250],
83                   }, 'Bands'),
84
85    '2m' => bless( { band => [144000, 148000],
86                     cw => [144000, 144150],
87                     ssb => [144150, 144500]
88                   }, 'Bands'),
89
90    '220' => bless( { band => [220000, 222000],
91                   }, 'Bands'),
92
93    '70cm' => bless( { band => [430000, 450000],
94                       cw => [432000, 432150],
95                       ssb => [432150, 432500],
96                     }, 'Bands'),
97
98    '23cm' => bless( { band => [ 1240000, 1325000],
99                       cw => [1296000, 1296150],
100                       ssb => [1296150, 1296800],
101                     }, 'Bands'),
102
103    '13cm' => bless( { band => [2310000, 2450000],
104                       cw => [2320100, 2320150],
105                       ssb => [2320150, 2320800],
106                     }, 'Bands'),
107
108    '9cm' => bless( { band => [3400000, 3475000],
109                      cw => [3400000, 3402000],
110                      ssb => [3400000, 3402000],
111                     }, 'Bands'),
112
113    '6cm' => bless( { band => [5650000, 5850000],
114                      cw => [5668000, 5670000, 5760000, 5762000],
115                      ssb => [5668000, 5670000, 5760000, 5762000],
116                    }, 'Bands'),
117
118    '3cm' => bless( { band => [10000000, 10500000],
119                      cw => [10368000,10370000, 10450000, 10452000],
120                      ssb => [10368000,10370000, 10450000, 10452000],
121                    }, 'Bands'),
122
123    '12mm' => bless( { band => [24000000, 24250000],
124                       cw => [24048000, 24050000],
125                       ssb => [24048000, 24050000],
126                     }, 'Bands'),
127     
128    '6mm' => bless( { band => [47000000, 47200000],
129                      cw => [47087000, 47089000],
130                      ssb => [47087000, 47089000],
131                   }, 'Bands'),
132
133    'band1' => bless ( { band => [47000, 68000],
134                       }, 'Bands'),
135                       
136    'band2' => bless ( { band => [87500, 108000],
137                       }, 'Bands'),
138                       
139    'band3' => bless ( { band => [176000, 230000],
140                       }, 'Bands'),
141                       
142    'band4' => bless ( { band => [471000, 550000],
143                       }, 'Bands'),
144                       
145    'band5' => bless ( { band => [550000, 868000],
146                       }, 'Bands'),
147
148    'military' => bless ( { band => [29700, 50000, 230000, 420000],
149                     }, 'Bands'),
150                     
151    'aircraft' => bless ( { band => [108000, 137500],
152                       }, 'Bands'),
153    
154    'pmrlow' => bless ( { band => [68000, 87500],
155                       }, 'Bands'),
156                       
157    'pmrmid' => bless ( { band => [138000, 165000],
158                       }, 'Bands'),
159
160    'pmrhigh' => bless ( { band => [165000, 174000],
161                       }, 'Bands'),
162
163    'pmruhf' => bless ( { band => [425000, 430000, 440000, 471000],
164                       }, 'Bands'),
165 );
166
167 #
168 # the list of regions
169 #
170 # this list is so that users can say 'vhf/ssb' instead of '6m/ssb, 4m/sbb, 2m/ssb'
171 # just shortcuts really
172 #
173 # DO make sure that the label exists in %bands!
174 #
175
176 %regions = (
177   hf => [ '160m', '80m', '40m', '30m', '20m', '17m', '15m', '12m', '10m' ],
178   vhf => [ '6m', '4m', '2m', '220' ],
179   vhfradio => [ 'band1', 'band2' ],
180   vhftv => [ 'band1', 'band3' ],
181   uhf => [ '70cm', '23cm' ],
182   uhftv => [ 'band4', 'band5' ],
183   shf => [ '23cm', '13cm', '9cm', '6cm', '3cm' ],
184   pmr => [ 'pmrlow', 'pmrmid', 'pmrhigh', 'pmruhf' ],
185 );