Isotropic hydrophone
The phased.IsotropicHydrophone
System object™ creates an isotropic hydrophone for sonar applications. An isotropic
hydrophone has the same response in all signal directions. The response is the output
voltage of the hydrophone per unit sound pressure. The response of a hydrophone is also
called its sensitivity. You can specify the response using the
VoltageSensitivity
property.
To compute the response of a hydrophone for specified directions:
Define and set up an isotropic hydrophone System object. See Construction.
Call step
to compute the response
according to the properties of phased.IsotropicHydrophone
.
Note
Instead of using the step
method to perform the
operation defined by the System object, you can call the object with arguments, as if it were a function. For
example, y = step(obj,x)
and y = obj(x)
perform equivalent operations.
creates an isotropic hydrophone System object, hydrophone
= phased.IsotropicHydrophonehydrophone
.
creates an isotropic hydrophone System object, with each specified property hydrophone
= phased.IsotropicHydrophone(Name
,Value
)Name
set to the specified
Value
. You can specify additional name-value pair arguments in
any order as
(Name1,Value1
,...,NameN,ValueN
).
Specific to
phased.IsotropicHydrophone Object | |
---|---|
beamwidth | Compute and display beamwidth of sensor element pattern |
directivity | Directivity of isotropic hydrophone |
isPolarizationCapable | Polarization capability |
pattern | Plot isotropic hydrophone directivity and patterns |
patternAzimuth | Plot isotropic hydrophone directivity and response patterns versus azimuth |
patternElevation | Plot isotropic hydrophone directivity and response patterns versus elevation |
step | Voltage sensitivity of isotropic hydrophone |
Common to All System Objects | |
---|---|
release | Allow System object property value changes |
[1] Urick, R.J. Principles of Underwater Sound. 3rd Edition. New York: Peninsula Publishing, 1996.
[2] Sherman, C.S., and J.Butler. Transducers and Arrays for Underwater Sound. New York: Springer, 2007.
[3] Allen, J.B., and D. Berkely. “Image method for efficiently simulating small-room acoustics”, Journal of the Acoustical Society of America. Vol. 65, No. 4. April 1979, pp. 943–950.
[4] Van Trees, H. Optimum Array Processing. New York: Wiley-Interscience, 2002, pp. 274–304.
phased.ConformalArray
| phased.IsotropicProjector
| phased.ULA
| phased.UnderwaterRadiatedNoise
| phased.URA