Generate HDL test bench stimulus
generates a test bench stimulus for the specified filter System object™ and the input data type, specified by dataIn
= generatetbstimulus(filtSO
,'InputDataType',nt
)nt
.
The coder chooses a default set of stimuli, depending on your
filter type. The default set is {'impulse','step','ramp','chirp','noise'}
.
For IIR filters, 'impulse'
and 'step'
are
excluded.
uses
optional name-value pair arguments, in addition to any of the input arguments in previous syntaxes. Use these
options to change the default set of stimuli used by the coder.dataIn
= generatetbstimulus(___,Name,Value
)