The aim of this course is to give the students understanding of both Physics of acoustic waves and signal processing techniques, in order to be able to suggest which system is appropriate for given specifications, to predict its performances through simple models, to implement data processing algorithms and to interpret the results. The complementarity of deep learning techniques with physics based approach is highlighted.Contents:- Propagation of acoustic waves in shallow and deep water, scattering, Doppler effect.- Signal processing: positioning, detection and ranging, noise correlation, time reversal.
Determining the (x, y, z) coordinates and arrival times (t) of the 30 most prominent whale clicks (highest signal-to-noise ratio) detected in a given recorded audio file.
Two Solution Approaches are taken into consideration:
- Fixed Sound Speed (1490 m/s)
- Estimated Sound Speed
Average time delay:
Hydrophones | Delay (in Seconds) |
---|---|
dt12 | 32.03333 |
dt34 | -5.2 |
dt51 | -5.03333 |
dt52 | -36.1667 |
dt53 | -14.2333 |
dt54 | -10.2 |
Positioning of the hydrophones, as determined in the earlier analysis, is described as follows, with coordinates specified in meters:
- H1: 54.78, 0.31, -70.07
- H2: -53.71, 2.06, -70.07
- H3: 1.10, 54.36, 0.00
- H4: 2.82, -53.13, 0.00
- H5: 0.00, 0.00, 113.11
Arctic Ocean
The simplest model for the velocity profile in this ocean is an affine function of depth :
Let us consider a sonar placed at the depth
Mediterranean Sea
Because of the higher water temperature at the surface, we observe a decrease of the sound
velocity over
Plot the trajectory of the rays constituting the beam over a period of
More Questions and solutions releted to this assignment can be found in /Assignment 1
The main idea of the assessment is to find the depth of the water column and depth of the source. A file containing the signals received by 9 receivers from the source has been used. The source can be found by sending back the signals received from the receivers and plotting an energy map to discover the energy concentration, which gives us the location of the source(transmitter). MATLAB software has been used and the code has been attached to this file for reference.
\begin{Problem}
Let us consider a water channel, $h$m in depth, and let us assume that the velocity
The file ‘Received.mat’ contains a
More details can be found on: /Assignment 2