www.gusucode.com > signal 工具箱matlab源码程序 > signal/+fdesign/@halfband/set_type.m

    function type = set_type(this, type)
%SET_TYPE PreSet function for the 'type' property

%   Copyright 2007 The MathWorks, Inc.

this.privType = type;
updatecurrentspecs(this)

% [EOF]