用到希尔伯特转换中的hhspectrum.m程序,是直接从网上下的程序,运行的时候出现了错误,是在hhspectrum.m调用 hilbert.m文件时出现的错误,??? Undefined func
tion or method 'real' for input arguments of type 'cell'.
Error in ==> hilbert at 40
xr = real(xr);然后在command window 中用real时没有问题,在下实在不明白这是什么原因,求各位大神指点呀,感激不尽呀
IMF=zeros(length(imf{1,1}),length(imf));%因为imf是cell类型数据,hilbert.m文件中的real函数不能对cell了II型那个数据求解,所以将之转换为double类型
for i=1:12;
IMF(:,i)=imf{1,i}';
end
一周热门 更多>