I am trying to apply Hilbert Huang transform to the following signal.
x=cos(2*pi*80*t)+0.8*sin(2*pi*50*t)+0.6*sin(2*pi*25*t)+0.4*sin(2*pi*10*t)+0.3*sin(2*pi*3*t);
As i understood the output IMFs should be five sinusoidal signals with amplitude of 1,0.8,0.6,0.4 and 0.3 with frequencies of 80,50,25,20 and 3.
However I am getting only two IMFs as outputs in my code.
Who can help me?