|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?我要加入
x
sig=real(amgauss(128).*fmlin(128));
figure(1) ; plot(sig,'LineWidth',2); xlabel('时间 t'); ylabel('幅值 A');
h=1;
sig=hilbert(sig); [tfr,t,f]=tfrstft(sig,1:128,128,h);
figure(2)
contour(t,f(1:length(f)/2),abs(tfr)); xlabel('时间 t'); ylabel('频率 f');
??? Error using ==> contour at 68
The size of Y must match the size of Z or the number of rows of Z
请问要怎么修改。。。看了置顶帖了,不过还是不明白。。。谢谢了!!!
[ 本帖最后由 ChaChing 于 2009-6-2 17:44 编辑 ] |
|