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

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

%   Copyright 2008 The MathWorks, Inc.

fmethod = getfmethod(this.PulseShapeObj, methodname);

% [EOF]