PIA-Group / BioSPPy

Biosignal Processing in Python
Other
569 stars 273 forks source link

Simple store the processed data #66

Closed portas525 closed 3 years ago

portas525 commented 4 years ago

Hello, I´m pretty new on GitHub but I love it to try a lot... So I also used to analyse me eda-data with biosppy. The plotting works perfect. To get more insights into my data I want to store the processed data (means the "table") which is the basic for plotting. But how can I do this? I have tried a lot of things (and stupid things)... but none worked... Maybe there is some one how can help me with this problem. Thank you! regards portas525

saichand07 commented 4 years ago

Use Numpy or Pandas libraries to save the data in different formats and Matplotlib or Librosa libraries you can use it for visualization/plotting.

afonsocraposo commented 3 years ago

Closing this due to no further responses. Feel free to comment if something is unclear.