Path: Link/Radar
% Computes radar tracking accuracy.
The tracking constant depends on the type of tracking. If omitted it is
set to one.
For a demo type TrackingAccuracy.
--------------------------------------------------------------------------
Form:
sigma = TrackingAccuracy( d )
--------------------------------------------------------------------------
------
Inputs
------
d (1,1) Parameters
.sN (1,1) Signal/Noise ratio (dB)
.n (1,1) Number of pulse integrated
.lambda (1,:) Wavelengths (m)
.l (1,1) Width of aperture (m)
.kT (1,1) Tracking constant
-------
Outputs
-------
sigma (1,:) 1 sigma accuracy (rad)
--------------------------------------------------------------------------
Common: Graphics/Plot2D
Back to the Link Module page