wavelength freq
wavelength_freqConvert between radio frequency and wavelength. Provide either frequency in MHz or wavelength in metres, and get the full set of equivalent values: frequency in MHz and GHz, wavelength in metres, centimetres, millimetres, and feet. Essential for antenna dimensioning, waveguide selection, and quick band identification. The fundamental relationship is lambda = c / f where c is the speed of light (299 792 458 m/s).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| freq_mhz | No | Frequency in megahertz (MHz) | |
| wavelength_m | No | Wavelength in metres |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| freq_ghz | Yes | Frequency in gigahertz (GHz) | |
| freq_mhz | Yes | Frequency in megahertz (MHz) | |
| wavelength_m | Yes | Wavelength in metres | |
| wavelength_cm | Yes | Wavelength in centimetres | |
| wavelength_ft | Yes | Wavelength in feet | |
| wavelength_mm | Yes | Wavelength in millimetres |