tuteng111 发表于 2010-3-25 21:31

tfrstft - H must be a smoothing window with odd length?

请大家帮我看一个程序
t=1:15; w=100*2*pi; alf=0.5; s=exp(j*w.*t)';
g=(alf/pi)^(1/4).*exp((-alf.*t.^2)/2)
tfrstft(s,t,15,g);
为什么老是会有这么一个错误啊
??? Error using ==> tfrstft
H must be a smoothing window with odd length

Error in ==> practice at 15
tfrstft(s,t,16,g);
我设定的t是从1到15的,长度肯定是奇数啊。可为为什么会有这么一个错误呢?
请大侠帮我一下,谢谢了。

[ 本帖最后由 ChaChing 于 2010-3-27 11:48 编辑 ]

ChaChing 发表于 2010-3-25 23:32

试试 tfrstft(s,t,16,g');

[ 本帖最后由 ChaChing 于 2010-3-26 13:06 编辑 ]

tuteng111 发表于 2010-3-26 11:54

谢谢,不过还是不行啊。有点郁闷了,呵呵。搞了好长时间了。

ChaChing 发表于 2010-3-26 13:08

sorry! copy错误应该是tfrstft(s,t,15,g');
注意是g'非g

tuteng111 发表于 2010-3-26 16:13

谢谢了 哈哈
出来了
页: [1]
查看完整版本: tfrstft - H must be a smoothing window with odd length?