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

    function p = thisprops2add(this,varargin)
%THISPROPS2ADD   

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

p = {'FilterOrder'};

% [EOF]