www.gusucode.com > signal 工具箱matlab源码程序 > signal/+fdesign/@arbmagnphase/getmultiratespectypes.m

    function multiratespectypes = getmultiratespectypes(this)
%GETMULTIRATESPECTYPES   Get the multiratespectypes.

%   Copyright 2005 The MathWorks, Inc.

multiratespectypes = {'N,F,H', 'N,B,F,H'};


% [EOF]