Path: Link/Radar
% Compute radar accuracy. Computes, angle, velocity, range or all. All computations need .sNR. theta is needed for angle, .t and .f for velocity, .b for range. Any one field of d can be an array. If more than one is an array it will use the first it finds. For a built in demo type "RadarAccuracy." -------------------------------------------------------------------------- Form: y = RadarAccuracy( type, d ) -------------------------------------------------------------------------- ------ Inputs ------ type (1,:) 'all', 'angle', 'velocity', 'range' d (1,:) .b (1,:) Bandwidth .sNR (1,:) Signal/noise ratio (dB) .f (1,:) Frequency (GHz) .t (1,:) Integration Period (sec) .theta (1,:) Beamwidth (any) ------- Outputs ------- y (:,:) Accuracy if 'all' [velocity;range;angle] --------------------------------------------------------------------------
Common: Database/Constant Common: Graphics/Plot2D
Back to the Link Module page