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

Arrays and Beamforming — Focusing on a Direction

Learn how arrival-time differences across multiple hydrophones reveal the direction of a sound, and how beamforming improves SNR in that direction.

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

Multiple sensors measure differences in arrival time

Sound arriving from far away reaches the hydrophones in an array at slightly different times. Those arrival-time differences depend on the direction of the sound. Comparing the signals therefore lets us estimate the direction of arrival, which is difficult to obtain from a single hydrophone.

Arrays can be fixed, moored, or towed, but the basic idea is always the same: place multiple sensors at known positions.

Align for the chosen direction and sum, and that direction stands out The basic idea behind delay-and-sum beamforming. array An oblique wavefront reaches each element at slightly different times Look direction Align the delays and sum — the chosen direction adds in phase

Correct the delays, then add the signals

The most basic form of beamforming is delay-and-sum. First, assume the sound comes from a chosen look direction and correct each element's signal for the corresponding difference in arrival time. After that correction, signals from the look direction line up and reinforce when added, while signals from other directions do not line up as well.

This align-and-add operation focuses the receiver's sensitivity on a direction and can improve signal-to-noise ratio (SNR) in that direction.

Use an idealized approximation to understand directivity index (DI)

For an introductory estimate, the directivity index of an N-element array is sometimes approximated as DI ≈ 10 log10(N). This is an idealized approximation: about 10 dB for 10 elements and about 20 dB for 100 elements. It gives a useful first sense of how increasing element count can improve SNR.

The approximation assumes (1) the noise at different elements is uncorrelated and arrives equally from all directions, (2) every element has the same weight, and (3) the target signal is correctly aligned in phase across all elements. In practice, directional surface noise, sensitivity differences between elements, weighting, and phase disturbances from multipath usually make the improvement smaller than this estimate.

Excessive element spacing creates false directions

If element spacing is too large relative to wavelength, waves arriving from different directions can produce the same phase pattern across the array. This is spatial aliasing. It creates strong responses away from the true arrival direction; these false lobes are called grating lobes.

The spatial counterpart of the Nyquist criterion for time sampling (fs ≥ 2 fmax) requires the element spacing d to satisfy d ≤ λ/2. Keeping a simple uniform array's spacing at approximately λ/2 or less helps prevent spatial aliasing and suppress grating lobes.

Connect this chapter to the Chapter 6 simulator

The Chapter 6 simulator has sliders for water temperature, salinity, depth, frequency, and range, as well as the number of elements N. Beyond directivity index (DI), these values connect to earlier chapters as follows.

  • Water temperature, salinity, and depth: through the Mackenzie equation in Chapter 2, they change sound speed c and therefore affect wavelength λ = c/f and round-trip time 2R/c.
  • Frequency: through the absorption coefficient in Chapter 4, it affects TL. Absorption tends to rise with frequency, making SNR more likely to decrease.
  • Range: through spreading and absorption in Chapter 4, it affects TL. Active sonar includes the outbound and return losses as 2TL.

By moving these sliders, you can examine the Chapter 2–4 relationships together under one set of conditions.

Comprehension check for this chapter

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

Chapter 5 / Practice 1
Unanswered

Q21. What is a hydrophone array?

Which description best explains a hydrophone array?

Show hint
It uses multiple sensors at defined positions, not just one.
Show reasoning
An array consists of multiple sensors at known positions. It is used to estimate arrival direction and improve SNR.
Chapter 5 / Practice 2
Unanswered

Q22. Idealized DI for 16 elements

Use the idealized approximation DI ≈ 10 log10(N). For N = 16 elements, what is DI, approximately, in dB?

Show hint
log10(16) ≈ 1.204.
Show reasoning
10 log10(16) ≈ 12.0, so the idealized DI is about 12.0 dB.
Chapter 5 / Practice 3
Unanswered

Q23. Increasing the array from 4 to 16 elements

Using the idealized approximation, by approximately how many dB does DI improve when the element count increases from 4 to 16?

Show hint
10 log10(16/4) = 10 log10(4).
Show reasoning
Four times as many elements gives an improvement of about +6 dB in the idealized approximation.
Chapter 5 / Practice 4
Unanswered

Q24. The basic operation of beamforming

Which description best explains the basic operation of beamforming?

Show hint
Correct the arrival-time offset at each element for the chosen direction.
Show reasoning
Basic beamforming corrects the time or phase difference at each element so signals from the look direction line up, then adds them.
Chapter 5 / Practice 5
Unanswered

Q25. Why element spacing is kept near λ/2 or less

For a simple uniformly spaced array, why is element spacing generally kept at approximately λ/2 or less?

Show hint
Translate the aliasing problem in time sampling into spatial sampling.
Show reasoning
If the elements are too far apart, spatial aliasing makes waves from different directions indistinguishable and produces false responses called grating lobes. The spatial sampling condition d ≤ λ/2 helps prevent them.

Takeaways from this chapter

  • An array uses arrival-time differences measured by multiple hydrophones at known positions.
  • Delay-and-sum corrects the time offsets for a look direction and then adds the signals.
  • DI ≈ 10 log10(N) is an idealized approximation for estimating SNR improvement.