ECG_Class module¶
-
class
ECG_Class.ECG_Class(filename, avemins=1, outName='_output.txt', lowerThresh=60, upperThresh=100)[source]¶ Bases:
objectThis class treats a file containing ECG data as an object
It has many associated methods that process and display this data
Parameters: - filename (string) – the name of the csv file with the ECG data
- avemins (double or int) – number of minutes to compute the average heart rate
- outName (string) – name of output file
- lowerThresh (double or int) – lower threshold for bradycardia
- upperThresh (double or int) – upper threshold for tachycardia