matlab emd工具箱使用

2025-03-01 12:03:12
推荐回答(2个)
回答1:

其实用起来也很简单的,举个例子:

clear all;
clf;

t=0:0.1:4*pi;
%构造一个信号
x= 10.*sin(t)+5.*cos(2.*t);
%加点噪声
noise = normrnd(0,1,1,length(x));
y=x+noise;

%emd分解
imf = emd(x);
[m n]=size(imf);
emd_visu(x,t,imf);

回答2:

我也不知道 这个积分是不是回复可以获得啊?