Porównaj commity

...

2 Commity

Autor SHA1 Wiadomość Data
miguel 04d98035cb Update magloop.html 2023-05-09 09:35:32 +10:00
miguel 204e88c495 Kill autoscaling. Made kV, I, log. 2023-05-09 09:15:16 +10:00
1 zmienionych plików z 22 dodań i 12 usunięć

Wyświetl plik

@ -7,7 +7,7 @@
<link rel="stylesheet" href="magloop.css">
</head>
<body>
<header>Miguel <a href="mailto:vk3cpu@gmail.com">VK3CPU</a> - Magloop Antenna Calculator V10</header>
<header>Miguel <a href="mailto:vk3cpu@gmail.com">VK3CPU</a> - Magloop Antenna Calculator V10.1</header>
<section class="gridLayoutClass">
<div class="chart-container" style="position: relative;">
<canvas id="chartCanvas" class="chartCanvasClass">
@ -135,6 +135,8 @@
[2]: A. Boswell, A. J. Tyler and A. White, <b>"Performance of a Small Loop Antenna in the 3 - 10 MHz Band"</b> <i>, IEEE Antennas and Propagation Magazine, 47, 2, April 2005, pp. 5 1 -56.</i> <br>
<br>
<b><u>Change history:</u></b><br>
<b>[8-May-23] - V10.1</b> <br>
* Stopped autoscaling on all axes. Changed Vcap, Icap to logarithmic. This makes it easier when comparing different configurations.<br>
<b>[8-May-23] - V10</b> <br>
* Added conductor skin depth as a new calculated parameter.<br>
<b>[23-Apr-23] - V9</b> <br>
@ -1676,6 +1678,8 @@
weight : 'bold'
}
},
min: 0.0,
max: 2.0,
position: 'left',
},
'effID' : {
@ -1690,9 +1694,9 @@
}
},
ticks: {
min: 0,
max: 100,
},
min: 0.0,
max: 100.0,
position: 'left',
},
'bwID' : {
@ -1709,10 +1713,12 @@
ticks: {
beginAtZero: true,
},
max: 50.0,
min: 0.0,
position: 'left',
},
'vID' : {
type: 'linear',
type: 'logarithmic',
display: 'auto',
title: {
display: true,
@ -1724,9 +1730,9 @@
},
ticks: {
beginAtZero: true,
max: 10.0,
},
min: 0.0,
max: 50.0,
min: 0.1,
position: 'left',
},
'pfID' : {
@ -1740,8 +1746,9 @@
weight : 'bold'
}
},
max: 5000.0,
min: 1.0,
ticks: {
max: 1000.0,
},
position: 'left',
},
@ -1759,6 +1766,8 @@
ticks: {
beginAtZero: true,
},
min: 0.0,
max: 500.0,
position: 'right',
},
'qID' : {
@ -1774,12 +1783,13 @@
},
ticks: {
beginAtZero: true,
max: 4000.0,
},
min: 0.0,
max: 4000.0,
position: 'right',
},
'ccID' : {
type: 'linear',
type: 'logarithmic',
display: 'auto',
title: {
display: true,
@ -1791,9 +1801,9 @@
},
ticks: {
beginAtZero: true,
max: 100.0,
},
min: 0.0,
min: 1.0,
max: 500.0,
position: 'right',
},
'sizeID' : {
@ -1809,8 +1819,8 @@
},
ticks: {
beginAtZero: true,
max: 0.3,
},
max: 0.3,
min: 0.0,
position: 'right',
},