From d5cbe10c0e2298b0e40161607a3da158249bdb82 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 4 Dec 2018 10:18:33 +0100 Subject: Move python stuff to folder --- python/gui/templates/about.html | 65 ++++++++++++++++++++++++ python/gui/templates/body-nav.html | 39 +++++++++++++++ python/gui/templates/head.html | 25 ++++++++++ python/gui/templates/home.html | 35 +++++++++++++ python/gui/templates/modulator.html | 73 +++++++++++++++++++++++++++ python/gui/templates/predistortion.html | 88 +++++++++++++++++++++++++++++++++ python/gui/templates/rcvalues.html | 48 ++++++++++++++++++ 7 files changed, 373 insertions(+) create mode 100644 python/gui/templates/about.html create mode 100644 python/gui/templates/body-nav.html create mode 100644 python/gui/templates/head.html create mode 100644 python/gui/templates/home.html create mode 100644 python/gui/templates/modulator.html create mode 100644 python/gui/templates/predistortion.html create mode 100644 python/gui/templates/rcvalues.html (limited to 'python/gui/templates') diff --git a/python/gui/templates/about.html b/python/gui/templates/about.html new file mode 100644 index 0000000..3a05230 --- /dev/null +++ b/python/gui/templates/about.html @@ -0,0 +1,65 @@ + + + + + + +{% include 'head.html' %} + + + {% include 'body-nav.html' %} + +
+
+

About

+

ODR-DabMod by Opendigitalradio

+

Authors

+
    +
  • Pascal Charest
  • +
  • Matthias P. Braendli
  • +
  • Jörgen Scott
  • +
  • Sergiy
  • +
  • Andreas Steger
  • +
+

Web interface by Matthias P. Braendli and Yoann Queret.

+

Please see TODOs in the README.md

+
+
+

Contributions

+

Please get in touch with the developers of this web interface + through the crc-mmbTools google group or through + the GitHub repository. +

+
+

Licence

+

+ ODR-DabMod is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
+
+ ODR-DabMod is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License along with ODR-DabMod. If not, see http://www.gnu.org/licenses/
+

+
+
+ + + + diff --git a/python/gui/templates/body-nav.html b/python/gui/templates/body-nav.html new file mode 100644 index 0000000..f403619 --- /dev/null +++ b/python/gui/templates/body-nav.html @@ -0,0 +1,39 @@ +
+ +
diff --git a/python/gui/templates/head.html b/python/gui/templates/head.html new file mode 100644 index 0000000..cdf1654 --- /dev/null +++ b/python/gui/templates/head.html @@ -0,0 +1,25 @@ + + + + + ODR-DabMod + + + + + + + + + + {% for jsurl in js %} + + {% endfor %} + {% for cssurl in css %} + + {% endfor %} + + + + + diff --git a/python/gui/templates/home.html b/python/gui/templates/home.html new file mode 100644 index 0000000..5cb29f8 --- /dev/null +++ b/python/gui/templates/home.html @@ -0,0 +1,35 @@ + + + + + +{% include 'head.html' %} + + + {% include 'body-nav.html' %} + +
+
+

Opendigitalradio

ODR-DabMod Interface

+
+
+ + diff --git a/python/gui/templates/modulator.html b/python/gui/templates/modulator.html new file mode 100644 index 0000000..6deffb1 --- /dev/null +++ b/python/gui/templates/modulator.html @@ -0,0 +1,73 @@ + + + + + +{% include 'head.html' %} + + + {% include 'body-nav.html' %} + +
+
+
+
+

Gain

+
+ + + +
+
+
+

OFDM Windowing

+
+ + + +
+
+
+

CFR

+
+
+ +
+ + + + + + + + + +
+
+
+ +
+ +
+ + diff --git a/python/gui/templates/predistortion.html b/python/gui/templates/predistortion.html new file mode 100644 index 0000000..2ebf7ea --- /dev/null +++ b/python/gui/templates/predistortion.html @@ -0,0 +1,88 @@ + + + + + +{% include 'head.html' %} + + + {% include 'body-nav.html' %} + +
+
+
+
Calibration
+
+
Calibration needs to be done once before the PA model + can be trained. Every time calibration is changed, the predistortion + parameters are invalidated!
+ + +
Calibration results:N/A
+
+
+
+
Capture TX and RX frames
+
+
+ + +
+
+ +
+
+
+ + +
+
+ + diff --git a/python/gui/templates/rcvalues.html b/python/gui/templates/rcvalues.html new file mode 100644 index 0000000..c1786bc --- /dev/null +++ b/python/gui/templates/rcvalues.html @@ -0,0 +1,48 @@ + + + + + +{% include 'head.html' %} + + + {% include 'body-nav.html' %} + +
+
+

RC Values

+ + + + + + + + + + +
RC entryValueHelp
+
+ + +
+ + -- cgit v1.2.3