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

Why this so nice: ```python import neurokit2 as nk import mne raw.plot_psd(fmin=0, fmax=40., picks=["EEG 050"]) ``` ![image](https://user-images.githubusercontent.com/8875533/140704141-27add9eb-c632-4d71-8b47-1cff965bf954.png) And ours so ugly 🥲 ```python channel = nk.mne_channel_extract(raw, what=["EEG 050"]).values psd =...

signal processing :chart_with_upwards_trend:
inactive 👻

### Description of the bug Using ecg.ecg_quality, the function `ecg.ecg_findpeaks` is used. It works well for all signals but for a really noisy signal (hand-crafted signal using ecg.ecg_simulate, with artificial...

question :question:
ECG :heart:
inactive 👻

I wanted to analyze my ECG data (sample rate of 500), however I came across with this bug and I don't know how to update the parameter 'windows'. Code: `processed_data,...

wontfix
Data/code required :date:

### After several exchanges between well-minded researchers working with biosignals, I come with a concrete suggestion to merge forces Since I started my master's, I've been wanting to increase accessibility...

**Question and context** I have 48 hours ECG data; there are many motion artifacts. I planned nk.ecg_quality loop, long term calculation can not detect motion artifact. So I tried to...

ECG :heart:

Hi everyone, I am trying to use NeuroKit2 for EDA analysis. However, there is one problem I have encountered: When trying to process the data, I get an error message...

EDA :sweat_drops:
inactive 👻

**Describe the solution you'd like** The `signal_distort` function is great. One limitation is that the `linear_drift` option will only ever cause the signal amplitude to [go upwards over time](https://github.com/neuropsychology/NeuroKit/blob/c1104386655724a5c624e740abf651c939fc5e48/neurokit2/signal/signal_distort.py#L143). **How...

feature idea :fire:
inactive 👻

When using `signal_psd()` with Welch method I pretty much always get the following warning, which is a bit obscure. We should somehow improve that `The duration of recording is too...

signal processing :chart_with_upwards_trend:
inactive 👻

Two issues (first more of a feature suggestion, second more a problem) ### 1. Currently this function: https://neurokit2.readthedocs.io/en/latest/_modules/neurokit2/rsp/rsp_simulate.html#rsp_simulate Has a method called "breathmetrics" which calls a function with particular parameters....

RSP :triumph:
inactive 👻

I'm trying to obtain HRV features from both Neurokit2 and HeartPy. Although, both are making use of same peaks list, the results are different. Neurokit2 ![Screenshot_2021-04-28 Google Colaboratory(3)](https://user-images.githubusercontent.com/37807897/116414490-236e0a00-a856-11eb-8405-25deaf6265c5.png) HeartPy ![Screenshot_2021-04-28...

inactive 👻