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

    function nsf = getnoiseshapefilter(this)
%GETNOISESHAPEFILTER Get the noiseshapefilter.

%   Copyright 2008 The MathWorks, Inc.

error(message('signal:fdesign:abstracttype:getnoiseshapefilter:InternalError'))

% [EOF]