Skip to content

Siyfion/random-wire-lengths

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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)