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

📄 bbwork22.m

📁 老外写的小波变换的工具箱
💻 M
字号:
% BBWork22 -- Wavelet Packet Tour on Four Complex Signals
%
%     	LinChirp
% 		TwoChirp
%		Ramp
%		Sorrows
%
	n  =1024;
	t  = (1:n) ./n;
	qmf = MakeONFilter('Coiflet',3);
%
	xi = pi/2 .* t;
	lc = cos(xi .* (1:n));
	figure;
	WPTour('P',lc,10,qmf,'LinChirp');

	subplot(2,2,3)
	axis([0 500 -10 10])
	ifprint(gcf,'bbfig221.ps')
%
	tc = MakeSignal('TwoChirp',n);
	WPTour('P',tc,10,qmf,'TwoChirp');

	subplot(2,2,3)
	axis([0 500 -10 10])
	ifprint(gcf,'bbfig222.ps')
%
	rm = MakeSignal('Ramp',n);
	WPTour('P',rm,10,qmf,'Ramp');

	subplot(2,2,3)
	axis([0 500 -10 10])
	subplot(2,2,4)
	brighten(-.5); brighten(-.5);
	ifprint(gcf,'bbfig223.ps')
%
	sw = MakeSignal('WernerSorrows',n);
	WPTour('P',sw,10,qmf,'Sorrows');

	subplot(2,2,3)
	axis([0 500 -10 10])
	subplot(2,2,4)
	brighten(-.8);
	ifprint(gcf,'bbfig224.ps')

    
    
  %%  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 + -