Add correlation marker modes
This commit is contained in:
+9
-1
@@ -534,9 +534,17 @@
|
||||
</select>
|
||||
<small>Kontinuierliche DSP-Integration; unabhängig von Bildrate und ALSA-Periode.</small>
|
||||
</div>
|
||||
<div class="opt"><label>Korrelations-Negativmarker</label>
|
||||
<select id="opt_corrNegativeMarkerMode">
|
||||
<option value="memory">Memory</option>
|
||||
<option value="hold">Hold (4 Sekunden)</option>
|
||||
<option value="off">Off</option>
|
||||
</select>
|
||||
<small>Memory bleibt bis zum Zurücksetzen stehen; Hold speichert die negativste Anzeige vier Sekunden.</small>
|
||||
</div>
|
||||
<div class="opt">
|
||||
<button id="opt_corrResetPeak" type="button">Negativspitze zurücksetzen</button>
|
||||
<small>Setzt den Negative-Peak-Memory auf 0 zurück; der rote Marker verschwindet.</small>
|
||||
<small>Setzt den gespeicherten Negativmarker zurück. Im Modus Off bleibt der Marker ausgeblendet.</small>
|
||||
</div>
|
||||
<div class="opt"><label>Goniometer Display Gain (dB)</label>
|
||||
<input id="opt_goniGain" type="range" min="-35" max="35" step="5"><span id="val_goniGain"></span>
|
||||
|
||||
Reference in New Issue
Block a user