Isotropic projector
The phased.IsotropicProjector
System object™ creates an isotropic sound projector for sonar applications. An isotropic projector
has the same response in all directions. The response is the radiated sound intensity per unit
input voltage to the projector. You can adjust the response using the
VoltageResponse
property.
To compute the response of a projector for specified directions:
Define and set up an isotropic projector System object. See Construction.
Call step
to compute the response according to the
properties of phased.IsotropicProjector
.
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 projector System object, projector
= phased.IsotropicProjectorprojector
.
creates an isotropic projector System object, projector
= phased.IsotropicProjector(Name
,Value
)projector
, with each specified property
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.IsotropicProjector Object | |
---|---|
beamwidth | Compute and display beamwidth of sensor element pattern |
directivity | Directivity of isotropic projector |
isPolarizationCapable | Polarization capability |
pattern | Plot isotropic projector directivity and patterns |
patternAzimuth | Plot isotropic projector directivity and response patterns versus azimuth |
patternElevation | Plot isotropic projector directivity and response patterns versus elevation |
step | Voltage sensitivity of isotropic projector |
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.IsotropicHydrophone
| phased.ULA
| phased.UnderwaterRadiatedNoise
| phased.URA