NeuroKit icon indicating copy to clipboard operation
NeuroKit copied to clipboard

NeuroKit2: The Python Toolbox for Neurophysiological Signal Processing

Results 133 NeuroKit issues
Sort by recently updated
recently updated
newest added

**Describe the solution you'd like** I would like the HRV functions to be able to accept interbeat intervals and their corresponding timestamps as input rather than the peak samples. This...

Hello, Im looking to analyze HRV using this software with exported data from the EliteHRV app. This app gives heartbeat information in RRI. Ive noticed that the functions for HRV...

ECG :heart:

# Description This PR aims to improve the previous PR: https://github.com/neuropsychology/NeuroKit/pull/651 See also the related issue: https://github.com/neuropsychology/NeuroKit/issues/650 # Proposed Changes I changed the `neurokit` method of the `signal_fixpeaks()` function so...

size/L

**Describe the solution you'd like** I noticed that the "neurokit" method of signal_fixpeaks does not work well with larger gaps in the data, sometimes leading to negative indices or getting...

# Description Modify the `signal_interpolate()` function to accept a single array containing NaNs as input and to extrapolate. (See https://github.com/neuropsychology/NeuroKit/pull/651 for original motivation for doing so) # Proposed Changes I...

size/M

Our implementation of this peak detection method is tagged as not really working. https://github.com/neuropsychology/NeuroKit/blob/277f614ee3984647d71ba31aadffea97766aeb0f/neurokit2/ecg/ecg_findpeaks.py#L446-L448 py-ecg-detectors has a [another](https://github.com/berndporr/py-ecg-detectors/blob/36b21ebf21e5344d3d927066a29db84745f0533d/ecgdetectors.py#L553) implementation: we should probably reimplement ours based on that.

wontfix

# Description This PR aims at adding this fix where the data matrix B for creating the sparse matrix D_2 was created too short (N-2) and it didn't reach the...

help needed :eyes:
wontfix
size/XS

Within the function **ecg_process**, you are calculating rpeaks with **ecg_peaks** but do not pass it to the **ecg_quality** function and **_ecg_quality_averageQRS** will therefore calculate the rpeaks list again. ``` def...

wontfix
ECG :heart:
inactive 👻

Hello. Is it possible for you to add one time sponsoring as an option?

inactive 👻

Because we have added and then removed large files every now and then (data), the git history is huge and it takes forever to fork the repo. How can we...

Design :art: