ContentsIndexReferenceHome
PreviousUpNext
WaveStrFcnPathWeight
MATLAB
W = WaveStrFcnPathWeight(s, l0, L0)
Description

Computes weighting of Cn2 (turbulence strength) over propagation path for the wave structure function.

Parameters
Parameters 
Description 
s [vector] 
Magnitude of the separation of rays along propagation path (m). For plane waves, s is constant along the path. For spherical waves, s converges along straight lines from its maximum value at the platform pupil to a point in the target plane. 
l0 [vector] 
Inner scale value along the path (m) 
L0 [vector] 
Outer scale value along the path (m) 
Return Values
Return Values 
Description 
W [vector] 
Path weighting evaluated along the path 
Examples

>> NZ = 100; 

>> Atm = AtmStruct(0,2e4,0,NZ,'Cn2','HV57','Lin', 'InnerScale', ... 

>> 'Lout', 'OuterScale'); 

>> d = 2; % points separated by 2 m at the pupil 

>> s = repmat(d, [NZ, 1]); % point separation along the path [m] 

>> W = WaveStrFcnPathWeight(s, Atm.Lin, Atm.Lout);

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