instHR (int) output from function providing instantaneous heartrate rounded to nearest BPM
avgHR (int) output from function providing average heartrate rounded to nearest BPM
brady (int or array) output from function determining seconds when bradycardia is determined
tachy (int or array) output from function determining seconds when tachycardia is determined
Option 2
ecgAnalysis (array) output from ECG analysis functions arranged into a single array
Output:
ecgAnalysis (.txt file) text file which summarizes the results from the ECG analysis
Need to ensure output fxn works with the ECG analysis
Need to ensure script meets specs below:
In a text output file, your program should save:
∗Estimated instantaneous heart rate.
∗Estimated average heart rate over a user-specified number of minutes.
∗Indicate when brady- or tachycardia occured in the ECG trace.
Inputs: Option 1
Option 2
Output:
Need to ensure output fxn works with the ECG analysis
Need to ensure script meets specs below: In a text output file, your program should save: ∗Estimated instantaneous heart rate. ∗Estimated average heart rate over a user-specified number of minutes. ∗Indicate when brady- or tachycardia occured in the ECG trace.