Question: Write a LabVIEW program that performs the following tasks: Open the three files EKG 1 . txt , EKG 2 . txt and EKG 3
Write a LabVIEW program that performs the following tasks:
Open the three files EKG txt EKG txt and EKG txt located within. Each file contains a onedimensional array of an EKG PQRST waveform as seen below recorded at samplessecond
Programmatically find the time of S and T for each waveform.
Create a twodimensional indicator called PQRST in ms that shows the time with headers in the first row identifying the file and headers in the first column identifying the point of interest on the waveform as shown in front panel below
Graph each waveform to its own graph you do not have to match colors below, background changed to white for printing purposes
Write the twodimensional array called PQRST in ms programmatically again the program develops the file path, the user should enter nothing, and should be computerindependent to a file called PQRSTtxt in the folder Output Data.
Extra Credit:
Make the program scalable so it can open any amount of EKG.txt files to process.
: Add the following to the D array
Output PR interval in ms
Output QRS Duration in ms
Output QT Interval in ms
Clean Code, Good documentation and Good User Interface.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
