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

    function [p, s] = magprops(~)
%MAGPROPS Returns the passband and stopband magnitude properties.

%   Copyright 2011 The MathWorks, Inc.

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

% [EOF]