Main Content
getMatchedFilter
System object: phased.SteppedFMWaveform
Namespace: phased
Matched filter coefficients for waveform
Syntax
Coeff = getMatchedFilter(H)
Coeff = getMatchedFilter(H,'FrequencyOffset',FOFFSET)
Description
returns the matched filter coefficients for the stepped FM waveform
object Coeff
= getMatchedFilter(H
)H
. Coeff
is a matrix
whose columns correspond to the different frequency pulses in the
stepped FM waveform.
adds a frequency offset when matched filter coefficients are generated.
Coeff
= getMatchedFilter(H
,'FrequencyOffset'
,FOFFSET
)FOFFSET
must be a scalar. This option is available when you set
the FrequencyOffsetSource
property to 'Input
port'
for the input object, H
.