I want to load the MIT BIH ECG format samples in R but I am having a hard time. There is a MATLAB tool for this as I have found here Load MIT-BIH Arrhythmia ECG database onto MATLAB
Is there any way to get the sample ECG files to load in R?
Thanks
I want to load the MIT BIH ECG format samples in R but I am having a hard time. There is a MATLAB tool for this as I have found here Load MIT-BIH Arrhythmia ECG database onto MATLAB
Is there any way to get the sample ECG files to load in R?
Thanks
You can try these steps:
Download Octave, which is a free open-source version of Matlab.
In Octave, use the physiotool to load the ECG data.
In Octave, save the data that you want to a .mat file with save
.
In R, use the R.Matlab package.