www.gusucode.com > sigtools 工具箱matlab源码程序 > sigtools/+fmethod/@butterbp/getsosreorder.m

    function sosreorder = getsosreorder(this)
%GETSOSREORDER   Get the sosreorder.

%   Copyright 1999-2015 The MathWorks, Inc.

sosreorder = 'bandpass';

% [EOF]