jaidevd / pyhht

Python toolbox for the Hilbert-Huang transform
Other
253 stars 88 forks source link

Write a tutorial. #7

Open zaccharieramzi opened 9 years ago

zaccharieramzi commented 9 years ago

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 my data is an array of time series. I want to have the imfs of each time serie so I use the tutorial.emd function but it sometimes (I mean on some time series) returns me an error of type "TypeError: m > k must hold" which I don't understand. Maybe you know what this problem is related to. Ask for any further precision, Thank you in advance for your answer

jaidevd commented 9 years ago

Hi @zaccharieramzi

Thanks for your interest in pyhht. The tutorial.py script is not a real tutorial Sorry for the confusion. I 've just renamed it. It's just a bunch of functions that I used long back in a presentation. There will soon be a detailed tutorial, which will showcase the usage and features of pyhht properly.

Thanks again.