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