資源簡(jiǎn)介
壓縮包中包含一個(gè)使用Matlab視頻分析工具對(duì)四分量高斯包絡(luò)信號(hào)進(jìn)行視頻分析,對(duì)比STFT、CWD、WVD等算法分辨率和交叉項(xiàng)的簡(jiǎn)單例子,并附帶Matlab時(shí)頻分析工具箱源代碼。

代碼片段和文件信息
%%
%???Topics:?對(duì)于四分量高斯調(diào)制信號(hào),比較STFT、WVD、CWD分辨率和交叉干擾情況
%???Time:???2012-10-21
%%
clear?all;close?all;
fs?=?120;??????????%采樣率
N?=?512;
t?=?(-N/2+1:1:N/2)/fs;??????%采樣時(shí)間
r1?=?3;???f1?=?10;??????????%高斯調(diào)制單頻信號(hào)參數(shù)
r2?=?4;???f2?=?15;
r3?=?5;???f3?=?20;
r4?=?6;???f4?=?25;
sig1?=?(r1/pi)^(1/4)*exp(-r1*t.^2/2+1i*2*pi*f1*t);
sig2?=?(r2/pi)^(1/4)*exp(-r2*t.^2/2+1i*2*pi*f2*t);
sig3?=?(r3/pi)^(1/4)*exp(-r3*t.^2/2+1i*2*pi*f3*t);
sig4?=?(r4/pi)^(1/4)*exp(-r4*t.^2/2+1i*2*pi*f4*t);
sig?=?[sig1?sig2?sig3?sig4]‘;
%?figure;
%?subplot(221);
%?plot(real(sig1));
%?subplot(222);
%?plot(real(sig2));
%?subplot(223);
%?plot(real(sig3));
%?subplot(224);
%?plot(real(sig4));
clear?sig1;clear?sig2;clear?sig3;clear?sig4;
figure;plot(1:length(sig)real(sig));
axis([1?2048?-1.2?1.2]);
%?%計(jì)算短時(shí)傅立葉變換
%?w?=?window(@gausswin1270.05);?%高斯窗,sigma?=?0.05
%?[tfr_STFTtf]=tfrstft(sig1:length(sig)512w);
%?%時(shí)頻表示
%?figure;
%?contour(tfabs(tfr_STFT));
%?xlabel(‘時(shí)間?t‘);
%?ylabel(‘頻率?f‘);
%?%計(jì)算Wigner-Ville分布
%?[tfr_WVDtf]=tfrwv(sig1:length(sig)512);
%?%時(shí)頻表示
%?figure;
%?contour(tfabs(tfr_WVD));
%?xlabel(‘時(shí)間?t‘);
%?ylabel(‘頻率?f‘);
%?%計(jì)算偽Margenau-Hill分布
%?[tfr_MHtf]=tfrpmh(sig1:length(sig)512);
%?figure;
%?contour(tfabs(tfr_MH));
%?xlabel(‘時(shí)間?t‘);
%?ylabel(‘頻率?f‘);
%?%計(jì)算Choi-Williams分布
%?[tfr_CWtf]=tfrcw(sig1:length(sig)512);
%?figure;
%?contour(tfabs(tfr_CW));
%?xlabel(‘時(shí)間?t‘);
%?ylabel(‘頻率?f‘);
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件??????21936??2012-10-21?19:17??四分量高斯包絡(luò)信號(hào).emf
?????文件???????1522??2012-10-21?19:05??Matlab時(shí)頻分析技術(shù)及其應(yīng)用源代碼\Compare_STFT_WVD_CWD.asv
?????文件???????1535??2012-10-21?19:16??Matlab時(shí)頻分析技術(shù)及其應(yīng)用源代碼\Compare_STFT_WVD_CWD.m
?????文件????????749??2012-10-21?09:36??Matlab時(shí)頻分析技術(shù)及其應(yīng)用源代碼\eg9_2_3.asv
?????文件????????780??2012-10-21?12:18??Matlab時(shí)頻分析技術(shù)及其應(yīng)用源代碼\eg9_2_3.m
?????文件???????1262??2012-10-21?18:20??Matlab時(shí)頻分析技術(shù)及其應(yīng)用源代碼\MY_STFT.m
?????文件????????131??2012-10-21?14:34??Matlab時(shí)頻分析技術(shù)及其應(yīng)用源代碼\Unti
?????文件????????132??2012-10-21?14:35??Matlab時(shí)頻分析技術(shù)及其應(yīng)用源代碼\Unti
?????文件???????1258??2012-10-21?18:19??Matlab時(shí)頻分析技術(shù)及其應(yīng)用源代碼\Unti
?????文件???????1865??2005-08-30?08:43??Matlab時(shí)頻分析技術(shù)及其應(yīng)用源代碼\第10章\f10_1.m
?????文件???????1329??2005-08-30?08:45??Matlab時(shí)頻分析技術(shù)及其應(yīng)用源代碼\第10章\f10_10.m
?????文件????????671??2005-08-30?08:46??Matlab時(shí)頻分析技術(shù)及其應(yīng)用源代碼\第10章\f10_11.m
?????文件????????990??2005-08-30?08:46??Matlab時(shí)頻分析技術(shù)及其應(yīng)用源代碼\第10章\f10_12.m
?????文件???????1057??2005-08-30?08:43??Matlab時(shí)頻分析技術(shù)及其應(yīng)用源代碼\第10章\f10_2.m
?????文件????????391??2005-08-30?08:43??Matlab時(shí)頻分析技術(shù)及其應(yīng)用源代碼\第10章\f10_3.m
?????文件???????1167??2005-08-30?08:44??Matlab時(shí)頻分析技術(shù)及其應(yīng)用源代碼\第10章\f10_4.m
?????文件????????452??2005-08-30?08:44??Matlab時(shí)頻分析技術(shù)及其應(yīng)用源代碼\第10章\f10_5.m
?????文件????????174??2005-08-30?08:44??Matlab時(shí)頻分析技術(shù)及其應(yīng)用源代碼\第10章\f10_6.m
?????文件????????533??2005-08-30?08:44??Matlab時(shí)頻分析技術(shù)及其應(yīng)用源代碼\第10章\f10_7.m
?????文件????????473??2005-08-30?08:45??Matlab時(shí)頻分析技術(shù)及其應(yīng)用源代碼\第10章\f10_8.m
?????文件???????1329??2005-08-30?08:45??Matlab時(shí)頻分析技術(shù)及其應(yīng)用源代碼\第10章\f10_9.m
?????文件????????604??2005-08-30?08:47??Matlab時(shí)頻分析技術(shù)及其應(yīng)用源代碼\第11章\f11_1.m
?????文件???????2542??2005-08-30?08:49??Matlab時(shí)頻分析技術(shù)及其應(yīng)用源代碼\第11章\f11_10.m
?????文件????????615??2005-08-30?08:47??Matlab時(shí)頻分析技術(shù)及其應(yīng)用源代碼\第11章\f11_2.m
?????文件????????910??2005-08-30?08:47??Matlab時(shí)頻分析技術(shù)及其應(yīng)用源代碼\第11章\f11_3.m
?????文件???????1168??2005-08-30?08:47??Matlab時(shí)頻分析技術(shù)及其應(yīng)用源代碼\第11章\f11_4.m
?????文件????????561??2005-08-30?08:48??Matlab時(shí)頻分析技術(shù)及其應(yīng)用源代碼\第11章\f11_5.m
?????文件????????545??2005-08-30?08:48??Matlab時(shí)頻分析技術(shù)及其應(yīng)用源代碼\第11章\f11_6.m
?????文件????????417??2005-08-30?08:48??Matlab時(shí)頻分析技術(shù)及其應(yīng)用源代碼\第11章\f11_7.m
?????文件????????737??2005-08-30?08:48??Matlab時(shí)頻分析技術(shù)及其應(yīng)用源代碼\第11章\f11_8.m
............此處省略292個(gè)文件信息
評(píng)論
共有 條評(píng)論