{% extends 'base.html' %} {% block title %}Signal Extraction{% endblock %} {% block content %}

To extract the signals from the MIT-BIH Arrhythmia Database you have to define the extraction parameters


{# MIT-BIH Arrhythmia Database #}
Here goes the location of the MIT-BIH database in your file system.
{# Arrhythmia types #}
Select the arrhythmia types you want. {# Records #}
Select the records from the MIT-BIH Arrhythmia Database. {# ECG Lead #}
The channel to read the signals from.
{# Start and End of sampling #}
The starting sample number to read for all the signals.
The sample number at which to stop reading for all the signals.
{# Resulting Signal Length #}
The length of the extracted signals.
{# Filename to save the signals #}
The filename to save the extracted signals.

{% endblock %} {% block custom_scripts %} {% endblock %}