volcanostar
发表于 2010-9-20 11:24
确实要好好学习一下
hnlgzzk
发表于 2010-9-29 23:21
??? Undefined function or variable 'emd'. 什么原因啊 出错误了
youshen
发表于 2010-10-9 10:18
很好。。很强大。。谢谢楼主了。。
猥琐
发表于 2010-10-20 10:44
??? Output argument "A" (and maybe others) not assigned during call to "E:\MATLAB\toolbox\hht_toolbox\hhspectrum.m (hhspectrum)".
Error in ==> hhspectrum at 20
if nargin < 2
Error in ==> HHT_TEST at 19
= hhspectrum(imf);
请问楼主,这是什么问题,帮帮小的,不胜感激!
dsp2008
发表于 2010-10-20 18:31
出现一下错误:
??? Undefined function or method 'instfreq' for input arguments of type 'double'.
Error in ==> hhspectrum at 45
f(i,:)=instfreq(an(i,:)',tt,l)';
=============================
请问这个instfreq函数到哪里找?
猥琐
发表于 2010-10-21 14:41
猥琐 发表于 2010-10-20 10:44 static/image/common/back.gif
??? Output argument "A" (and maybe others) not assigned during call to "E:\MATLAB\toolbox\hht_toolbo ...
已经解决了
linaishan
发表于 2010-11-22 21:59
很大帮助 谢谢楼主~
pandacute
发表于 2010-11-22 23:48
回复 1 # xray 的帖子
你好,你写的边际谱程序中的:
for k=1:size(E,1)
bjp(k) = sum(E(k,:))*1/fs*1/T;
end
里面的bjp(k) = sum(E(k,:))*1/fs*1/T;做何解?
难道不是bjp(k) = sum(E(k,:))*1/fs*;就可以了吗?
a1runner
发表于 2010-11-24 10:45
十分感谢
星上人
发表于 2011-1-12 19:13
回复 6 # jiangxiaolong 的帖子
我也遇到了同样的问题,谁能具体指出来是什么原因啊?我是新手,请各位能指教一下~
星上人
发表于 2011-1-12 19:14
??? Error: File: toimage.m Line: 59 Column: 1
This statement is not inside any function.
(It follows the END that terminates the definition of the function "toimage".)
这是怎么回事?急求~
dynamicbnt
发表于 2011-1-21 16:50
时频分析工具箱在那下载?
dynamicbnt
发表于 2011-1-22 20:21
好东西,值得学习。
水莫
发表于 2011-2-26 14:06
回复 5 # jiangxiaolong 的帖子
麻烦问下,我安装了工具箱了,但是matlab报错说
xray
发表于 2011-3-1 19:19
回复 30 # 水莫 的帖子
这个错误提示是说real这个函数的输入时cell数组,所以real函数无法处理它。建议检查输入参数的类型。