Description Usage Arguments Details
Read the ECG records contained in the ecgX_raw.bin files and outputs a dataframe with columns for each of the three ECG leads. Sampled at 250 Hz.
NOTE: This is raw ECG data. Nothing is currently done with values greater than 32676 - in the matlab scripts they seem to be set to 0.
1 |
dirname |
The path to the directory containing the ecgX_raw.bin files (assumes bat_adc.txt is in the same directory). |
recordType |
The type of recorded signal to read - "raw" (data only high-pass filtered at 0.3Hz) or "filtered" (data further low-passs filtered at 40Hz). Defaults to "raw". |
Returns the start and end of measurement as an attribute measurementStart and measurementEnd.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.