www.pudn.com > 现代信号处理教程.rar > exa030504.m


%--------------------------------------------------------------------------------------- 
%  exa030504.m,  for  example 3.5.4 and fig 3.5.4 
%  两个高斯信号的WVD; 
% 
%  注:在该程序中,用到了子程序 tfrwv.m, 
%      还要用到显示程序 tfrqview及其他程序, 
%      所有这些程序请读者在如下的网站上下载: 
%                      http://crttsn.univ-nantes.fr/~auger/tftb.html 
%      因为该网站上的时频分析软件并没有列入MATLAB的工具箱,涉及到知识产权问题, 
%      因此不能将其列入国内公开出版物上,但读者可以自由下载。 
%---------------------------------------------------------------------------------------- 
clear; 
 
sig=atoms(128,[32,.4,20,1;96,.15,20,1]); 
tfrwv(sig);