vk3cpu/index.html

35 wiersze
1.6 KiB
HTML

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html lang="en">
<head>
<title>VK3CPU Interactive RF Calculators for Amateur Radio Operators</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<link type="text/css" href="css/base.css" rel="stylesheet"/>
</head>
<body>
<h1> VK3CPU Interactive RF Calculators for Amateur Radio Operators</h1>
<br>
Interactive calculators developed for RF engineers and amateur radio operators intended for use on a
mobile phone browser.
<br> <br>
<h2> <a href="./magloop.html">Magloop Antenna Calculator</a> </h2>
Graphical small-loop antenna calculator that supports single and multi-turn loops made from Cu or Al tubing.
Also supports circular, octagonal, hexagonal and square shaped loops.<br>
<img src="magloop.png" alt="Magnetic Loop Antenna Calculator">
<br> <br>
<h2> <a href="./inductor_imp.html">RF Inductor Calculator</a> </h2>
Air-core solenoid style RF inductor calculator <br>
<img src="inductor.png" alt="RF Air-Core Inductor Calculator">
<br> <br>
<h2> <a href="./toroid.html">RF Toroid Calculator</a> </h2>
Graphical calculator for ferrite and powdered-iron toroids. <br>
<img src="toroid.png" alt="RF Toroid Calculator">
<br> <br>
<h2> <a href="./short_dipole.html">Loaded Dipole Antenna Calculator</a> </h2>
Graphical calculator for coil/inductor loaded dipole antennas. <br>
<img src="short_dipole.png" alt="Loaded Dipole Antenna Calculator">
<br> <br>
</body>
</html>