adfig01.m

来自「老外写的小波变换的工具箱」· M 代码 · 共 9 行

M
9
字号
% adfig01 -- Adapt Figure 01: Four Spatially Inhomogenoeus Signals
%
% These four signals are caricatures of signals arising
% in scientific signal processing.
%
% Blocks is a piecewise constant signal, a caricature of a scan line
% through a 2-d image depicting an object with several edges.
%
% Bumps is a very peaky signal, a caricature of an NMR Spectrum.
% 
% HeaviSine is a sinusoid with two clicks.
%
% Doppler is an attenuating sinusoid with time-varying frequency.
%
% These objects are interesting to us because they portray significant
% spatial inhomogeneity.
%
global t 
global xblocks xbumps xheavi xDoppler
global yblocks ybumps yheavi yDoppler
global Blocks Bumps HeaviSine Doppler
%
   %clf;
   versaplot(221,t,xblocks, [],' 1 (a) Blocks '   ,[],[])
   versaplot(222,t,xbumps,  [],' 1 (b) Bumps '    ,[],[])
   versaplot(223,t,xheavi,  [],' 1 (c) HeaviSine ',[],[])
   versaplot(224,t,xDoppler,[],' 1 (d) Doppler '  ,[],[])

    
    
  %%  Part of Wavelab Version 850%  Built Tue Jan  3 13:20:41 EST 2006%  This is Copyrighted Material%  For Copying permissions see COPYING.m%  Comments? e-mail wavelab@stat.stanford.edu 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?