Main Content
getImpulseResponseLengthImpl
Class: matlab.System
Define length of input effects for dataflow subsystems
Syntax
impulseLength = getImpulseResponseLengthImpl(obj)
impulseLength = getImpulseResponseLengthImpl(obj,input1, input2, ...)
Description
defines the impulse response length of a System object™ that is independent of input specifications.impulseLength
= getImpulseResponseLengthImpl(obj
)
defines the impulse response length for impulseLength
= getImpulseResponseLengthImpl(obj
,input1, input2, ...
)obj
as a function of one or
more of its input specifications.
Method Authoring Tips
You must set Access = protected
for this method.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2018b
See Also
getOutputDimensionConstraintImpl
| getInputDimensionConstraintImpl
Topics
- Dataflow Domain (DSP System Toolbox)