[sigmaP,sigmaT] = AnisoplanaticJitter(alpha,D,d,Atm)
Computes anisoplanatic beam jitter components (in rad) given turbulence multiplier alpha, Tx/Rx aperture diameter D, anisoplanatic beam path displacement d, and atmospheric modeling data in Atm. Jitter is resolved in target P axis and T axis. Beam separation vector should be obtained via PathDisp to include appropriate anisoplanatic effects (angular, aperture, chromatic, etc.)
|
Parameters |
Description |
|
alpha [vector] |
Turbulence strength multiplier |
|
D [scalar] |
Tx/Rx Aperture diameter (m) |
|
d [matrix] |
Separation of beam paths along propagation path (m). Resolved for the P axis and T axis, as calculated from PathDisp. Column 1 is separation in P axis, col 2 is separation in T axis, i.e., d=[d_P,d_T] |
|
Atm [struct] |
Atmospheric modeling structure from AtmStruct |
|
Return Values |
Description |
|
sigmaP [vector] |
Anisoplanatic jitter in P axis (rad) |
|
sigmaT [vector] |
Anisoplanatic jitter in T axis (rad) |
|
Copyright (c) 2009. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|