马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?我要加入
x
我安装了时频工具箱后,输入一个例子,如下所示:
sig=[fmlin(128,0.05,.45);fmlin(128,0.35,.15)];
tfr=tfrstft(sig);
subplot(211);imagesc(abs(tfr(1:128,:)));axis('xy')
subplot(212);imagesc(angle(tfr(1:128,:)));axis('xy')
但给我报这样的错误
??? Error using ==> window
Not enough input arguments.
Error in ==> TFRSTFT at 44
t=1:xrow; h = window(hlength); trace=0;
Error in ==> Untitled8 at 2
tfr=tfrstft(sig);
我不知道是怎么回事了,请知道的朋友给你解答一下撒,非常感谢! |