-
**Is your feature request related to a problem? Please describe.**
Currently there is no support to display the UI for graphs. We have devices like ECG, Spirometer, etc. which return some graph data.…
-
Could you please upload the data used or tell me the source of the data?
```python
ecg_file = "psg_ecg_signals_2.5_s.csv"
bp_file = "psg_bp_signals_2.5_s.csv"
eeg_file = "psg_eeg_signals_2.5_s.c…
-
Hello there,
I try to analyze ECG and EDA data with your gr8 tool. Unfortunately I ran into a problem.
What I've done so far:
1. Downloaded working winpython distrib. as outlined here (http://n…
-
I'm bringing my ECG experiments on `PhysioNet` data over to NAB.
Any advice before I start doing that?
Subtask of: https://github.com/numenta/NAB/issues/131
-
When the TestViewer.exe is run on an image that has no ECG data, we were returning an EcgSeries object with 0 samples.
Unfortunately this causes TestViewer's DrawEcg() method to attempt dividing by…
-
I have written a simple test as follow, but it seems the demo would fall into dead loop. Can anyone tell me why? Thanks.
```python
from workflow.engine import GenericWorkflowEngine
from workflow.…
-
I am getting type error while using bio_process.
Below is my code.
"i = 1
bio = nk.bio_process(ecg=df_respiban[i][:]['ECG'],rsp=df_respiban[i][:]['RESP'], ecg_quality_model=None, ecg_filter_frequ…
-
From Polad H10, apart from RR/heartrate data, ECG stream can be captured as well.
I see, that raw ECG stream is (I suppose) showing on the Cardia, but I don't see it logged anywhere?
-
Hi,
I have been trying to reproduce your results and particularly those on the ECG dataset
Using the mix-max scaler with the norm_method causes the following errors:
```
python main.py --datas…
-
Hi,
This is an issue I have encountered a few times already — when the ECG data is very noisy for either part of or most of the recording, the `detect_heartbeats` function just gets stuck forever. …