All Categories

Avionics

Radio navigation, radar, communications, antennas, GPS and signal-processing formulae behind aircraft electronic systems

Radio Horizon (line of sight)

NEWBasic
d1.23hd \approx 1.23\sqrt{h}

Maximum line-of-sight range to the radio horizon for a VHF antenna, driven by antenna height and the curvature of the Earth.

View details

Radio Wavelength

NEWBasic
λ=cf\lambda = \dfrac{c}{f}

Wavelength of a radio signal is the speed of light divided by its frequency; it sets antenna length and dish sizing.

View details

DME Slant Range Correction

NEWBasic
d=Ds2h2d = \sqrt{D_s^2 - h^2}

DME measures the direct (slant) distance to the beacon; the true ground distance is found by removing the height component.

View details

ILS Glideslope Height

NEWBasic
h=Dtanθh = D\tan\theta

Height an aircraft should be above the runway threshold when established on the ILS glideslope at a given distance.

View details

One-in-Sixty Rule

NEWBasic
θ=60×doffdflown\theta = \dfrac{60 \times d_{off}}{d_{flown}}

Rule-of-thumb linking a lateral track error to an angular deviation: 1 nm off after 60 nm is about 1° of error.

View details

Mode C Altitude Reporting

NEWBasic
FL=PA100FL = \dfrac{PA}{100}

A Mode C/S transponder reports pressure altitude referenced to 1013.25 hPa; dividing by 100 gives the flight level, independent of the local altimeter setting.

View details

Free-Space Path Loss

NEWIntermediate
FSPLdB=20log10d+20log10f+32.44FSPL_{dB} = 20\log_{10}d + 20\log_{10}f + 32.44

Signal power lost simply by spreading through free space, growing with both distance and frequency.

View details

Effective Isotropic Radiated Power

NEWIntermediate
EIRPdBW=Pt+GtLcEIRP_{dBW} = P_t + G_t - L_c

Apparent power a transmitter would need if it radiated equally in all directions; combines transmit power, antenna gain and cable loss.

View details

Radar Maximum Unambiguous Range

NEWIntermediate
Rmax=c2PRFR_{max} = \dfrac{c}{2\,PRF}

Farthest range at which a pulse echo returns before the next pulse is sent; beyond it, targets appear at false (aliased) ranges.

View details

Radar Range Resolution

NEWIntermediate
ΔR=cτ2\Delta R = \dfrac{c\tau}{2}

Smallest separation at which two targets appear as distinct echoes, set by the transmitted pulse width.

View details

Radar Doppler Shift

NEWIntermediate
fd=2vrλf_d = \dfrac{2v_r}{\lambda}

Frequency shift of an echo from a moving target; the factor of two accounts for the round trip to the target and back.

View details

Nyquist Sampling Rate

NEWIntermediate
fs2fmaxf_s \geq 2 f_{max}

To digitise an analogue avionics signal without aliasing, the sampling rate must be at least twice the highest frequency present.

View details

Parabolic Antenna Gain

NEWAdvanced
G=η(πDλ)2G = \eta\left(\dfrac{\pi D}{\lambda}\right)^2

Gain of a dish antenna rises with aperture area and falls with wavelength, scaled by aperture efficiency.

View details

Radar Range Equation

NEWAdvanced
Pr=PtG2λ2σ(4π)3R4P_r = \dfrac{P_t G^2 \lambda^2 \sigma}{(4\pi)^3 R^4}

Received echo power for a monostatic radar, combining transmit power, antenna gain, target size and range.

View details

GPS Pseudorange

NEWAdvanced
ρ=c(trtt)+cδt\rho = c\,(t_r - t_t) + c\,\delta t

Measured distance to a GPS satellite from signal travel time, biased by the receiver clock error — hence “pseudo” range.

View details

GPS Position Error (DOP)

NEWAdvanced
σpos=GDOP×σUERE\sigma_{pos} = GDOP \times \sigma_{UERE}

Overall positioning error is the geometry factor (dilution of precision) multiplied by the per-satellite ranging error.

View details