dipole
dipoleCalculate physical dimensions of a dipole antenna for a given frequency. Returns half-wave or quarter-wave element length in metres, feet, and inches. A half-wave dipole is the most common resonant antenna with approximately 2.15 dBi gain. A quarter-wave monopole (ground plane antenna) is half the length and is widely used in handheld radios and vehicle-mounted systems. Use this before building or purchasing an antenna to verify element length for your operating frequency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Antenna type: half_wave dipole or quarter_wave monopole | half_wave |
| freq_mhz | Yes | Operating frequency in megahertz (MHz) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length_m | Yes | Element length in metres | |
| length_ft | Yes | Element length in feet | |
| length_in | Yes | Element length in inches | |
| wavelength_m | Yes | Full wavelength in metres |