ContentsIndexReferenceHome
PreviousUpNext
AeroOpticsScaling
MATLAB
[opdScaling,frqScaling,dimScaling] = AeroOpticsScaling([scalingType], ...
          hp,vp, Dt,lambda,[Dap],[hp0],[vp0],[Dt0],[lambda0],[Dap0])
Description

Returns aero-optics scaling factors as function of platform altitudes, velocities, and turret diameters. Allows for vectorized inputs, but each nonscalar input must be of the same length. Outputs will then be vectors of the same length as the input vectors. If scaling from non-dimensionalized form, only the final platform altitude, velocity, turret diameter and wavelength need to be specified as inputs. If scaling from one set of (hp0,vp0,Dt0,lambda0) to a new set of (hp,vp,Dt,lambda), all eight input values should be specified.

Parameters
Parameters 
Description 
scalingType [char] 
(Optional) Type of scaling to compute. Specify either 'Tilt' or 'HO'. Defaults to 'HO'. 
hp [vector] 
New platform altitude (above sea level) (m) 
vp [vector] 
New platform velocity (m/s) 
Dt [vector] 
New turret diameter (m) 
lambda [vector] 
New wavelength (m) 
Dap [vector] 
(Optional) Aperture diameter (m). Not used for higher-order. 
hp0 [vector] 
(Optional) Original platform altitude (m) 
vp0 [vector] 
(Optional) Original platform velocity (m/s) 
Dt0 [vector] 
(Optional) Original turret diameter (m) 
lambda0 [vector] 
(Optional) Original wavelength (m) 
Dap0 [vector] 
(Optional) Original aperture diameter (m). Not used for higher-order. 
Return Values
Return Values 
Description 
opdScaling [vector] 
Scaling factor applied to aero-optics OPDs 
frqScaling [vector] 
Scaling factor applied to aero-optics frequency 
dimScaling [vector] 
Scaling factor applied to aero-optics x/y dimensions 
References

  • "U.S. Standard Atmosphere, 1976," ADA-035728, National Oceanic and Atmospheric Administration, Washington, D.C., 1976.
  • D. T. Kyrazis, "Optical degradation by turbulent free shear layers," in Optical Diagnostics in Fluid and Thermal Flow, S. S. Cha and J. D. Trolinger, eds., Proc. SPIE, vol. 2005, pp. 170-181, San Diego, 1993.

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