Cardiorespiratory coupling index #1001
blueskynot
started this conversation in
General
Replies: 1 comment
-
this method is currently not implemented, but it would make sense to implement it I think |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to recreate the code from this paper https://pubmed.ncbi.nlm.nih.gov/16268385/ to calculate cardiopulmonary coupling.
I am trying to calculate the cross-spectral density between ECG and respiratory signals and then the coherence, is there a way to do that in neurokit?
Sharing a code with synthetic data for convenience
import numpy as np
import scipy.signal as signal
import matplotlib.pyplot as plt
Beta Was this translation helpful? Give feedback.
All reactions