3.6.25 · D3Spacecraft Structures & Systems Engineering

Worked examples — Link budget — path loss, EIRP, G - T, Eb - N0

3,270 words15 min readBack to topic

This is the hands-on companion to the link-budget topic note. The parent note built the four pillars — EIRP, path loss, , and . Here we use them, and we deliberately hunt down every awkward corner: the tiny numbers, the huge numbers, the "it doesn't close" failure case, and the exam trick.

Before anything else, let us pin down the one piece of grammar the whole page speaks in.

Figure — Link budget — path loss, EIRP, G - T, Eb - N0
Figure 1 — Why we live in decibels. Two bars carry the same number. The tall red bar on the left is the raw linear ratio "one billion" (), a tower so tall it needs a log axis just to draw. The short blue bar on the right is that same ratio expressed in decibels: a friendly . The yellow arrow labelled "10 log10" is the one operation that shrinks the left bar into the right. Every example below lives on the tame right-hand bar.


The scenario matrix

Here is every class of case a link-budget problem can throw at you. Each of the worked examples that follow is tagged with the cell(s) it covers, so by the end no cell is left unvisited.

# Cell class What makes it tricky Covered by
A Basic forward pass plug numbers straight through, no traps Ex 1
B Very large input (deep-space range) huge path loss, exponent bookkeeping Ex 2
C Very small / near input (LEO, short range) small loss, does the same formula still hold? Ex 3
D Zero / degenerate input tiny, tiny, dBi isotropic Ex 4
E Sign flip — negative margin the link that fails; interpret the minus Ex 5
F Limiting behaviour double the range, double the frequency → how many dB? Ex 6
G Real-world word problem pick the data rate that just closes the link Ex 7
H Exam-style twist units mismatch (Hz vs dB-Hz), Shannon comparison Ex 8

Constants and one more symbol we reuse everywhere:

Here is the received carrier power, the noise power per hertz (equal to ), their ratio (units dB-Hz), the bit rate in bits per second, and the energy-per-bit to noise-density ratio that decides the error rate.


Example 1 — Basic forward pass (Cell A)

Forecast: Guess before computing — will be positive or negative in dBW? (A negative dBW just means "less than a watt".)

  1. Convert power to dBW. . Why this step? The whole budget is a sum, so every quantity must first become a dB number.
  2. EIRP is transmit power plus transmit gain. . Why this step? From the parent note, in linear units, which is addition in dB.
  3. Received carrier . Why this step? Path loss is the only minus here; the receive antenna gain claws some back.

Verify: dBW — sub-picowatt, exactly the "faint whisper" scale we expect for a real radio link. Sign is negative → far below 1 W, as forecast. ✓


Example 2 — Very large input: deep-space path loss (Cell B)

Forecast: The constant is fixed; will the range term or the frequency term dominate the total?

  1. Put in MHz. . Why this step? The constant is calibrated for kilometres and megahertz; feed it anything else and the number is nonsense.
  2. Range term. . Why this step? of a big number is just its "number of digits", so a hundred-million-km distance is only ~168 dB.
  3. Frequency term. . Why this step? Higher frequency means a shorter wavelength, and a receiving antenna of fixed gain has a smaller effective collecting area at short wavelengths — so a larger fraction of the wave is missed. That penalty rises with frequency, and it enters the formula through this same term.
  4. Sum. . Why this step? Each contribution is independent, so we add.

Verify: The range term (168 dB) dominates the frequency term (78 dB), as forecast — distance is the killer in deep space. In linear terms is roughly the ratio of the observable universe's volume to a grain of sand — space really is that unforgiving. Matches parent's dB (rounding). ✓

Figure — Link budget — path loss, EIRP, G - T, Eb - N0
Figure 2 — The path-loss tower for Mars. Three stacked bars build up the total : a fixed yellow base ( dB, the unit-conversion constant), a tall red slab (the dB range term), and a shorter blue slab (the dB frequency term). The red range slab is more than twice the blue frequency slab — a picture of why distance, not frequency, is the deep-space enemy. See Free-Space Path Loss Derivation for where the comes from.


Example 3 — Very small input: a nearby LEO pass (Cell C)

Forecast: Compared with Mars (279 dB), how much smaller — half? A tenth?

  1. Range term. . Why this step? Same formula — nothing about it assumed a large distance, so it works identically for small .
  2. Frequency term. .
  3. Sum. .

Verify: dB versus Mars's dB — the loss is half in dB, but because dB are logarithmic, in linear power that is : the Mars signal is a hundred trillion times weaker despite "only" double the dB. This is the lesson of Cell C: small dB differences hide enormous linear ones. ✓


Example 4 — Degenerate inputs: isotropic antenna, unit bit rate (Cell D)

Forecast: In (a), does a 0-dBi gain add anything? In (b), does a 1-bit/s rate subtract anything?

  1. (a) Convert power. . Why this step? Standard first move.
  2. (a) Add the gain. . Why this step? dBi means gain factor ; the antenna focuses nothing, so EIRP equals raw power. This is the definition of isotropic — the degenerate baseline all gains are measured against.
  3. (b) Rate in dB. . Why this step? : a one-bit-per-second link spreads all the power onto a single bit each second, subtracting nothing.
  4. (b) Energy per bit. .

Verify: Both degenerate inputs collapse their term to zero, exactly as demands. A slower link always has higher — here the slowest possible rate gives the entire to each bit. Consistent. ✓


Forecast: Margin = available minus required. Will it be positive or negative?

  1. Margin definition. . Why this step? A budget "closes" only when what you have exceeds what you need; the difference is the safety cushion.
  2. Interpret the sign. Negative margin means the signal is too weak — you are short by 48% of the needed power. Why this step? Converting the dB deficit back to linear shows exactly how far you missed.
  3. Fix options. To recover dB you could (i) drop the bit rate by a factor , or (ii) raise EIRP by dB, or (iii) improve by dB. Why this step? Because everything is additive in dB, a deficit anywhere can be repaired anywhere else by the same number of dB.

Verify: A dB margin means BER too high to lock — the receiver hears noise. Reduce from, say, Mbps to Mbps and the term rises by dB, pushing margin to . Signs and remedies consistent. ✓ See Forward Error Correction for how coding lowers the required threshold instead.


Example 6 — Limiting behaviour: doubling range and frequency (Cell F)

Forecast: Guess "3 dB" or "6 dB" for each before reading on.

  1. The rule of doubling. For any term, doubling the argument adds . Why this step? Because ; the constant is worth memorising.
  2. (a) Double the range. rises by . Why this step? sits inside a , so its doubling costs one "6-dB brick".
  3. (b) Double the frequency. rises by as well. Why this step? also sits inside a — identical geometry.

Verify: Check Example 3 vs a hypothetical -km pass: range term would be dB, up from dB — a rise of dB. Exactly one brick. ✓

Figure — Link budget — path loss, EIRP, G - T, Eb - N0
Figure 3 — Path loss climbs 6 dB per doubling. The blue curve plots against distance on a logarithmic horizontal axis, which turns the inverse-square law into a straight rising line. The two yellow dots sit at km and km; stepping between them — one doubling — lifts the line by exactly dB (yellow arrow). The lone red dot far to the right is Mars at dB. This is the Fris Transmission Equation drawn as a picture.


Example 7 — Real-world word problem: choose the data rate (Cell G)

Forecast: Deep-space rates are famously slow — kilobits? Megabits?

  1. EIRP. , so . Why this step? Same opening move; the transmit side collapses to one number.
  2. Carrier-to-noise density. Why this step? This is the master equation — everything the receiver has before we decide how fast to spend it. (The is the term; subtracting a negative adds.)
  3. Solve for the rate. . Setting : Why this step? At the maximum rate we spend exactly the threshold energy per bit — margin zero.
  4. Undo the log. . Why this step? is the inverse of , turning dB-Hz back into bits per second.

Verify: bit/s — genuinely the ballpark of early Mars downlinks before high-gain antennas and coding. Plug back: , so dB exactly at threshold. ✓ Faster rates need better Modulation Schemes (BPSK, QPSK) or the Deep Space Network (DSN)'s 70-m dishes.


Example 8 — Exam-style twist: units and the Shannon ceiling (Cell H)

Forecast: Can the true bit rate ever exceed the Shannon capacity? (No — that's the point.)

  1. (a) Spot the trap. The student subtracted a raw hertz count () from a decibel quantity ( dB-Hz). You may only subtract a dB from a dB, so the bandwidth must first be turned into decibels. Why this step? is a ratio-per-hertz in dB; the noise it must be divided by is , and dividing in dB means subtracting the dB value of — never the bare Hz number.
  2. (a) Convert the bandwidth. . Why this step? Now both quantities live on the same dB ruler and can legally be subtracted.
  3. (a) Correct SNR. . Why this step? SNR is where ; in dB that is exactly minus -in-dB. (The student's answer of was nonsense; the real SNR is a modest dB.)
  4. (b) Linear SNR. . Why this step? The Shannon-Hartley Theorem uses a linear ratio inside its logarithm, so we must leave dB first.
  5. (b) Capacity. . Why this step? Shannon's law sets the absolute ceiling for error-free bits given SNR and bandwidth.

Verify: — our practical rate sits comfortably below the Shannon ceiling, as physics demands. The gap is exactly the "coding gap" that Forward Error Correction exists to close. ✓


Recall Self-test: can you reach the bottom line?

A dB is ten times which function of a ratio? ::: of the ratio. Doubling either range or frequency adds how many dB of path loss? ::: About dB. A margin of dB means the signal is how many times too weak (linear)? ::: too weak. To go from (dB-Hz) to (dB) you subtract what? ::: , the bit rate in dB. Why must you convert bandwidth from Hz to dB-Hz before subtracting it from ? ::: You can only add/subtract dB with dB — mixing raw Hz and dB is meaningless. A -dBi antenna contributes how much to EIRP? ::: Nothing — it is the isotropic baseline, gain factor 1. What does the in stand for, and is bigger better? ::: System noise temperature in kelvins; smaller is better (less receiver hiss).