-
Here is the code that I used:
```python
ecgs_two = pd.read_csv("LeadTwo.csv")
ecg_signal_two = ecgs_two['II']
signals_two, info_two = nk.ecg_process(ecg_signal_two, sampling_rate=2000)
rpeaks_t…
-
## Machine Learning From Ground Truth: New Medical Imaging Datasets For Unsolved Medical Problems
Thirty-fifth Conference on Neural Information Processing Systems (NeurIPS | 2021)
### Important Da…
-
I ran into a few issues trying to load the `.ncs` files from neuralynx into an mne object. Attaching my notes and potential solutions.
## 1. `lfp`, `sr`, and `ch_name` are not defined on line 652:
…
-
I think it would be important to also pass the flat params to the the epoching script. Any thoughts? @drammock @hoechenberger @agramfort
-
I've finished migration of the complexity measure to Complexity.jl. This is a reminder to register the package once we release v2.0 here.
-
With some signals, ecg_delineate returns an `IndexError` (sometimes even dependent on the method used; e.g. 'peaks' works fine, but 'cwt' would throw an error):
```
Traceback (most recent call last)…
-
This is a template for reporting a bug. You can remove it and write from scratch. These sections are a rough guide, but the important thing is to give enough details so that the developers can **repro…
-
**Describe the bug**
In documentation it is written
> The "zhao2018" method (Zhao et la., 2018) was originally designed for signal with a length of 10 seconds.
However default value for window …
-
Hi,
I am so excited to see your wonderful work! Is there any release about the prediction performance of the ECG signals only or comparison with EEG signals?
Thanks a lot~
-
Hi👋 , great job, yet I still got a question about the **Sparsity-Based Temporal Augmentation**.
In the paper you mentioned "**each augmented clip was con- strained to have length of 30-frame. Therefo…