Skip to content

Commit

Permalink
Merge pull request #1049 from aweinstein/fix-docstring
Browse files Browse the repository at this point in the history
[Docs] Add a note about the units used for the time-based HRV metrics.
  • Loading branch information
DominiqueMakowski authored Nov 25, 2024
2 parents 45a5e5f + b33a7b8 commit 99a3ba8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions neurokit2/hrv/hrv_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ def hrv_time(peaks, sampling_rate=1000, show=False, **kwargs):
--------
ecg_peaks, ppg_peaks, hrv_frequency, hrv_summary, hrv_nonlinear
Notes
-----
Where applicable, the unit used for these metrics is the millisecond.
Examples
--------
.. ipython:: python
Expand Down

0 comments on commit 99a3ba8

Please sign in to comment.