[sqang,dsqang] = sarsquintang(pos)
returns the squint angle, sqang, and display squint angle,
dsqang, of an image defined at the aperture reference point.
Compute the squint angle of a SAR image and the projected angle on the image display plane of an antenna phase center located at [1000,2000,5000] meters with respect to a scene center. Assume the slope angle for the image display plane is .
pos = [1000;2000;5000];
slope = 30;
Compute the image squint angle and display squint angle.
pos — Measured line of sight vector 3-by-N matrix in meters
Measured line of sight vector from the scene center to the antenna phase center, specified as a 3-by-N matrix in meters. Each column of pos represents a measured line-of-sight position. The geometric location of the antenna phase center at the center of the processing aperture is the aperture reference point. The antenna phase center serves as the reference point for the phase history of the received signal.
Example: [1000;2000;5000]
Data Types: double
slope — Slope angle 0 (default) | scalar between 0 and 90°
Slope angle, specified as a scalar between 0 and 90°. The slope angle is the angle between the image display plane and the scene center plane.
Squint angle, returned as a 1-by-N row vector in degrees. The
squint angle is the angle between the antenna phase center axis and the vertical
projection of the slant range vector onto the scene center plane.
dsqang — Display squint angle 1-by-N row vector in degrees
Display squint angle, returned as a 1-by-N row vector in degrees.
The display squint angle is the angle between the antenna phase center axis and the
vertical projection of the slant range vector onto the image display center plane. The
image display plane is the plane onto which the image formation processor projects the
scatterers in a 3-D scene.
Extended Capabilities
C/C++ Code Generation Generate C and C++ code using MATLAB® Coder™.
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.