cumsec
Cumulative second-order section of the biquadratic filter
Syntax
Description
returns a cell array, sect
= cumsec(sysobj
)sect
, which contains cumulative sections
of the biquadratic filter System object™, sysobj
. Each element in
sect
is a filter with the structure of the original filter.
The first element is the first filter section of the biquadratic filter. The second
element of sect
is a filter that represents the combination of
the first and second sections of the biquadratic filter. The third element of
sect
is a filter which combines sections 1, 2, and 3 of the
biquadratic filter. This pattern continues until the final element of
sect
contains all the sections of the biquadratic filter
and should be identical to the biquadratic filter.
uses the secondary scaling points sect
= cumsec(sysobj
,indices
,secondary
)secondary
in the sections to
determine where the sections should be split when secondary
is
true
. secondary
is
false
by default. This option only applies for biquadratic
filter objects with 'Direct form II'
and 'Direct form I
transposed'
structures. For these structures, the secondary scaling
points refer to the location between the recursive and the nonrecursive part, that
is the 'middle' of the section.