www.gusucode.com > signal 工具箱matlab源码程序 > signal/@filtdes/@bsmagfirstoppass/nondBcase.m

    function nondBcase(h,d)
%nondBcase Handle the linear case.
%
% This should be a private method.

%   Author(s): J. Schickler
%   Copyright 1988-2003 The MathWorks, Inc.

convertmag(h,d,...
    {'Astop', 'Apass2'},...
    {'Dstop', 'Dpass2'},...
    {'stop', 'pass'},...
    @tolinear);

% [EOF]