You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on PTB Diagnostic ECG Database and I came out with a controversy for the signals I read. I am using Python wfdb library to read the records. I realized that the milivolt (mV) range of the signals are different if i use wfdb library or if I plot it from the website (physionet ATM). I used the first 10 seconds of the record "patient015/s0152lre" as an example and here is the plot if I use wfdb:
For example, here you can see that Lead i starts from about -4.50 mV or lead aVL starts from about -3.50 mV.
However, if I want to plot the same graph from the website (physionet ATM), the result is different. The plot from the website:
For the plot from the website, It looks like each lead has an offset value to start from 0 mV. For example, the first peak in lead i goes to -3 mV in my plot but it goes a bit further than +1mV in the website plot. Which way is the better to plot the raw signal? I am not professional for analysis of ECG graphs but as far as I understand normal ECG signals are in the range of +- 1.5mV. Do i need to give an offset value for each signal so that the signal can be within this range?
The text was updated successfully, but these errors were encountered:
The plot from the PhysioBank ATM doesn't indicate where 0 mV is. Within the ATM if you select "Show samples as text" under the Toolbox dropdown you will see that the voltages align with what you are getting from the python WFDB package. Also, in the project page for this database (https://www.physionet.org/content/ptbdb/1.0.0/) it states that the range for the conversion is +/- 16.4 mV.
I am working on PTB Diagnostic ECG Database and I came out with a controversy for the signals I read. I am using Python wfdb library to read the records. I realized that the milivolt (mV) range of the signals are different if i use wfdb library or if I plot it from the website (physionet ATM). I used the first 10 seconds of the record "patient015/s0152lre" as an example and here is the plot if I use wfdb:
For example, here you can see that Lead i starts from about -4.50 mV or lead aVL starts from about -3.50 mV.
However, if I want to plot the same graph from the website (physionet ATM), the result is different. The plot from the website:
For the plot from the website, It looks like each lead has an offset value to start from 0 mV. For example, the first peak in lead i goes to -3 mV in my plot but it goes a bit further than +1mV in the website plot. Which way is the better to plot the raw signal? I am not professional for analysis of ECG graphs but as far as I understand normal ECG signals are in the range of +- 1.5mV. Do i need to give an offset value for each signal so that the signal can be within this range?
The text was updated successfully, but these errors were encountered: