Modules ccmod and ccmodmd¶
Modules admm.ccmod and pgm.ccmod include classes for
solving the problem
where \(C\) is the feasible set consisting of filters with unit
norm and constrained support. Classes ConvCnstrMOD_IterSM,
ConvCnstrMOD_CG, and ConvCnstrMOD_Consensus
provide different methods of solving this problem, and
admm.ccmod.ConvCnstrMOD provides a mechanism for choosing one
of these classes via the method parameter specifying the solution
method.
A usage example is available.
Modules admm.ccmodmd and pgm.ccmod include classes for solving the problem
where \(C\) is the feasible set as above, and \(W\) is a mask
array. Classes ConvCnstrMODMaskDcpl_IterSM,
ConvCnstrMODMaskDcpl_CG, and
ConvCnstrMODMaskDcpl_Consensus provide different methods of
solving this problem, and ConvCnstrMODMaskDcpl provides a
mechanism for choosing one of these classes via the method
parameter specifying the solution method.