X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=data%2Fbands.pl;h=4e64a38a468cd1777e0a14bb26b8fa1c27f5f0f5;hb=5b282ac59f14d759501208fb5a263fdfa69d63f9;hp=7ce539d1d282e392e698eb60393af59c123b300b;hpb=3d29b1a4d4aab997da2deff10470068601744530;p=spider.git diff --git a/data/bands.pl b/data/bands.pl index 7ce539d1..4e64a38a 100644 --- a/data/bands.pl +++ b/data/bands.pl @@ -14,6 +14,12 @@ %bands = ( + '73khz' => bless ( { band => [71, 75], + }, 'Bands'), + + '136Khz' => bless ( { band => [135, 138], + }, 'Bands'), + '160m' => bless( { band => [ 1800, 2000 ], cw => [ 1800, 1830 ], rtty => [ 1838, 1841 ], @@ -59,10 +65,10 @@ ssb => [ 21151, 21450] }, 'Bands'), - '12m' => bless( { band => [ 21000, 21450 ], - cw => [ 21000, 21150 ], - data => [ 21100, 21120 ], - ssb => [ 21151, 21450] + '12m' => bless( { band => [ 24890, 24990 ], + cw => [ 24890, 24990 ], + ssb => [ 24920, 24930], + rtty => [ 24930, 24990], }, 'Bands'), @@ -175,6 +181,7 @@ # %regions = ( + vlf => [ '73khz', '136khz' ], hf => [ '160m', '80m', '40m', '30m', '20m', '17m', '15m', '12m', '10m' ], vhf => [ '6m', '4m', '2m', '220' ], vhfradio => [ 'band1', 'band2' ], @@ -183,4 +190,5 @@ uhftv => [ 'band4', 'band5' ], shf => [ '23cm', '13cm', '9cm', '6cm', '3cm' ], pmr => [ 'pmrlow', 'pmrmid', 'pmrhigh', 'pmruhf' ], + spe => [ '10m', '6m', '4m', '2m' ], );