System object: phased.SteppedFMWaveform
Package: phased
Plot stepped FM pulse waveform
plot(Hwav)
plot(Hwav,Name,Value)
plot(Hwav,Name,Value,LineSpec)
h = plot(___)
plot(
plots the
real part of the waveform specified by Hwav
)Hwav
.
plot(
plots
the waveform with additional options specified by one or more Hwav
,Name,Value
)Name,Value
pair
arguments.
plot(
specifies
the same line color, line style, or marker options as are available
in the MATLAB® Hwav
,Name,Value
,LineSpec
)plot
function.
returns
the line handle in the figure.h
= plot(___)
|
Waveform object. This variable must be a scalar that represents a single waveform object. |
|
Character vector to specifies the same line color, style, or
marker options as are available in the MATLAB Default: |
Specify optional
comma-separated pairs of Name,Value
arguments. Name
is
the argument name and Value
is the corresponding value.
Name
must appear inside quotes. You can specify several name and value
pair arguments in any order as
Name1,Value1,...,NameN,ValueN
.
|
Specifies whether the function plots the real part, imaginary
part, or both parts of the waveform. Valid values are Default: |
|
Index of the pulse to plot. This value must be a scalar. Default: |
| Frequency offset Frequency offset in Hz, specified as a scalar. DependenciesThis property applies when you set the
Default: |
|
Handle to the line or lines in the figure. For a |