r0s = ScreenR0(alpha,lambda,Geom,Atm,[Nscreens])
Computes the coherence diameter (Fried parameter) for each phase screen given turbulence assumptions, propagation geometry, and wavelength. Returns NaN if propagation path intersects earth surface.
|
Parameters |
Description |
|
alpha [vector] |
Multiplier on turbulence model |
|
lambda [scalar] |
Wavelength of laser (m) |
|
Geom [struct/list] |
Geometry parameters. Can be a structure from GeomStruct or a comma separated list of (...,hp,ht,rd) - not required if Atm is a structure from AtmStruct. |
|
hp [scalar] |
Altitude of transmit/receive platform (m) |
|
ht [scalar] |
Altitude of target (m) |
|
rd [scalar] |
Downrange of target along spherical earth surface (m) |
|
Atm [struct/string] |
Atmospheric modeling parameters. May be a structure from AtmStruct or turbulence profile to be used. |
|
Nscreens [scalar] |
(Optional) Number of phase screens. Required if Atm is a turbulence profile string or Atm is not a discrete structure |
|
Return Values |
Description |
|
r0s [vector] |
Coherence diameter for each phase screen (m) |
|
Copyright (c) 2009. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|