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] --------------------------------------------------------------------------
AC: ACData/ACTConstants SC: SCData/sCTConstants Common: CommonData/Constants Common: CommonData/SwooshWatermark Common: CommonData/xSplashSmall Common: Database/Constant Common: General/CellToMat Common: General/DeleteCell Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle
Back to the Link Module page