Home > Back-end >  How shall replace HHT experimental data in the code sample function
How shall replace HHT experimental data in the code sample function

Time:10-01


The function HHT
clear; clc; CLF.
N=2048;
% FFT computation by default signal begins with 0
T=linspace (1, 2, N); Deta=t (2) - t (1); Fs=1/deta;
X=5 * sin (2 * PI * * t) 10 + 5 * sin (2 * PI * 35 * t);
Z=x;
C=the emd (z);

Want x to represent the sample function into their experimental data, inquire how to change the code

CodePudding user response:

Can someone help me

CodePudding user response:

By ah,,,
  • Related