www.gusucode.com > mbctools 工具箱 matlab 源码程序 > mbctools/@sweepsetfilter/sweepsetWithoutResample.m

    function ss = sweepsetWithoutResample(obj)
%SWEEPSETWITHOUTRESAMPLE Convert SSF to sweepset with resample operation
%
%  SS = SWEEPSETWITHOUTRESAMPLE(SSF) creates a sweepset with all operations
%  except resampling applied.
%
%  See also SWEEPSETFILTER, SWEEPSETFILTER/SWEEPSET.

%  Copyright 2000-2005 The MathWorks, Inc. and Ford Global Technologies, Inc.


f = getFlags;

% Use apply object with all flags except f.APPLY_RESAMP
ss = ApplyObject(obj, [f.APPLY_DATA f.APPLY_VARS f.APPLY_FILT f.APPLY_TEST f.APPLY_SVAR f.APPLY_REOR]);