确实要好好学习一下
??? Undefined function or variable 'emd'. 什么原因啊 出错误了
很好。。很强大。。谢谢楼主了。。
??? 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);
请问楼主,这是什么问题,帮帮小的,不胜感激!
出现一下错误:
??? 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-20 10:44 static/image/common/back.gif
??? Output argument "A" (and maybe others) not assigned during call to "E:\MATLAB\toolbox\hht_toolbo ...
已经解决了
很大帮助 谢谢楼主~
回复 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*;就可以了吗?
十分感谢
回复 6 # jiangxiaolong 的帖子
我也遇到了同样的问题,谁能具体指出来是什么原因啊?我是新手,请各位能指教一下~
??? 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".)
这是怎么回事?急求~
时频分析工具箱在那下载?
好东西,值得学习。
回复 5 # jiangxiaolong 的帖子
麻烦问下,我安装了工具箱了,但是matlab报错说
回复 30 # 水莫 的帖子
这个错误提示是说real这个函数的输入时cell数组,所以real函数无法处理它。建议检查输入参数的类型。