这篇文章《Generalized energy demodulation for large frequency deviations and wideband signals》讲了如何用能量算子对宽带信号解调。
回复 #16 破凰 的帖子
谢谢,我先看看相关内容,有问题再请教:handshake回复 #14 zhlong 的帖子
clear all;t=1:500;
x=sin(2*pi*0.053*t);
n=length(t);
imf=emd(x);
=size(imf);
emd_visu(x,t,imf,1);
= hhspectrum(imf);
= toimage(A,f);
disp_hhs(im,tt);
h=hilbtmf(imf);
这样子出不来结果
回复 #18 form 的帖子
h=hilbtmf(imf);这个函数不是这么用,应该用这个函数替代hhspectrum中用到的hilbert函数。 zhlong 发表于 2007-11-23 20:41 static/image/common/back.gif
h=hilbtmf(imf);
这个函数不是这么用,应该用这个函数替代hhspectrum中用到的hilbert函数。
hilbtmf(imf)这个函数是个干嘛的??
页:
1
[2]