ContentsIndexReferenceHome
PreviousUpNext
AnisoplanaticStrehl
MATLAB
Strehl = AnisoplanaticStrehl(alpha,lambda,D,s,Atm)
Description

Calculates the Strehl ratio due to the effect of angular anisoplanatism.

Parameters
Parameters 
Description 
alpha [scalar] 
Turbulence strength multiplier 
lambda [scalar] 
Wavelength of laser (m) 
D [scalar] 
Aperture diameter (m) 
s [Matrix] 
Separation along the path as a function of z (as calculated by PathDisp) (m) 
Atm [struct/list] 
Atmospheric modeling parameters. Can be a discrete structure from AtmStruct or a comma separated list of (...x,Cn2,L) 
x [vector] 
Path-normalized screen locations along the propagation path. 
Cn2 [vector] 
Values of the refractive index structure coefficient along the path (${m}^{-2/3}$) 
L [scalar] 
Slant range (m) 
Return Values
Return Values 
Description 
Strehl [scalar] 
Angular anisoplanatic Strehl 
References

Report VVA-LL-003, Revision A, titled Description and Assessment of the Airborne Laser Engagement (ABLE) Code. Section 3.5.7.1 Beacon offset Anisoplanatism, page 69.

Examples
  • Strehl = AnisoplanaticStrehl(1,1.315e-6,1.5,[0 0.2 0.8],[0.1 0.5 0.9],Cn2vector,30000)
  • Strehl = AnisoplanaticStrehl(1,1.315e-6,1.5,[0.1 0.5 0.9],Atm)
See Also
Group
Made with Doc-O-Matic.
Copyright (c) 2009. All rights reserved.
What do you think about this topic? Send feedback!