From 96f72238cf98a132a2ceafc1b4d84fa2d2d49d2c Mon Sep 17 00:00:00 2001 From: Bernd Porr Date: Sun, 28 Jul 2019 00:40:49 +0100 Subject: [PATCH] Removed a reference to the old wavelet transform library in the benchmarking section --- README.rst | 8 ++++---- tester_MITDB.py | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 61ae1de..db99146 100644 --- a/README.rst +++ b/README.rst @@ -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. diff --git a/tester_MITDB.py b/tester_MITDB.py index 1a08df5..1be03bb 100644 --- a/tester_MITDB.py +++ b/tester_MITDB.py @@ -1,6 +1,5 @@ import numpy as np import pandas as pd -import wfdb import _tester_utils import pathlib import os