coeff = getMatchedFilter(pulselib,idx)
returns matched filter coefficients, coeff, for the waveform
specified by the index, idx, in the waveform library,
pulselib.
Pulse waveform library, specified as a
phased.PulseWaveformLibrary
System object.
Waveform index, specified as a positive integer. The index specifies which
waveform coefficients to return.
Data Types: double
Pulse index, specified as a positive integer. The index specifies which
pulse matched-filter coefficients to return. This argument applies only to
stepped FM waveforms.
Matched filter coefficients, specified as a complex-valued vector or
complex-valued matrix. For the stepped FM pulse, the output is a
complex-valued matrix. Each matrix column corresponds to a step in the
waveform. For all other waveforms, the output is a column vector.