diff options
Diffstat (limited to 'gui/templates/modulator.html')
-rw-r--r-- | gui/templates/modulator.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gui/templates/modulator.html b/gui/templates/modulator.html index 2cd5765..07e7a82 100644 --- a/gui/templates/modulator.html +++ b/gui/templates/modulator.html @@ -30,6 +30,14 @@ along with ODR-DabMod. If not, see <http://www.gnu.org/licenses/>. <div class="panel-group"> <div class="panel panel-default"> <div class="panel-body"> + <h3>Gain</h3> + <div class="form-group"> + <label for="digitalgain">Digital Gain:</label> + <input type="text" class="form-control" id="digitalgain"> + <button type="button" class="btn btn-sm btn-info" id="setdigitalgain">Set</button> + </div> + </div> + <div class="panel-body"> <h3>OFDM Windowing</h3> <div class="form-group"> <label for="windowlength">Window length:</label> |