Hi, everyone. I tried to get the required frequency band signal from the main signal. That is, I try to extract the 0.5-5Hz signal from a one-sec duration signal whose sampling frequency 100Hz. For that I am perfromed EMD process in matlab: [imf,residual,info] = emd(x,'Interpolation','pchip'); [hs,f,t] = hht(imf,fs,'FrequencyLimits',[0.5 5]); here "hs" variable has 101by100 sparse double values. how can I transform this "hs" in time domain.

More Venkata Phanikrishna Balam's questions See All
Similar questions and discussions