www.gusucode.com > signal 工具箱matlab源码程序 > signal/@dfilt/@basefilter/getfmethod.m

    function fmethod = getfmethod(this)
%GETFMETHOD   Get the fmethod.

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

fmethod = get(this, 'privfmethod');

% [EOF]