Main Content
parallel
Create parallel sum filter structure
Description
returns an object PF
= parallel(branch
1,branch2,...,branchn)PF
of type dsp.ParallelFilter
. PF
is a parallel
structure of the filter branches branch1
, branch2
, ..., branchn
.
Each individual branch can be a filter System object™ or a scalar gain value, but at least one branch must be a filter
object.
The input filter objects must be supported by the parallel
function. To see a list of filter objects that you can add as branches to the
parallel filter stack, run this command in the MATLAB® command
prompt.
dsp.ParallelFilter.helpSupportedSystemObjects