Main Content
cascade
Cascade of filter system objects
Description
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.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2016a