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

    function h = bsmagfirstop
%BSMAGFIRSTOP Constructor for this object.
%
%   Outputs:
%       h - Handle to this object

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

h = filtdes.bsmagfirstop;

% [EOF]