Sonar Equation Simulator: Calculate Underwater Detection Range

simulator intermediate ~10 min
Loading simulation...
R_max = 18.2 km — maximum active sonar detection range

With SL 200 dB, TS -10 dB, NL 70 dB, and DT 10 dB at 5 kHz, the figure of merit is 110 dB, yielding a maximum detection range of approximately 18.2 km under spherical spreading with absorption.

Formula

SE = SL − 2TL + TS − NL − DT (active sonar equation)
TL = 20 log₁₀(r) + α × r/1000 (spherical spreading + absorption)
α = 0.11f²/(1+f²) + 44f²/(4100+f²) + 0.000275f² dB/km (Thorp's formula)

The Fundamental Balance

The sonar equation is to underwater acoustics what Ohm's law is to electronics — the essential bookkeeping tool that determines whether a target can be heard above the noise. It tallies the acoustic energy budget from source to target and back, accounting for every decibel gained or lost along the way. When the returned signal exceeds the noise by more than the detection threshold, the target is detected.

Transmission Loss

As sound propagates through the ocean, it weakens due to geometric spreading and absorption. Spherical spreading reduces intensity as 1/r² (20 log r in dB), while absorption converts acoustic energy to heat at a rate that increases strongly with frequency. At 1 kHz, a signal can travel 100 km with modest absorption; at 100 kHz, it is essentially gone after 1 km. This frequency-range tradeoff dominates sonar system design.

Target Strength and Noise

Target strength quantifies how much energy a target reflects back toward the sonar. Large, rigid, air-filled objects (ships, submarines) are strong reflectors; small, soft, or absorptive targets (mines, fish) return much less. Meanwhile, ambient noise from shipping, wind, waves, rain, and marine life fills the ocean with competing signals. The detection threshold specifies how much the signal must exceed the noise for reliable detection at an acceptable false alarm rate.

Engineering the Sonar System

Sonar designers optimize every term in the equation. Source level is increased with more powerful transducers. Directional arrays reduce noise by rejecting sound from unwanted directions. Signal processing (matched filtering, beamforming) lowers the effective detection threshold. Understanding the sonar equation lets engineers predict performance before building hardware and helps operators adapt tactics to changing ocean conditions.

FAQ

What is the sonar equation?

The sonar equation is the fundamental relationship in underwater acoustics that determines whether a target can be detected. For active sonar: Signal Excess = SL − 2TL + TS − NL − DT, where SL is source level, TL is transmission loss, TS is target strength, NL is noise level, and DT is detection threshold. Detection occurs when SE > 0.

What is the figure of merit in sonar?

The figure of merit (FOM) equals SL + TS − NL − DT for active sonar. It represents the maximum allowable two-way transmission loss. The range at which actual TL equals the FOM is the maximum detection range. FOM is the single most useful number for comparing sonar system performance.

How does frequency affect sonar range?

Higher frequencies suffer greater absorption in seawater, dramatically reducing range. At 1 kHz absorption is about 0.06 dB/km, but at 100 kHz it exceeds 30 dB/km. Low-frequency sonar (1-5 kHz) can detect targets at tens of kilometers, while high-frequency sonar (100+ kHz) is limited to hundreds of meters but provides superior resolution.

What determines target strength?

Target strength measures how effectively an object reflects sound, expressed in dB. A large submarine might have TS of +20 dB, a small mine -20 dB, and a fish -30 dB. It depends on target size, shape, material, and the angle of incidence relative to the sonar beam.

Sources

Embed

<iframe src="https://homo-deus.com/lab/ocean-acoustics/sonar-equation/embed" width="100%" height="400" frameborder="0"></iframe>
View source on GitHub