Main Content
releaseStages
Release locked state of all stages in cascade
Syntax
Description
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 thedsp.FIRFilter
objectrelease
function of thedsp.FIRInterpolator
object
Examples
Input Arguments
Version History
Introduced in R2014b