- Download Virtual Box
Virtual box is a machine virtualizer that we will use to set up a box that will be used to compile and use the physionet toolbox.
Download from: Link
-
Download the iso from Ubuntu (or Lubuntu)
-
Open a console and execute
- sudo apt-get install gcc libcurl4-openssl-dev perl make
-
Install wfdb (following link: http://physionet.org/physiotools/wfdb-linux-quick-start.shtml) some commands need sudo powers.
-
Test the download of a signals with:
- rdsamp -r mitdb/100 >100.txt
We are asking for the full datset caled 100 on the mitdb to be saved on a local file "100.txt".