You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interactive plotting functions and reports generation will also require the following packages to be installed:
49
61
50
-
* plotly (>=4.8.0)
51
-
* plotly_express (>=0.4.1)
62
+
* `Plotly <https://plotly.com/>`_ (>=4.8.0)
52
63
53
-
For an overview of all the recording functionalities, you can refer to the following tutorials:
64
+
Tutorial
65
+
========
66
+
67
+
For an overview of all the recording functionalities, you can refer to the following examples:
54
68
55
69
* Recording
56
70
* Artefacts detection and artefacts correction
57
71
* Heart rate variability
58
72
73
+
For an introduction to Systole and cardiac signal analysis, you can refer to the following tutorial:
74
+
75
+
* Introduction to cardiac signal analysis - |Colab badge| - `Jupyter Book <https://legrandnico.github.io/Notebooks/IntroductionCardiacSignalAnalysis.html>`_
Systole natively supports recording of physiological signals from the following setups:
63
84
* `Nonin 3012LP Xpod USB pulse oximeter <https://www.nonin.com/products/xpod/>`_ together with the `Nonin 8000SM 'soft-clip' fingertip sensors <https://www.nonin.com/products/8000s/>`_ (USB).
64
-
* Remote Data Access (RDA) via BrainVision Recorder together with Brain product ExG amplifier `<https://www.brainproducts.com/>`_ (Ethernet).
85
+
* Remote Data Access (RDA) via BrainVision Recorder together with `Brain product ExG amplifier <https://www.brainproducts.com/>`_ (Ethernet).
65
86
66
87
Artefact correction
67
88
===================
68
89
69
-
Systole implements the artefact rejection method recently proposed by Lipponen & Tarvainen (2019) [#]_.
90
+
Systole implements systolic peak detection inspired by van Gent et al. (2019) [#]_ and the artefact rejection method recently proposed by Lipponen & Tarvainen (2019) [#]_.
70
91
71
92
.. code-block:: python
72
93
@@ -137,7 +158,7 @@ References
137
158
138
159
**Peak detection (PPG signal)**
139
160
140
-
.. [#] van Gent, P., Farah, H., van Nes, N., & van Arem, B. (2019). HeartPy: A novel heart rate algorithm for the analysis of noisy signals. Transportation Research Part F: Traffic Psychology and Behaviour, 66, 368–378. https://doi.org/10.1016/j.trf.2019.09.015
161
+
.. [#] van Gent, P., Farah, H., van Nes, N., & van Arem, B. (2019). HeartPy: A novel heart rate algorithm for the analysis of noisy signals. *Transportation Research Part F: Traffic Psychology and Behaviour, 66, 368–378*. https://doi.org/10.1016/j.trf.2019.09.015
0 commit comments