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

📄 toon0334.m

📁 老外写的小波变换的工具箱
💻 M
字号:
% toon0334 -- Behavior of Wavelet Transform of Singularities
%
%		Show the level norms for the signals in toon0331.
%
	qmf = MakeONFilter('Symmlet',8);
	wcRamp   = FWT_PO(Ramp,3,qmf);
	wcCrease = FWT_PO(Crease,3,qmf);
	wcCusp   = FWT_PO(Cusp,3,qmf);
	wcSing   = FWT_PO(Sing,3,qmf);
%
	ax = [0 12 10^(-2) 10^4];
%
	subplot(221); PlotLevelNorms(wcSing  ,3);  title('Decay Sing')  ; axis(ax)
	subplot(222); PlotLevelNorms(wcRamp  ,3);  title('Decay Ramp')  ; axis(ax)
	subplot(223); PlotLevelNorms(wcCusp  ,3);  title('Decay Cusp')  ; axis(ax)
	subplot(224); PlotLevelNorms(wcCrease,3);  title('Decay Crease'); axis(ax)
    
    
  %%  Part of Wavelab Version 850%  Built Tue Jan  3 13:20:43 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 + -