OverLordGoldDragon / ssqueezepy

Synchrosqueezing, wavelet transforms, and time-frequency analysis in Python
MIT License
599 stars 92 forks source link

EEG use case #58

Closed zeydabadi closed 2 years ago

zeydabadi commented 2 years ago

Is the code for EEG use case available?

OverLordGoldDragon commented 2 years ago

It's just ssq_cwt(x) and ssq_stft(x) on EEG data. The data itself, however, is proprietary.

zeydabadi commented 2 years ago

Thanks for your advice. I have some EEG data. I'm trying to understand what are the benefits of ssq_cwt(x) . I know some of the theoretical points but it would make a lot more sense when we see it in practice, Can you please elaborate more about your EEG plots? what you see? what does they tell you about the signal?

OverLordGoldDragon commented 2 years ago

Fairly broad question. This is the topic of time-frequency analysis, about which I've included learning resources. For EEG in particular, I recommend Mike Cohen's channel.