View range-angle response
The phased.RangeAngleScope
System object™ creates a scope for displaying a range-angle response map. The map is a 2-D
representation of response intensity as a function of range and angle of arrival. You can
input two types of data – in-phase and quadrature (I/Q) data and response data.
I/Q data – The data consists of fast-time I/Q samples of pulses or sweeps from
multiple sensors. The scope computes and displays the response map. To use I/Q data, set
the IQDataInput
property to true
. In this mode,
you can set the properties shown in Properties Applicable to I/Q Data.
Response data – The data consists of the range-angle response itself. The scope
displays the range-angle response map. You can obtain range-angle response data from the
RangeAngleResponse
object. To use response data, set the
IQDataInput
property to false
. In this mode,
you can set the properties shown in Properties Applicable to Response Data.
To display a range-angle response map using a scope,
Create the phased.RangeAngleScope
object 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?.
creates a
range-angle scope System object for displaying the range-angle response.scope
= phased.RangeAngleScope
creates a range-angle scope
= phased.phased.RangeAngleScope(Name
,Value
)scope
with each specified property set to the
specified value. You can specify additional name-value pair arguments in any order as
(Name1
,Value1
,...,NameN
,ValueN
).
Enclose property names in quotes. For
example,
scope = phased.RangeAngleScope('IQInputData',true,'RangeMethod', ... 'FFT','SampleRate',1e6)
computes and
displays the range-angle response map for the dechirped signal scope
(X
)X
.
This syntax applies when you set the IQDataInput
property to
true
, the RangeMethod
property to
'FFT'
, and the DechirpInput
property to
false
. This syntax is most commonly used with FMCW signals.
also specifies a reference signal to use for dechirping the input signal,
scope
(X
,XREF
)X
. This syntax applies when you set the
IQDataInput
property to true
, the
RangeMethod
property to 'FFT'
, and the
DechirpInput
property to true
. This syntax is
most commonly used with FMCW signals. XREF
is generally the
transmitted signal.
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)
hide
| isVisible
| phased.AngleDopplerScope
| phased.RangeDopplerScope
| RangeAngleResponse
| show