Model = UniformAtm(h,ModelValue)
Returns the value of a uniform (constant) model over a propagation path given input ModelValue for an arbitrary atmospheric characteristic. UniformAtm is a function of altitude h to work with ATMTools framework, and returns a vector Model of size(h). However, the value returned is constant with respect to altitude variation. May be used to represent any atmospheric characteristic that does not vary over a propagation path.
|
Parameters |
Description |
|
h [Vector] |
Altitude above earth's surface (m) |
|
ModelValue [Scalar] |
Constant value of model over propagation path |
|
Return Values |
Description |
|
Model [Vector] |
ModelValue for each input altitude h |
|
Copyright (c) 2009. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|