NeuroKit icon indicating copy to clipboard operation
NeuroKit copied to clipboard

NeuroKit2: The Python Toolbox for Neurophysiological Signal Processing

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

# Description Because _misc/expspace.py_ was changed in [this commit](https://github.com/neuropsychology/NeuroKit/commit/d68f9ef42357823e23c07242a1db2f616d4fd212), the adjacent test now fails. As also proposed in #683 , I now also want to just adjust the numbers to...

size/L

**Describe the solution you'd like** Currently, to run the code checks, there are five lines that need to be run per file/directory. This is a bit clunky, especially for many...

# Description This PR fixes #602 . It makes such that the detected RPeaks get added to `ecg_quality`. Runs in `docs/examples/bio_custom/bio_custom.ipynb`. May have to adapt tests. # Proposed Changes -...

size/S

https://github.com/LRydin/MFDFA/issues/33 - [x] Implement *maxFDA*

size/L

https://github.com/neuropsychology/NeuroKit/blob/d01111b9b82364d28da01c002e6cbfc45d9493d9/neurokit2/ecg/ecg_clean.py#L129 Powerline noise is at 60 Hz in the US. Maybe have the `**kwargs` passed to the private functions? But that would require some documentation on a per-method basis.. Or...

ECG :heart:

Chanced upon this [paper](https://www.sciencedirect.com/science/article/abs/pii/S1746809418302209) on blood pressure estimation from PPG signals and thought it might be useful for enhancing our PPG features 😄 From raw PPG signals, they estimate -...

feature idea :fire:
PPG/BVP :heartbeat:
low priority :sleeping:
inactive 👻

**Describe the bug** When the input ECG signal has a low sampling rate, the `"engzeemod2012"` method of the [ecg_clean()](https://github.com/neuropsychology/NeuroKit/blob/master/neurokit2/ecg/ecg_clean.py) function does not work: ```python --------------------------------------------------------------------------- ValueError Traceback (most recent call...

**Question and context** Hello! I would like to try interpolating R-R intervals at different sampling frequencies to see how that affects the frequency-domain HRV features, but I am confused about...

# Description This PR aims to enable custom interpolation rates of interbeat intervals. See https://github.com/neuropsychology/NeuroKit/issues/671 # Proposed Changes I changed the `_hrv_get_rri()` function so that: 1. There is a new...

size/M