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

    function c = evalcost(this)
%EVALCOST   

%   Author(s): V. Pellissier
%   Copyright 2005 The MathWorks, Inc.

error(message('signal:dfilt:fftfir:evalcost:InvalidStructure'));

% [EOF]