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

    function [p,s] = magprops(this)
%MAGPROPS   

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

p = {''};
s = {''};

% [EOF]