Fix RTA peak hold and FFT band energy
This commit is contained in:
+1
-5
@@ -389,16 +389,12 @@
|
||||
<option value="auto" selected>Auto</option>
|
||||
<option value="manual">Manuell</option>
|
||||
</select>
|
||||
<small>Peak-Hold Verhalten</small>
|
||||
<small>Auto gibt den Peak nach 2,5 oder 4 Sekunden direkt auf den aktuellen Messwert frei; Manuell hält bis zum Reset.</small>
|
||||
</div>
|
||||
<div class="opt"><label>Hold Time (s)</label>
|
||||
<input id="opt_rtaHoldTime" type="number" min="0" max="30" step="0.5" style="width:110px">
|
||||
<small>Dauer der Hold-Anzeige</small>
|
||||
</div>
|
||||
<div class="opt"><label>Hold Decay (dB/s)</label>
|
||||
<input id="opt_rtaDecay" type="number" min="1" max="60" step="1" style="width:110px">
|
||||
<small>Abfall des Hold-Peaks</small>
|
||||
</div>
|
||||
<div class="opt"><label>Display Hold (s)</label>
|
||||
<input id="opt_rtaDisplayHold" type="number" min="0" max="5" step="0.1" style="width:110px">
|
||||
<small>Zusatzhalt für Anzeige</small>
|
||||
|
||||
Reference in New Issue
Block a user