{% extends 'base.html' %} {% block title %}Analyze Signals{% endblock %} {% block content %}

Use the classifier you generated to analyze ECG records


{# Classifier file #}
Here goes the location of the file with the classifier in your file system.
{# MIT-BIH Arrhythmia Database #}
Here goes the location of the MIT-BIH database in your file system.
{# Record #}
The record you want to analyze.
{# ECG Lead #}
The channel to read the signals from.
{# Signal Length #}
The length of the extracted signals.
{# Arrhythmia types #}
Select the arrhythmia you used for feature extraction. {# Wavelet Family #}
The wavelet to transform the signal.
{# Decomposition Level #}
The number of decomposition level for wavelet transform.

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