{% extends 'base.html' %} {% block title %}Get a Classifier{% endblock %} {% block content %}

Signal analysis for record {{ record_name }}


{# Arrhythmia Type #}
The arrhythmia type you want to plot.
{# Intervals with that arrhythmia #}
The interval of the full signal want to plot.

First choose the arrhythmia type you want and the select an interval, it will be plotted in the graph.

In the table below you will find how many arrhythmias were found for each type.


Arrhythmias Amount
Arrhythmias found.

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