System object: phased.LinearFMWaveform
Package: phased
Create stretch processor for waveform
HS = getStretchProcessor(H)
HS = getStretchProcessor(H,refrng)
HS = getStretchProcessor(H,refrng,rngspan)
HS = getStretchProcessor(H,refrng,rngspan,v)
returns
the stretch processor for the waveform, HS
= getStretchProcessor(H
)H
. HS
is
set up so the reference range corresponds to 1/4 of the maximum unambiguous
range of a pulse. The range span corresponds to 1/10 of the distance
traveled by the wave within the pulse width. The propagation speed
is the speed of light.
specifies
the reference range.HS
= getStretchProcessor(H
,refrng
)
specifies
the range span. The reference interval is centered at HS
= getStretchProcessor(H
,refrng
,rngspan
)refrng
.
specifies
the propagation speed.HS
= getStretchProcessor(H
,refrng
,rngspan
,v
)
|
Linear FM pulse waveform object. |
|
Reference range, in meters, as a positive scalar. Default: 1/4 of the maximum unambiguous range of a pulse |
|
Length of the interval of ranges of interest, in meters, as
a positive scalar. The center of the interval is the range value specified
in the Default: 1/10 of the distance traveled by the wave within the pulse width |
|
Propagation speed, in meters per second, as a positive scalar. Default: Speed of light |
|
Stretch processor as a |