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