phased.SumDifferenceMonopulseTracker2D
Sum and difference monopulse for URA
Description
The SumDifferenceMonopulseTracker2D
System object™ implements a sum and difference monopulse algorithm for a uniform rectangular
array (URA).
To compute the response for each element in the array for specified directions:
Create the
phased.SumDifferenceMonopulseTracker2Dobject and set its properties.Call the object with arguments, as if it were a function.
To learn more about how System objects work, see What Are System Objects?
Creation
Syntax
Description
tracker = phased.SumDifferenceMonopulseTracker2D creates a
tracker System object, tracker. The object uses sum and difference
monopulse algorithms on a uniform rectangular array (URA).
tracker = phased.SumDifferenceMonopulseTracker2D(
creates a URA monopulse tracker object, Name=Value)tracker, with each specified
property Name set to the specified Value. You can specify additional name-value pair
arguments in any order as (Name1 = Value1, …
,NameN = ValueN).
Properties
Usage
Description
estimates the incoming direction ESTANG = tracker(X,STANG)ESTANG of the input signal,
X, based on an initial guess of the direction.
Note
The object performs an initialization the first time the object is executed. This
initialization locks nontunable properties
and input specifications, such as dimensions, complexity, and data type of the input data.
If you change a nontunable property or an input specification, the System object issues an error. To change nontunable properties or inputs, you must first
call the release method to unlock the object.
Input Arguments
Output Arguments
Object Functions
To use an object function, specify the
System object as the first input argument. For
example, to release system resources of a System object named obj, use
this syntax:
release(obj)
Examples
Algorithms
References
[1] Seliktar, Y. Space-Time Adaptive Monopulse Processing. Ph.D. Thesis. Georgia Institute of Technology, Atlanta, 1998.
[2] Rhodes, D. Introduction to Monopulse. Dedham, MA: Artech House, 1980.
Extended Capabilities
Version History
Introduced in R2011a
