ContentsIndexReferenceHome
PreviousUpNext
UniformAtm
MATLAB
Model = UniformAtm(h,ModelValue)
Description

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
Parameters 
Description 
h [Vector] 
Altitude above earth's surface (m) 
ModelValue [Scalar] 
Constant value of model over propagation path 
Return Values
Return Values 
Description 
Model [Vector] 
ModelValue for each input altitude h 
Examples

>> h = EarthAlt((0.05:0.1:1),10,3000,5000); 

>> Cn2 = UniformAtm(h,1.0e-16); 

  • Set Cn2 to constant value the same size as h
>> Atm = ChangeAtm(AtmStruct,'Wind','UniformAtm',10) 

  • Use UniformAtm to generate an Atm struct with constant wind speed
 

See Also
Group
Made with Doc-O-Matic.
Copyright (c) 2009. All rights reserved.
What do you think about this topic? Send feedback!