Skip to content

Commit

Permalink
update docs to reflect new breathing method
Browse files Browse the repository at this point in the history
  • Loading branch information
paulvangentcom committed Nov 23, 2020
1 parent 7ae13c5 commit 4335171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/algorithmfunctioning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ One interesting property of the heart is that the frequency with which it beats
.. image:: images/CO2_RRbreath.jpg
:align: center

The problem is now reduced to one of peak finding. Breathing rate can be extracted using the toolkit. After calling the 'process' function, breathing rate (in Hz) is available in the dict{} object that is returned.
The problem is now reduced to one of frequency domain transformation. Breathing rate can be extracted using the toolkit. After calling the 'process' function, breathing rate (in Hz) is available in the dict{} object that is returned.

.. code-block:: python
Expand Down

0 comments on commit 4335171

Please sign in to comment.