• You can now help support WorldwideDX when you shop on Amazon at no additional cost to you! Simply follow this Shop on Amazon link first and a portion of any purchase is sent to WorldwideDX to help with site costs.

copper

  1. ButtFuzz

    ButtFuzz' PowerShell Radio / Antenna Math

    I was bored in PowerShell class today. Here's a simple PowerShell script to roughly calculate antenna values. YMMV. Wooooooo! ##################################################### Function Show-DipoleSize() { CLS [float]$freq = Read-Host "What is the desired freq. in MHz?" $f = ($freq) $a =...