claudiodsf / stockwell

Stockwell transform for Python
GNU General Public License v3.0
85 stars 26 forks source link

Hi buddy,is there an official documentation? #8

Closed YANKT closed 2 years ago

YANKT commented 2 years ago

Recently I've been studying the S-transform,prepare to use the S-transform in the my paper,I used it in Matlab,but I want to do it in Python,could you provide API documentation for Python?Thx

claudiodsf commented 2 years ago

Hy YANKT, sorry no documentation for the moment: just the README of this repository 😉

Unfortunately I don't have time right now to write a thorough documentation...

YANKT commented 2 years ago

All right,thank you for your reply.Mind if I pick your brains for a minute? I need to convert a one-dimensional EEG signal into a two-dimensional matrix (spectrogram) for input to CNN, similar to the short-time fourier transform. Which interface should I use? MATLAB.zip This is the S transform in MATLAB,If you're interested in this ,you may go and see it.I want to use your S transform in Python, but don't know how :(