Siyfion / random-wire-lengths

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amateur Radio - Random Wire Length Tool

This is a direct port of the code found here http://udel.edu/~mm/ham/randomWire/ but with it being written in C and matlab, I found it quite restrictive to use. So I decided to port it to JavaScript (ES6), so that it's much easier to run (imo). Feel free to comment and tweak away to your hearts content!

Prerequisites

Usage

  • Clone this git repo onto your machine
    • git clone https://github.com/Siyfion/random-wire-lengths.git
  • Navigate into the directory
    • cd randome-wire-lengths
  • Modify the bands to your needs
  • Generate the half waves
    • node main.js
  • Generate the graph
    • gnuplot rw.gnu
  • Open the graph (by default f.png)

About


Languages

Language:JavaScript 91.9%Language:Gnuplot 8.1%