Main Content
getMatchedFilter
System object: phased.RectangularWaveform
Namespace: phased
Matched filter coefficients for waveform
Syntax
Coeff = getMatchedFilter(H)
Coeff = getMatchedFilter(H,'FrequencyOffset',FOFFSET)
Description
returns
the matched filter coefficients for the rectangular waveform object Coeff
= getMatchedFilter(H
)H
. Coeff
is
a column vector.
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
.