NeuroKit.py icon indicating copy to clipboard operation
NeuroKit.py copied to clipboard

A Python Toolbox for Statistics and Neurophysiological Signal Processing (EEG, EDA, ECG, EMG...).

Results 32 NeuroKit.py issues
Sort by recently updated
recently updated
newest added

Hi, i'm both new in python and data processing. I have a EDA file from Biopac ( acq). And when i open it with neurokit it displays only 2 channels:...

Hi, Could this toolbox be used to obtain HRV measures from a PPG signal rather than ECG? Thanks!

Trying to run the template I got the following error message: > Traceback (most recent call last): File "neuroTest.py", line 10, in bio = nk.bio_process(ecg=df["ECG"], sampling_rate=100) File "/home/sisu/anaconda2/lib/python2.7/site-packages/neurokit/bio/bio_meta.py", line 125,...

I was having a hard time to have nk.ecg_preprocess to filter my signal data using a "**butter**" filter of **order 4**. Looking the source code I see that the function...

Hello, We are trying to work with some of the researchers from a hospital and there signal samples are at about 2.4 seconds, which is too short. I modified the...

Hello,I have some question,and need your help I wanted to use Neuropython but it's still failed I ran the code,and it made error `error` module 'biosppy.signals.ecg' has no attribute 'correct_rpeaks'...

Recent versions are not being published on PyPI anymore (see https://pypi.org/project/neurokit/#history, most recent there is 0.2.0 which was added Sept 5th 2017), and new versions are not tagged here on...

Hello, I have a problem when trying to analyse EDA. Here is the stacktrace: `File "C:\Users\jaros1024\PycharmProjects\Project1\lib\new_gsr.py", line 13, in __init__ self.data = nk.eda_scr(y, sampling_rate=freq) File "C:\Users\jaros1024\PycharmProjects\Project1\venv3\lib\site-packages\neurokit\bio\bio_eda.py", line 399, in eda_scr...

Hey Do you know if the cvxEDA algorithm already removes linear trends? I think linear trends should not be a problem for phasic components but for tonic components. Or else...

Hi, I'm using the processed_eda function to extract feature from the raw eda in my research. However, I found that there were some NaNs in the "processed_eda['EDA']['SCR_Recovery_Indexes']". Why these NaNs...

bug