Cascade of filter system objects
returns
an object, FC
= cascade(obj1
,obj2,...objn)FC
, of type dsp.FilterCascade
. FC
is
a cascaded version of the input System objects obj1
, obj2
,....
objn
.
You can input multiple System objects to the function. The input System
objects must be supported by the cascade method. For the list of supported
System objects, see Input Arguments.