Main Content

Azimuth Broadside Converter

Convert azimuth angle to broadside angle or broadside angle to azimuth angle

  • Azimuth Broadside Converter block

Libraries:
Phased Array System Toolbox / Environment and Target

Description

The Azimuth Broadside Converter block converts an angle direction expressed in terms of Broadside Angles into the equivalent azimuth angle or converts from azimuth angle into the equivalent broadside angle. In both cases, you must specify the elevation angle.

Ports

Input

expand all

Azimuth angle of direction, specified as a scalar or vector of real-values. Units are in degrees. When az is a vector, the dimensions of az and el must match.

Dependencies

To enable this port, set Conversion Mode to azimuth -> broadside.

Data Types: double

Broadside angle of direction, specified as a scalar or vector of real-values. Units are in degrees. When bsd is a vector, the dimensions of bsd and el must match.

Dependencies

To enable this port, set Conversion Mode to broadside -> azimuth.

Data Types: double

Elevation angle of direction, specified as a scalar or vector of real-values. Units are in degrees. The dimensions of el must match the dimensions of az and bsd.

Data Types: double

Output

expand all

Azimuth angle of direction, returned as a scalar or vector of real-values. Units are in degrees.

Dependencies

To enable this port, set Conversion Mode to broadside -> azimuth.

Data Types: double

Broadside angle of direction, returned as a scalar or vector of real-values. Units are in degrees.

Dependencies

To enable this port, set Conversion Mode to azimuth -> broadside.

Data Types: double

Parameters

expand all

Angle conversion type, specified as

broadside -> azimuthConvert direction expressed in broadside and elevation angles to azimuth and elevation angles.
azimuth -> broadsideConvert direction expressed in azimuth and elevation angles to broadside and elevation angles.

Version History

Introduced in R2014b