Skip to content

Commit

Permalink
Removed a reference to the old wavelet transform library in the bench…
Browse files Browse the repository at this point in the history
…marking section
  • Loading branch information
berndporr committed Jul 27, 2019
1 parent f6a869c commit 96f7223
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,14 @@ Benchmarking

`run_all_benchmarks.py` calculates the R peak timestamps
for all detectors, the true/false detections/misses and
saves them in .csv files. See the scripts how to obtain the
ECG data such as the MIT db.
saves them in .csv files. Open the script itself or use python's
help function of how to obtain the ECG data such as the MIT db.

`show_stats_plots.py` takes then the .csv files displays
`show_stats_plots.py` takes then the .csv files, displays
the results of the different detectors and calculates the stats.

`hrv_time_domain_analysis.py` performs a timedomain analysis
between sitting and a math test using the Engzee detector and
between sitting and a math test using the EngZee detector and
the wavelet detector for comparison.


Expand Down
1 change: 0 additions & 1 deletion tester_MITDB.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import numpy as np
import pandas as pd
import wfdb
import _tester_utils
import pathlib
import os
Expand Down

0 comments on commit 96f7223

Please sign in to comment.