idfig06.asv

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

ASV
46
字号
% idfig06 -- Ideal Figure 06: Ideal Damping in Wavelet Domain
%
% The ideal reconstructions of figure 5 depicted in 
% the wavelet domain.  The reconstructions have a sparse
% wavelet transform.
%
global xblocks xbumps xheavi xDoppler  %AM 10/05
global yblocks ybumps yheavi yDoppler  %AM 10/05
global whblocks whbumps whheavi whDoppler
global L qmf
%
	[hbumps,whbumps]     = IdealWave(t,xbumps,   ybumps, 1.,L,qmf);  %AM 10/05
	[hblocks,whblocks]   = IdealWave(t,xblocks, yblocks, 1.,L,qmf);  
	[hheavi,whheavi]     = IdealWave(t,xheavi,   yheavi, 1.,L,qmf);
	[hDoppler,whDoppler] = IdealWave(t,xDoppler,yDoppler,1.,L,qmf);

%clf; 
claxis
%
   subplot(221)
   IMJPlotWaveCoeff(whblocks,L,0.05);
   title(' 6 (a) Ideal[Blocks] ')
%
   subplot(222)
   IMJPlotWaveCoeff(whbumps,L,0.05);
   title(' 6 (b) Ideal[Bumps] ')
%
   subplot(223)
   IMJPlotWaveCoeff(whheavi,L,0.05);
   title(' 6 (c) Ideal[HeaviSine] ')
%
   subplot(224)
   IMJPlotWaveCoeff(whDoppler,L,0.05);
   title(' 6 (d) Ideal[Doppler] ')
%
    
    
%   
% Part of WaveLab Version 802
% Built Sunday, October 3, 1999 8:52:27 AM
% This is Copyrighted Material
% For Copying permissions see COPYING.m
% Comments? e-mail wavelab@stat.stanford.edu
%   
    

⌨️ 快捷键说明

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