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
Artefacts can be detected and corrected in the RR interval time series or the peaks vector following the algorythm proposed by Lipponen & Tarvainen (2019).
123
+
Artefacts can be detected and corrected in the RR interval time series or the peaks vector using the method proposed by Lipponen & Tarvainen (2019).
124
124
125
125
.. code-block:: python
126
126
@@ -132,35 +132,32 @@ Artefacts can be detected and corrected in the RR interval time series or the pe
Systole natively supports recording of physiological signals from the following setups:
160
+
The package natively supports recording of physiological signals from the following setups:
164
161
- `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).
165
162
- Remote Data Access (RDA) via BrainVision Recorder together with `Brain product ExG amplifier <https://www.brainproducts.com/>`_ (Ethernet).
Copy file name to clipboardExpand all lines: source/getting_started.rst
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ The package integrates a set of functions for interactive or non interactive dat
50
50
51
51
Artefacts detection and rejection
52
52
=================================
53
-
Artefacts can be detected and corrected in the RR interval time series or the peaks vector following the algorythm proposed by Lipponen & Tarvainen (2019).
53
+
Artefacts can be detected and corrected in the RR interval time series or the peaks vector using the method proposed by Lipponen & Tarvainen (2019).
54
54
55
55
.. code-block:: python
56
56
@@ -65,13 +65,10 @@ Artefacts can be detected and corrected in the RR interval time series or the pe
65
65
.. raw:: html
66
66
:file: ./images/subspaces.html
67
67
68
-
Instantaneous and evoked heart rate
69
-
===================================
70
-
71
68
72
69
Heart rate variability analysis
73
70
===============================
74
-
Systole implemetns basic time-domain, frequency-domain and non-linear HRV indices.
71
+
Systole implements time-domain, frequency-domain and non-linear HRV indices, as well as tools for evoked heart rate analysis.
Systole natively supports recording of physiological signals from the following setups:
90
+
The package natively supports recording of physiological signals from the following setups:
94
91
- `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).
95
92
- Remote Data Access (RDA) via BrainVision Recorder together with `Brain product ExG amplifier <https://www.brainproducts.com/>`_ (Ethernet).
0 commit comments