atmositu
Description
[
calculates the International Telecommunication Union (ITU) standard atmospheric model known
as the Mean Annual Global Reference Atmosphere (MAGRA) and returns the atmospheric
temperature T
,P
,wvden
] = atmositu(h
)T
, dry air pressure P
, and water-vapor
density wvden
. MAGRA approximates the U.S. Standard Atmosphere 1976
with insignificant relative error.
[
returns the atmospheric temperature, dry air pressure, and water-vapor density with
additional options specified by one or more name-value pairs. For example,
T
,P
,wvden
] = atmositu(___,Name,Value
)'LatitudeModel'
,'High'
specifies a reference model
for latitudes greater than 45°.
Examples
Input Arguments
Output Arguments
References
[1] International Telecommunication Union (ITU). "Reference Standard Atmospheres". Recommendation ITU-R P.835-6, P Series, Radiowave Propagation, December 2017.
Extended Capabilities
Version History
Introduced in R2021a