From b55950a63c2caf970adfd447618991c7b9193215 Mon Sep 17 00:00:00 2001 From: miguel <31931809+miguelvaca@users.noreply.github.com> Date: Thu, 21 Dec 2023 17:25:57 +1100 Subject: [PATCH] Added CB 11 meter band. --- .DS_Store | Bin 10244 -> 10244 bytes magloop.html | 6 ++++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.DS_Store b/.DS_Store index 4306b3a45b53ca83714642ce1e75700cb079b7b2..f62d37336b856edbfdf7a9fd5b2b1d092552e843 100644 GIT binary patch delta 107 zcmZn(XbISmBoMdhzcm8`0}F#5LpnnyLrHGFi%U{YeiBfOqsO62Iz0KPBdUA~UipFy V!{Frn+ybB;21aIs%?AWr!~qER8w>yd delta 107 zcmZn(XbISmBoMbjP>g|rfrUYjA)O(Up(Hoo#U&{xKM5$taqUhIheh&HM^yO~yz&JZ WhQZ1CxdlKy42+Bnn-2)MhywuhT^msV diff --git a/magloop.html b/magloop.html index a8f1e4a..f07e88e 100644 --- a/magloop.html +++ b/magloop.html @@ -136,6 +136,8 @@ [3]: F W Grover, "Formulas and Tables for the Calculation of the Inductance of Coils of Polygonal Form" Scientific Papers of the Bureau of Standards, Vol 18, p753

Change history:
+ [21-Dec-23] - V10.4
+ * Added CB frequencies (11m, 26.965 - 27.855 MHz).
[26-Aug-23] - V10.3
* Added support for URL parameters. Some code-base clean-up.
[13-May-23] - V10.2
@@ -330,7 +332,7 @@ function updateFrequencies() { const hamFrequencies = [ - 0.1357, 0.1378, 0.472, 0.479, 1.8, 1.875, 3.5, 3.8, 5.3, 5.4, 7.0, 7.3, 10.1, 10.15, 14.0, 14.35, 18.068, 18.168, 21.0, 21.45, 24.89, 24.99, 28.0, 29.7, 35.0, 40.0, 45.0, 50.0, 52.0, 54.0, 55.0, 60.0, 65.0, 69.9, 70.5, 80.0, 90.0, + 0.1357, 0.1378, 0.472, 0.479, 1.8, 1.875, 3.5, 3.8, 5.3, 5.4, 7.0, 7.3, 10.1, 10.15, 14.0, 14.35, 18.068, 18.168, 21.0, 21.45, 24.89, 24.99, 26.965, 27.855, 28.0, 29.7, 35.0, 40.0, 45.0, 50.0, 52.0, 54.0, 55.0, 60.0, 65.0, 69.9, 70.5, 80.0, 90.0, 100.0, 110.0, 120.0, 130.0, 140.0, 144.0, 146.0, 148.0, 150.0, 160.0, 170.0, 180.0, 190.0, 200.0, 210.0, 219.0, 222.0, 225.0, 230.0, 240.0, 250.0, 275.0, 300.0, 325.0, 350.0, 375.0, 400.0, 420.0, 430.0, 440.0, 450.0 ]; @@ -1818,7 +1820,7 @@ title: function(context) { var value = context[0].parsed.x; var lut = {0.1357:'2200', 0.1378:'2200', 0.472:'600', 0.479:'600', 1.8:'160', 1.875:'160', 3.5:'80', 3.8:'80', 5.3:'60', 5.4:'60', 7.0:'40', 7.3:'40', 10.1:'30', 10.15:'30', 14.0:'20', 14.35:'20', 18.068:'17', 18.168:'17', 21.0:'15', 21.45:'15', - 24.89:'12', 24.99:'12', 28.0:'10', 29.7:'10', 35.0:'', 40.0:'', 45.0:'', 50.0:'6', 52.0:'6', 54.0:'6', 69.9:'4', 70.5:'4', 144.0:'2', 146.0:'2', 148.0:'2', 420.0:'0.7', 430.0:'0.7', 440.0:'0.7', 450.0:'0.7'}; + 24.89:'12', 24.99:'12', 26.965:'11', 27.855:'11', 28.0:'10', 29.7:'10', 35.0:'', 40.0:'', 45.0:'', 50.0:'6', 52.0:'6', 54.0:'6', 69.9:'4', 70.5:'4', 144.0:'2', 146.0:'2', 148.0:'2', 420.0:'0.7', 430.0:'0.7', 440.0:'0.7', 450.0:'0.7'}; var label = '' + value.toPrecision(4).toString() + ' MHz'; if(lut[value]) { label += ' (';