pattern
System object: phased.IsotropicHydrophone
Namespace: phased
Plot isotropic hydrophone directivity and patterns
Syntax
pattern(hydrophone,FREQ)
pattern(hydrophone,FREQ,AZ)
pattern(hydrophone,FREQ,AZ,EL)
pattern(___,Name=Value)
[PAT,AZ_ANG,EL_ANG] = pattern(___)
Description
pattern( plots
the 3D directivity pattern (in dBi) for the hydrophone, hydrophone,FREQ)hydrophone.
The operating frequency is specified in FREQ.
pattern( plots
the directivity pattern at the specified azimuth angle.hydrophone,FREQ,AZ)
pattern( plots
the directivity pattern at specified azimuth and elevation angles.hydrophone,FREQ,AZ,EL)
pattern(___, plots the
directivity pattern with additional options specified by one or more
Name=Value)Name=Value pair arguments.
returns the array pattern in [PAT,AZ_ANG,EL_ANG] = pattern(___)PAT. The
AZ_ANG output contains the coordinate values corresponding
to the rows of PAT. The EL_ANG output
contains the coordinate values corresponding to the columns of
PAT. If the "CoordinateSystem" parameter
is set to "uv", then AZ_ANG contains the
U coordinates of the pattern and EL_ANG
contains the V coordinates of the pattern. Otherwise, they are in
angular units in degrees. UV units are dimensionless.
Input Arguments
Name-Value Arguments
Output Arguments
Examples
More About
Version History
Introduced in R2017a

