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

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


{# Extracted signals #}
Here goes the location of the file with the ECG signals in your file system.
{# Arrhythmia types #}
Select the arrhythmia types you want to extract features from. {# Wavelet Family #}
The wavelet to transform the signals.
{# Available Signals per Arrhythmia #}
The number of available signals per arrhythmia.
{# Decomposition Level #}
The number of decomposition level for wavelet transform.
{# Filename to save the features #}
The filename to save the extracted features.

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