Content deleted Content added
Tjhuston225 (talk | contribs) m Added category page |
m MOS:TERM |
||
(30 intermediate revisions by 25 users not shown) | |||
Line 1:
{{
{{about|underwater acoustic signal processing|other uses|Sonar}}
{{More footnotes|date=December 2013}}
Sonar systems are generally used underwater for range finding and detection. Active sonar emits an acoustic signal, or pulse of sound, into the water. The sound bounces off the target object and returns an ''echo'' to the sonar transducer. Unlike active sonar, passive sonar does not emit its own signal, which is an advantage for military vessels. But passive sonar cannot measure the range of an object unless it is used in conjunction with other passive listening devices. Multiple passive sonar devices must be used for triangulation of a sound source. No matter
==Active Sonar==
For active sonar, six steps are needed during the signal processing system.
[[File:Sonar signal processing.png|centre]]
== Signal generation ==
To
First, in sonar system, the acoustic pressure field can be represented as <math>s(t,\vec r)</math>The field function include four variables: time <math>t</math> and spacial coordinate <math>{}\vec r=(x,y,z)</math>. Thus, according to the [[Fourier transform]], in frequency ___domain▼
<math>{}s(w,\vec k)=\iiiint\limits\,s(t,\vec r)\cdot e^{-j (wt-\vec k\vec r)} d\vec x dt,</math>▼
▲First, in sonar system, the acoustic pressure field can be represented as <math>s(t,\vec r)</math>. The field function
<math>\vec k=(k_x,k_y,k_z),</math>▼
<math display="block">\begin{align}
<math>{}s(t,\vec r)=\iiiint\limits\,s(w,\vec k)\cdot e^{j (wt-\vec k\vec r)} d\vec k dw,</math>▼
▲
▲
\end{align}</math>
In the formula <math>w</math> is temporal frequency and <math>\vec k</math> is
We often define <math>s(t,\vec r) = e^{-j (wt- \vec k\vec r)},</math> as elemental signal, for the reason that any 4-D can be generated by taking a linear combination of elemental signals.
Obviously, the direction of <math>\vec k</math> gives the direction of propagation of waves, and the speed of the waves is
[[File:Wave length.png|right]]
<math display="block">v = \frac{w}{|\vec k|}</math>
The wavelength is <math display="block"> \lambda= \frac{2\pi}{|\vec k|}</math>
== Temporal sampling ==
In modern world, digital
For simplicity, the sampling is done at equal time intervals. In order to prevent the distortion (that is aliasing in frequency ___domain) after
Assuming the sampling period is T, thus after temporal sampling, the signal is
Line 40:
== Spatial sampling and [[beamforming]] ==
It is really an important part for good system performance in sonar system to have appropriate sensor array and beamformer. To infer information about the acoustic field it is necessary to sample the field in space and time. Temporal sampling has already been discussed in a previous section. The sensor array samples the spatial ___domain, while the beamformer integrate the sensor’s output in a special way to enhance detection and estimation performance of the system. The input to the beamformer is a set of time series, while the output of the beamformer is another set of time series or a set of Fourier coefficient.
<math>r_i(t)=s(\vec x_i,t)</math>
Line 49 ⟶ 46:
<math>\vec x_i=(x_i,0,0)=(iD,0,0)</math>
For a desired direction <math>\vec k=\vec k_0</math>,
Beamforming is one kind of filtering that can be applied to isolate signal components that are propagating in a particular direction.. In the picture is the most simple beamformer-the weighted delay-and-sum beamformer, which can be accomplished by an array of receivers or sensors. Every triangle is a sensor to sample in
<math>b(t)=\frac{1}{M}\sum_{i=0}^{i=M-1}{w_i r_i(t-t_i)}</math>
Line 60 ⟶ 57:
== Filtering and smoothing ==
Filters and
or adaptive, most of the filters are linear shift invariant.
Digital filters used in sonar signal processors perform two major functions, the filtering of waveforms to modify the frequency content and the smoothing of waveforms to reduce the effects of noise.
The two generic types of digital filters are FIR and infinite impulse response (IIR) filters
Input-output relationship of an FIR filter is
Line 76 ⟶ 73:
<math>y(n_1,n_2)=\sum_{r_1=0}^{N_1-1}\sum_{r_2=0}^{N_2 -1}{a(r_1,r_2) x(n_1 -r_1,n_2 -r_2) }-\sum_{l_1=0}^{M_1-1}\sum_{l_2=0}^{M_2-1}{b(l_1,l_2) y(l_1,l_2) }</math> (2-D)
Both FIR filters and IIR filters have
First, the computational requirements of a sonar processor are more severe when implementing FIR filters. Second, for an IIR filter, linear phase is always difficult to obtain, so FIR filter is stable as opposed to an IIR filter. What’s more, FIR filters are more easily designed using the windowing technique.
Line 89 ⟶ 86:
== See also ==
* [[Filter (signal processing)|Filter]]
* [[Echo sounding]]
* [[Passive Radar]]
* [[Radar]]
* [[Scientific Echosounder]]
* [[
== References ==
{{Reflist}}
* William C. Knight. Digital
* Hossein Peyvandi. Sonar Systems and Underwater Signal Processing: Classic and Modern Approaches.Scientific Applied College of Telecommunication, Tehran.
{{hydroacoustics}}
[[Category:Sonar|signal processing]]
[[Category:Multidimensional signal processing]]
|