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

    function [pass, stop] = magprops(~)
%MAGPROPS Return the magnitude properties.

%   Copyright 2011 The MathWorks, Inc.

pass = {'Apass'};
stop = {'Astop'};

% [EOF]