phased.AngleDopplerResponse
Angle-Doppler response
Description
The AngleDopplerResponse object
calculates the angle-Doppler response of input data.
To compute the angle-Doppler response:
Create the
phased.AngleDopplerResponseobject 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
Description
response = phased.AngleDopplerResponse
creates an angle-Doppler response System object™, response. This object calculates the
angle-Doppler response of the input data.
response = phased.AngleDopplerResponse(
creates angle-Doppler object, Name=Value)response, 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
Syntax
Description
[
calculates the angle-Doppler response of the data
RESP,ANG_GRID,DOP_GRID] = response(X,...)X. RESP is the complex
angle-Doppler response. ANG_GRID and
DOP_GRID provide the angle samples and Doppler
samples, respectively, at which the angle-Doppler response is
evaluated. This syntax is available when
ElevationAngleSource is set to
"Property".
The size of the first dimension of the input matrix can vary to simulate a changing signal length. A size change can occur, for example, in the case of a pulse waveform with variable pulse repetition frequency.
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] Guerci, J. R. Space-Time Adaptive Processing for Radar. Boston: Artech House, 2003.
Extended Capabilities
Version History
Introduced in R2011a
