neuropsychology / NeuroKit

NeuroKit2: The Python Toolbox for Neurophysiological Signal Processing
https://neuropsychology.github.io/NeuroKit
MIT License
1.59k stars 423 forks source link

Ideas / Ressources for Respiration #15

Closed DominiqueMakowski closed 4 years ago

DominiqueMakowski commented 4 years ago

Features

Papers

GanshengT commented 4 years ago

One feature that arouses great research interest is the capacity of plotting EMG-EEG topograph. For example, the EMG-EEG connectivity analysis

DominiqueMakowski commented 4 years ago

You mean MEG/EEG I think? Doesn't mne do that? And how does it relate to respiration (the topic of this issue) 😁 ?

GanshengT commented 4 years ago

It’s indeed Electromyography (EMG) - EEG connectivity analysis. In the case of respiration, information of respiratory muscle and EEG are recorded simultaneously. Their correlation could possibly reveal respirator mechanism😊. MNE is not oriented to do such analysis.

DominiqueMakowski commented 4 years ago

Mmh that's interesting, never heard of that! Are you working on this?

GanshengT commented 4 years ago

To be specific, I currently worked on the connectivity between EMG and EEG during hand gripping paradigm, but I equally covered this field.

DominiqueMakowski commented 4 years ago

That's great! Looking forward to have your input ☺️

JanCBrammer commented 4 years ago

Is the idea to extend/improve the existing breathing functions or to start from sratch?

DominiqueMakowski commented 4 years ago

@JohnDoenut Well there hasn't been much done on that side in NK1. We can use that as a basis, but I believe there is room for improvement!

JanCBrammer commented 4 years ago

For the estimation of breathing rate and breathing amplitude, I'm happy to contribute an algorithm based on this paper. It does what has previously been done by Nk1's rsp_process(): it identifies inhalation peaks and exhalation troughs which are then used to calculate statistics (summary, instantaneous) for the breathing signal. Trying to send a PR asap.

DominiqueMakowski commented 4 years ago

closing this as thanks to the awesome contribution of @JohnDoenut we have a strong basis for rsp ☺️