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

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

%   Author(s): R. Losada
%   Copyright 2006 The MathWorks, Inc.

p = {'FilterOrder','Wpass','Apass','Wstop'}';

% [EOF]