⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 idfig04.m

📁 老外写的小波变换的工具箱
💻 M
字号:
% idfig04 -- Ideal Figure 04: S8 Wavelet Coefficients of Four Noisy datasets
%
% Here we display the wavelet coefficients of the noisy datasets,
% stratified by scale and location.  The noise in these empirical
% wavelet coefficients is a white noise and hence about the same 
% in every coefficient.
%
% The signal pokes up above the noise only in locations of 
% significant spatial variability.  
%

global yblocks ybumps yheavi yDoppler
global wblocks wbumps wheavi wDoppler
global L qmf
%
%clf; 
claxis
%
   subplot(221)
   wblocks = FWT_PO(yblocks,L,qmf);
   IMJPlotWaveCoeff(wblocks,L,0.05);
   title(' 4 (a) WT[Noisy Blocks] ')
%
   subplot(222)
   wbumps = FWT_PO(ybumps,L,qmf);
   IMJPlotWaveCoeff(wbumps,L,0.05);
   title(' 4 (b) WT[Noisy Bumps] ')
%
   subplot(223)
   wheavi = FWT_PO(yheavi,L,qmf);
   IMJPlotWaveCoeff(wheavi,L,0.05);
   title(' 4 (c) WT[Noisy HeaviSine] ')
%
   subplot(224)
   wDoppler = FWT_PO(yDoppler,L,qmf);
   IMJPlotWaveCoeff(wDoppler,L,0.05);
   title(' 4 (d) WT[Noisy Doppler] ')
% need to hand scale plots so noise is more equalized!
 
    
    
  %%  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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -