NeuroKit includes datasets that can be used for testing. These datasets are not downloaded automatically with the package (to avoid increasing its weight), but can be downloaded via the nk.data() function.
Type |
Frequency |
Signals |
Single-subject |
1000 Hz |
ECG |
data = nk.data(dataset="ecg_1000hz")
Type |
Frequency |
Signals |
Single-subject |
3000 Hz |
ECG |
data = nk.data(dataset="ecg_3000_pandas")
Type |
Frequency |
Signals |
Single-subject
with events |
100 Hz |
ECG, EDA, RSP, Photosensor |
data = nk.data(dataset="bio_eventrelated_100hz")
- Used in the following docstrings:
- Used in the following examples:
Type |
Frequency |
Signals |
Single-subject
resting state |
100 Hz |
ECG, PPG, RSP |
data = nk.data(dataset="bio_resting_5min_100hz")
- Used in the following docstrings:
- Used in the following examples:
Type |
Frequency |
Signals |
Single-subject
resting state |
100 Hz |
ECG, RSP, EDA, Photosensor |
data = nk.data(dataset="bio_resting_8min_100hz")
- Used in the following docstrings: