Release locked state of all stages in cascade
releaseStages(
calls the
FC
)release
function of each individual stage in the dsp.FilterCascade
System object™
FC
.
For instance, if a dsp.FilterCascade
object consists
of a dsp.FIRFilter
and a
dsp.FIRInterpolator
object, the releaseStages
function calls the:
release
function of the dsp.FIRFilter
object
release
function of the dsp.FIRInterpolator
object