pydsm.NTFdesign.weighting.mult_weightings

pydsm.NTFdesign.weighting.mult_weightings(*ww)

Product of weighting functions.

Returns a function that is the product of many weighting functions.

Parameters:

w1, w2, ... : functions or tuples

Weighting functions. If an entry is a function, it is used as is. If it is a tuple, it interpreted as filters in ba or zpk form from which a weighting function is implicitly obtained.

Returns:

w : function

Overall weighting function