phitheta2azel
Convert angles from phi/theta form to azimuth/elevation form
Description
converts
the phi/theta
angle pairs to their corresponding azimuth/elevation angle pairs.AzEl
= phitheta2azel(PhiTheta
)
Examples
Find the azimuth-elevation representation for φ = 30° and θ = 0°. Use the phi-theta convention with φ defined from the y-axis to the z-axis, and θ defined from the x-axis toward the yz-plane.
azel = phitheta2azel([30;10])
azel = 2×1
8.6822
4.9809
Find the azimuth-elevation representation for φ = 30° and θ = 0°. Use the phi-theta convention with φ defined from the x-axis to the y-axis, and θ defined from the z-axis toward the xy-plane.
azel = phitheta2azel([30;10],false)
azel = 2×1
30.0000
80.0000
Copyright 2012 The MathWorks, Inc..
Input Arguments
Phi and theta angles, specified as a two-row matrix. Each column of the matrix represents an angle in degrees, in the form [phi; theta].
Data Types: double
Phi-theta angle convention selection, specified as true
or false
.
If
RotAx
istrue
, the phi angle of a direction vector is the angle from the z-axis to the projection of the vector into the yz-plane. The theta angle is defined from the x-axis to the direction vector. Positive values are toward the yz-plane.If
RotAx
isfalse
, the phi angle is defined from the x-axis to the projection of the direction vector in the xy-plane. The angle is positive in the direction of the y-axis. The theta angle is defined from the z-axis to the direction vector and is positive in the direction of the xy- plane (see Alternative Definition of Phi and Theta Angles ).
Data Types: logical
Output Arguments
Azimuth and elevation angles, returned as a two-row matrix. Each column of
the matrix represents an angle in degrees, in the form [azimuth; elevation].
The matrix dimensions of AzEl
are the same as those of
PhiTheta
.
More About
The azimuth angle of a vector is the angle between the x-axis and the orthogonal projection of the vector onto the xy plane. The angle is positive in going from the x axis toward the y axis. Azimuth angles lie between –180 and 180 degrees. The elevation angle is the angle between the vector and its orthogonal projection onto the xy-plane. The angle is positive when going toward the positive z-axis from the xy plane. By default, the boresight direction of an element or array is aligned with the positive x-axis. The boresight direction is the direction of the main lobe of an element or array.
Note
The elevation angle is sometimes defined in the literature as the angle a vector makes with the positive z-axis. The MATLAB® and Phased Array System Toolbox™ products do not use this definition.
This figure illustrates the azimuth angle and elevation angle for a vector shown as a green solid line.
The phi angle (φ) is the angle from the positive y-axis to the vector’s orthogonal projection onto the yz plane. The angle is positive toward the positive z-axis. The phi angle is between 0 and 360 degrees. The theta angle (θ) is the angle from the x-axis to the vector itself. The angle is positive toward the yz plane. The theta angle is between 0 and 180 degrees.
The figure illustrates phi and theta for a vector that appears as a green solid line.
The coordinate transformations between φ/θ and az/el are described by the following equations
The phi angle (φ) is the angle from the positive x-axis to the vector’s orthogonal projection onto the xy plane. The angle is positive toward the positive y-axis. The phi angle is between 0 and 360 degrees. The theta angle (θ) is the angle from the z-axis to the vector itself. The angle is positive toward the xy plane. The theta angle is between 0 and 180 degrees.
The figure illustrates φ and θ for a vector that appears as a green solid line.
This transformation applies when RotAx
is
false
.
Extended Capabilities
Usage notes and limitations:
Does not support variable-size inputs.
Version History
Introduced in R2012a
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
选择网站
选择网站以获取翻译的可用内容,以及查看当地活动和优惠。根据您的位置,我们建议您选择:。
您也可以从以下列表中选择网站:
如何获得最佳网站性能
选择中国网站(中文或英文)以获得最佳网站性能。其他 MathWorks 国家/地区网站并未针对您所在位置的访问进行优化。
美洲
- América Latina (Español)
- Canada (English)
- United States (English)
欧洲
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)