www.gusucode.com > signal 工具箱matlab源码程序 > signal/+fspecs/@lpisincpassastop/propstoadd.m

    function p = propstoadd(~)
%PROPSTOADD Return the properties to add to the parent object.

%   Copyright 2005-2011 The MathWorks, Inc.

p = {'NormalizedFrequency', 'Fs', 'FilterOrder', 'Fpass', 'Apass', 'Astop'};

% [EOF]