Skip to content

Below is a complete Markdown-ready training course.

Radio Transmission Basics

Focus on VHF and UHF Communications


Table of Contents

  1. Introduction to Electromagnetic Waves
  2. Frequency and Wavelength
  3. Why Antennas Are λ/4
  4. How and Why Signals Lose Power
  5. Propagation in VHF vs UHF
  6. Noise and Signal Perturbations
  7. Modulation (FM in VHF/UHF Systems)
  8. Power, dB and Link Budget
  9. Repeaters and Coverage Extension
  10. Practical Engineering Guidelines
  11. References

1. Introduction to Electromagnetic Waves

Radio communication is the transmission of information using electromagnetic waves (EM).

An Electromagnetic Wave consists of:

  • An electric field (E)
  • A magnetic field (H)
  • Perpendicular to each other
  • Propagating through space

In free space, EM waves propagate at the speed of light:

$$ c \approx 3 \times 10^8 \text{ m/s} $$

This is the fundamental physical basis of all radio systems.

Reference: Balanis, C. A., Antenna Theory: Analysis and Design, 4th ed., Wiley, 2016.


2. Frequency and Wavelength

Frequency and wavelength are related by:

Where:

  • (v) = propagation speed (~3×10⁸ m/s in free space)
  • (f) = frequency (Hz)
  • (λ) = wavelength (meters)

Example Calculations

150 MHz (VHF)

$$ \lambda = \frac{3\times10^8}{150\times10^6} = 2 \text{ meters} $$

450 MHz (UHF)

$$ \lambda = \frac{3\times10^8}{450\times10^6} = 0.67 \text{ meters} $$


VHF and UHF Definitions

Band Frequency Range
VHF 30–300 MHz
UHF 300 MHz–3 GHz

Source: ITU Radio Regulations (International Telecommunication Union).


3. Why Antennas Are λ/4

3.1 Resonance Principle

An antenna is a resonant conductor.

Efficient radiation occurs when its physical length corresponds to a fraction of the wavelength.

A common practical antenna is the quarter-wave monopole:


3.2 Why λ/4 Works Physically

When RF current flows in a conductor:

  1. A standing wave forms.
  2. Current is maximum at the feed point.
  3. Voltage is maximum at the open end.
  4. The current distribution supports efficient radiation.

A λ/4 monopole placed above a conductive ground plane behaves like a λ/2 dipole due to electromagnetic image theory.


3.3 Practical Example

Frequency Wavelength λ/4 Length
150 MHz 2 m 50 cm
450 MHz 0.67 m 16–17 cm

This explains why UHF radios have shorter antennas.

References:

  • Balanis, 2016
  • Kraus, J. D., Antennas, 2nd ed., McGraw-Hill, 1988

4. How and Why Signals Lose Power

Signal attenuation is unavoidable. The primary reason is geometric spreading.


4.1 Geometric Spreading (Inverse Square Law)

Radiated energy spreads over a sphere.

Surface area of sphere:

$$ A = 4\pi r^2 $$

Power density decreases proportionally to:

$$ \frac{1}{r^2} $$

This is fundamental physics — not equipment loss.


4.2 Free Space Path Loss (FSPL)

In decibels:

$$ FSPL_{dB} = 20\log_{10}(d) + 20\log_{10}(f) + 32.44 $$

Where:

  • d = distance (km)
  • f = frequency (MHz)

Key Engineering Rule

Doubling distance → −6 dB power reduction.

Reason: $$ 20\log_{10}(2) \approx 6 $$


4.3 Additional Loss Mechanisms

Beyond free-space spreading:

1. Absorption

  • Materials convert RF energy into heat.
  • Concrete and water are significant absorbers.
  • Higher frequencies are generally absorbed more.

2. Reflection

  • Occurs on metal, buildings.
  • Causes multipath.

3. Diffraction

  • Bending around obstacles.
  • More effective at lower frequencies (VHF).

4. Scattering

  • Rough surfaces
  • Foliage
  • Rain (minor in VHF/UHF, major above several GHz)

References:

  • ITU-R P.525 (Free-space path loss)
  • ITU-R P.1546 (Propagation over land)
  • Rappaport, T., Wireless Communications, 2nd ed., 2002

5. Propagation: VHF vs UHF

Characteristic VHF UHF
Wavelength Longer Shorter
Diffraction Better Less
Urban multipath Lower Higher
Antenna size Larger Smaller
Indoor behavior Moderate penetration Often better penetration but more fading

Line-of-Sight Limitation

Radio horizon approximation:

$$ d \approx 3.57(\sqrt{h_1} + \sqrt{h_2}) $$

Where:

  • d = distance (km)
  • h = antenna height (meters)

Higher antennas increase coverage dramatically.

Source: ITU-R P.525.


6. Noise and Signal Perturbations

6.1 Thermal Noise

Origin: random electron motion.

Noise power:

$$ P_n = kTB $$

Where:

  • k = Boltzmann constant
  • T = temperature (Kelvin)
  • B = bandwidth

Wider bandwidth → more noise.

Reference: Sklar, Digital Communications, 2nd ed., 2001.


6.2 Multipath Fading

Multiple copies of a signal arrive via different paths.

They may:

  • Add constructively
  • Cancel destructively

Effects:

  • Rapid signal fluctuations
  • “Dead spots”
  • More common in UHF urban environments

6.3 Interference Types

Type Cause
Co-channel Same frequency users
Adjacent channel Poor filtering
Intermodulation Nonlinear mixing in receiver
Electromagnetic interference Electrical devices

6.4 Doppler Shift

Relative motion changes frequency:

$$ f_d = \frac{v}{\lambda} $$

Higher frequency → larger Doppler shift.

Important in:

  • Aviation
  • High-speed vehicles

7. Modulation in VHF/UHF Radios

7.1 Carrier Concept

A radio transmits information by modifying a high-frequency carrier.


7.2 Narrowband FM (Most Common)

Used in:

  • Land mobile radio
  • Marine VHF
  • PMR systems

Typical bandwidth:

  • 12.5 kHz (modern)
  • 25 kHz (legacy)

Why FM?

  • Better noise immunity than AM
  • Capture effect (stronger signal dominates weaker)

Reference: Haykin, Communication Systems, 5th ed., 2009.


8. Power, dB and Link Budget

8.1 Decibels

Why use dB?

  • Large dynamic range
  • Converts multiplication into addition

8.2 Typical Power Levels

Power dBm
1 mW 0 dBm
1 W 30 dBm
5 W 37 dBm

$$ P_r = P_t + G_t + G_r - L_{path} - L_{cable} $$

All values in dB.

Where:

  • (P_t) = transmit power
  • (G_t) = transmit antenna gain
  • (G_r) = receive antenna gain
  • (L_{path}) = propagation loss
  • (L_{cable}) = feeder losses

If received power is above receiver sensitivity → communication works.


9. Repeaters

A repeater:

  1. Receives on frequency A
  2. Transmits on frequency B
  3. Uses elevated antenna

Purpose: extend coverage.

Height is usually more important than power.


10. Practical Engineering Guidelines

  1. Antenna quality matters more than transmit power.
  2. Height improves coverage dramatically.
  3. UHF is compact but suffers more multipath.
  4. Most failures are link budget issues.
  5. Increasing power is often the wrong first solution.

11. Key Takeaways

  • Frequency determines wavelength and antenna size.
  • Signal loss is mainly geometric spreading.
  • VHF diffracts better; UHF allows smaller antennas.
  • Noise and multipath are dominant real-world problems.
  • Link budget analysis is essential.

12. References

  1. Balanis, C. A., Antenna Theory, 4th ed., Wiley, 2016.
  2. Kraus, J. D., Antennas, 2nd ed., McGraw-Hill, 1988.
  3. Rappaport, T., Wireless Communications, 2nd ed., Prentice Hall, 2002.
  4. Sklar, B., Digital Communications, 2nd ed., Prentice Hall, 2001.
  5. Haykin, S., Communication Systems, 5th ed., Wiley, 2009.
  6. ITU-R Recommendation P.525 (Free-Space Path Loss).
  7. ITU-R Recommendation P.1546 (Propagation over land).

If you would like, I can now provide:

  • A second page dedicated entirely to worked link budget examples
  • A page dedicated to practical lab experiments
  • Or a VHF vs UHF field comparison case study