Main Content
releaseBranches
Syntax
Description
releaseBranches(
calls the
PF
)release
function on all branches of the parallel filter
PF
, which releases the locked state of all branches that are
locked..
For instance, if the dsp.ParallelFilter
object contains a dsp.FIRFilter
object and a dsp.FIRInterpolator
object, the releaseBranches
function calls release on both the dsp.FIRFilter
object and the
dsp.FIRInterpolator
object.
Examples
Input Arguments
Version History
Introduced in R2023b