pyhht icon indicating copy to clipboard operation
pyhht copied to clipboard

Python toolbox for the Hilbert-Huang transform

Results 17 pyhht issues
Sort by recently updated
recently updated
newest added

Thanks for your effort in making such a package, it's the most popular package I found on GitHub implementing HHT. But I got some problems with tutorials, the file intro_pyhht.rst...

Hi, First of all thank you very much for providing such a package. I'm currently working on EEG signals and wanted to try the EMD method to classify them. So...

docs

The default maximum iterations in sifting is set to 2000, but this should be inferred from the input data itself.

Just curious if there're any plan to rewrite some module in Cython?

I think it may be useful to have a choice of the interpolation method for obtaining envelopes and include ie. quadratic, linear etc. in addition to the cubic spline, because...

in stop_sifting() the line: "sx = np.abs(envmoy) / amp" sometimes causes a divide by zero error. also, I notice that right above this line (currently 376) there are some try/except...

Hi, thanks for the package -- I just started to use it. I was thinking that would be useful for a quick start to see the reference to pip-installation in...

Hi, it would be maybe nice to rotate by 90 degrees the y-labels, to avoid overlaps as the ones shown in the attached screenshot ![screen shot 2018-08-16 at 17 54...

Hi, if I understood correctly at the moment there is only the possibility to get the insta. freq. and not the [whole Hilbert spectrum](https://en.wikipedia.org/wiki/Hilbert_spectrum), right? are there progress/motivations in that...

Excuse me, does pyhht package include the EEMD algorithm?