Chapter 4 · 5 practice questions · In-browser grading · Local storage

Transmission loss and SNR — reading reach

Use transmission loss TL, noise level NL, and directivity index DI to decide whether a signal gets through — all by adding and subtracting dB.

Overall0 / 360%
This page0 / 5Correct answers
StoragelocalStorage onlyNo data sent to a server

TL is the sum of spreading and absorption

Underwater sound weakens with range in two ways: a geometric spreading loss that thins the wavefront, and absorption as some energy is converted into heat and other forms. As a rule of thumb at this level, spherical spreading gives about 20 log10(R), and cylindrical spreading gives about 10 log10(R). Add absorption on top to obtain an estimate of TL.

Absorption tends to grow with frequency, so higher frequencies give finer detail but suffer more at long range — a classic tradeoff.

When to use spherical vs. cylindrical spreading

The spreading loss model depends on the geometry in which the wavefront expands.

  • Spherical spreading (20 log10 R): applies when sound from the source spreads equally in all directions. Valid in deep water, or where propagation is not constrained by the surface or the sea floor.
  • Cylindrical spreading (10 log10 R): applies when the horizontal range is much larger than the water depth, so the sound becomes trapped between the surface and the sea floor and spreads in a 2-D cylindrical fashion.

As a guide, with water depth H and horizontal range R: R ≪ H is closer to spherical, while R ≫ H with repeated surface/bottom reflections approaches cylindrical. In intermediate regimes, an empirical coefficient like 15 log10 R is sometimes used. The simulator in this course exposes this coefficient as a selectable parameter.

As TL grows, received level and SNR both drop TL is the sum of spreading and absorption. Active pays it twice, for the round trip. Range dB Higher frequencies accumulate TL faster Low freq. High freq. SL Received level Noise SNR = signal level − noise level. The array's DI pushes the noise level down.

Building the passive SNR equation

Start with passive. The sound radiated by the target propagates one way to the receiver. With the source level (target's radiated source level) as SL, the one-way transmission loss as TL, the noise level as NL, and the receiver-side array gain as DI, the signal level at the receiver is SL − TL and the effective noise level is NL − DI. The difference between the two is the SNR.

SNR_passive = SL − TL − (NL − DI)

The key point is that in dB, these are additions and subtractions, not multiplications. Larger TL drops the signal further; larger DI pushes the noise side down.

Building the active SNR equation

Active uses a round-trip path: the sonar transmits a ping, it reflects from the target, and returns to the receiver. The transmitted sound is attenuated by TL on the outbound leg, the target reflects with strength TS, and the return leg attenuates by another TL. Highlighting the difference from the passive equation:

SNR_active = SL − TL − TL + TS − (NL − DI)
           = SL − 2TL + TS − (NL − DI)

Compared to the passive equation, the only changes are that −TL becomes −2TL, and a new term TS for the target's reflective characteristics is added. Since 2TL dominates as range grows, the differential reading shows directly why active SNR drops sharply at long range.

Typical SL value ranges

SL (Source Level) varies widely with the device or target. As a guide for the values used in the exercises:

  • Passive SL (target's radiated source level): small craft 140–160 dB re 1 µPa @ 1 m; merchant or large naval vessels 170–190 dB re 1 µPa @ 1 m. The SL = 165 dB used in passive exercises corresponds to a representative merchant ship.
  • Active SL (transmitted source level): portable echo sounders 180–200 dB re 1 µPa @ 1 m; large hull-mounted sonars or low-frequency ASW sonars can exceed 220 dB re 1 µPa @ 1 m. The SL = 210 dB used in active exercises corresponds to a mid-to-large sonar.

All dB values are referenced to re 1 µPa @ 1 m (reference pressure 1 µPa, reference distance 1 m).

The role of TS

Target Strength (TS) measures how strongly a target backscatters sound. A large, flat metal surface reflects very differently from a slender, compliant structure. For an introductory picture, "bigger TS means the echo is easier to pick up" is enough.

We only use the simplified equations here, and we set aside multipath, reverberation, refraction, and boundary scattering that matter in real environments. The goal is to build a first-order dB intuition.

Comprehension check for this chapter

0 / 5 correct. Results are saved only in this browser's localStorage.

Chapter 4 / Practice 1
Unanswered

Q16. Spherical spreading: going 10× farther

Approximate spherical spreading as 20 log10(R). If the range increases by a factor of 10, how many dB does the spreading loss gain?

Show hint
20 log10(10) = 20.
Show reasoning
Ten times the range adds 20 dB of spherical spreading loss on its own.
Chapter 4 / Practice 2
Unanswered

Q17. Absorption vs. frequency

Pick the most accurate introductory statement about absorption in seawater.

Show hint
"Turns into heat more readily and does not reach far" is the typical feel for high frequencies.
Show reasoning
Higher frequencies accumulate more absorption, so the same range costs more dB.
Chapter 4 / Practice 3
Unanswered

Q18. One passive-SNR calculation

Use the simplified equation SNR = SL - TL - (NL - DI). With SL = 165 dB, TL = 80 dB, NL = 70 dB, and DI = 10 dB, what is SNR in dB?

Show hint
Form NL - DI first, then subtract.
Show reasoning
165 - 80 - (70 - 10) = 25 dB.
Chapter 4 / Practice 4
Unanswered

Q19. One active-SNR calculation

Use the simplified equation SNR = SL - 2TL + TS - (NL - DI). With SL = 210 dB, TL = 70 dB, TS = -10 dB, NL = 65 dB, and DI = 12 dB, what is SNR in dB?

Show hint
2TL = 140.
Show reasoning
210 - 140 - 10 - (65 - 12) = 7 dB.
Chapter 4 / Practice 5
Unanswered

Q20. What Target Strength means

Pick the best description of Target Strength (TS).

Show hint
Think backscattering and echo strength.
Show reasoning
TS is a logarithmic measure of how strongly a target backscatters incident sound toward the sonar.

Takeaways from this chapter

  • Read TL as the approximate sum of spreading and absorption.
  • Higher frequencies absorb more and tend to be at a disadvantage at long range.
  • Passive and active SNR can both be read as addition and subtraction in dB.