diff --git a/html/hbs.html b/html/hbs.html deleted file mode 100644 index 4a2290d..0000000 --- a/html/hbs.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - -
-

Лабораторная работа *НАЗВАНИЕ*

-

Высокочувствительный оптодатчик ADPD2214

-

Применяется для измерения пульса, расчета фотоплетизмограммы. Низкое энергопотребление, а также управляемое выключение - этого электроприбора позволяет использовать его в портативных устройствах. -

-

Также применяется в химическом анализе. Частота обновления графика - 1 раз в двадцать секунд. Данные с сенсора снимаются - с частотой в 20Hz.

- - - Браузер устарел! - - - - - -
- -
- - - - - - \ No newline at end of file diff --git a/lib/FFT.zip b/lib/FFT.zip deleted file mode 100644 index bcc9857..0000000 Binary files a/lib/FFT.zip and /dev/null differ diff --git a/src/Graph.cpp b/src/Graph.cpp index f6951e1..14acfde 100644 --- a/src/Graph.cpp +++ b/src/Graph.cpp @@ -4,7 +4,6 @@ Graph::Graph (int graphSize, int graphUpdateRate) { this->size = graphSize; this->updateRate = graphUpdateRate; // Раз в секунду array = new int[size]; - fft = new int[size/2]; source = new int[size]; counter = 0; } \ No newline at end of file diff --git a/src/Graph.h b/src/Graph.h index b0f3f2a..f92fcc6 100644 --- a/src/Graph.h +++ b/src/Graph.h @@ -3,7 +3,6 @@ class Graph { int size; int updateRate; int * array; - int * fft; int * source; int counter; diff --git a/src/html.h b/src/html.h index d4b7b8f..84deb7c 100644 --- a/src/html.h +++ b/src/html.h @@ -133,17 +133,7 @@ static int getHtml(parts p, char &adr, uint16_t buf_size, uint16_t bias) switch (p) { case HTML_BEGIN: - html_part = html_begin; - break; - // case HTML_END: - // html_part = html_end; - // break; - // case STYLE: - // html_part = style; - // break; - // case SCRIPT: - // html_part = script; - // break; + html_par case ACC_CALIBRATE: html_part = acc_calibrate; break;