ContentsIndexReferenceHome
PreviousUpNext
TerrainProfiler
MATLAB
[h,hTerr,RLLA] = TerrainProfiler(screens,G,[dirName],[dispMap]);
Description

Computes altitude above terrain for a series of phase screens along a given path. Also returns the terrain altitude and the locations of the phase screens in LLA coordinates.

Parameters
Parameters 
Description 
screens [vector] 
Normalized screen locations or number of screens 
G [struct] 
Geometry structure as from GeomStruct or comma-separated list of (...,RP,RT,re,...) 
RP [array] 
LLA position vector of platform, i.e. [lat, long, alt] in degrees and meters. 
RT [array] 
LLA position vector of target. 
re [vector] 
(Optional) If scalar - spherical Earth radius, if vector - [a b], where a is the equatorial radius and b is the polar radius. 
dirName [string] 
(Optional) Directory location of DTED data files. Defaults to EngagementTools/DTED 
dispMap [boolean] 
(Optional) Flag indicating whether to display image of terrain data. Default is false. 
Return Values
Return Values 
Description 
h [vector] 
Altitude of screens above the terrain (m) 
hTerr [vector] 
Altitude of the terrain (m) 
RLLA [array] 
LLA locations of screens 
See Also
Group
Made with Doc-O-Matic.
Copyright (c) 2009. All rights reserved.
What do you think about this topic? Send feedback!