www.gusucode.com > sigtools 工具箱matlab源码程序 > sigtools/+fmethod/@eqripmultiband/thisrealmethod.m

    function m = thisrealmethod(~)
%THISREALMETHOD   

%   Copyright 1999-2015 The MathWorks, Inc.

m = @firpm;

% [EOF]