Added documentation for spectrum markers dialog

pull/983/head
f4exb 2021-08-08 06:24:35 +02:00
rodzic 79c1796cfe
commit 5f83d523dc
12 zmienionych plików z 119 dodań i 2 usunięć

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 17 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 17 KiB

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 6.1 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 7.1 KiB

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 18 KiB

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 15 KiB

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 15 KiB

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -487,6 +487,10 @@ The server only sends data. Control including FFT details is done via the REST A
</table>
<h4>3B.7. Spectrum markers dialog</h4>
Opens the [spectrum markers dialog](spectrummarkers.md)
<h3>3C. Spectrum display control line 3</h3>
![Spectrum GUI C](../doc/img/MainWindow_spectrum_gui_C.png)
@ -951,6 +955,10 @@ A status line is displayed at the left of the top margin. It displays the follow
![Spectrum Markers](../doc/img/Spectrum_Markers.png)
Note that spectrum markers appear only when spectrum display is active (shoes data)
The spectrum markers can be set either with the mouse as explained next or with the [spectrum markers dialog](spectrummarkers.md) that can be opened with the markers button (3B.7).
Use Shift and mouse left click to set a new marker. There is a maximum of two markers with a different status:
- The first marker will display frequency (2) and power (1) or time (5) on the scale side of the view. Frequency units are the same as displayed in the frequency scale.
- The second marker will display frequency difference (3 or 6) and power difference (4) or time difference (7) from the first marker on the opposite side of the scales. Difference values may be suffixed with a multiplier character.
@ -969,8 +977,6 @@ Values may be suffixed by a multiplier character:
Use mouse right click anywhere in the view to remove the last entered marker. Use shift and mouse right click to remove all markers.
Any change in the spectrum settings is not reflected in the markers. You have to clear them and make a new measurement if any critical setting of the spectrum is changed.
<h4>Mouse scroll wheel</h4>
![Spectrum Mousewheel](../doc/img/MainWindow_spectrum_mousewheel.png)

Wyświetl plik

@ -0,0 +1,111 @@
<h1>Spectrum markers management</h1>
The spectrum markers are controlled with this dialog. Note that spectrum markers will effectively show on the spectrum display only when it is active (shows some data).
<h2>General interface</h2>
![Spectrum Markers dialog](../doc/img/Spectrum_Markers_dialog.png)
<h3>1. Sub-dialog selection</h3>
The complete dialog is split into tabs:
- **Hist** for histogram (spectrum line) markers
- **Wat** for waterfall markers
<h3>2. Markers set selection</h3>
This lets you selects which markers are displayed
- **None**: no markers are displayed
- **Spec**: spectrum markers are displayed
<h2>Histogram markers tab</h2>
![Spectrum Markers histogram dialog](../doc/img/Spectrum_Markers_dialog_hist.png)
<h3>1. Marker frequency</h3>
Use this frequency dial to set the marker frequency in Hz
<h3>2. Center marker frequency</h3>
Push this button to move the marker at the center of the spectrum
<h3>3. Marker color</h3>
The marker color is displayed here. You can click on the square to open a standard color selection dialog to select the marker color. Note that it selects the color of the text display of the marker the crosshairs remain in white color.
<h3>4. Marker show</h3>
Toggles marker display on the spectrum
<h3>5. Marker selection</h3>
Turn the dial button to select the marker being set up. The index of the marker appears at left.
<h3>6. Swap marker with reference marker (index 0)<h3>
Push this button to swap the current marker with marker at index 0. The marker at index 0 is the reference marker. Note that the colors are not swapped so that the marker color is associated to its index and not the marker itself.
<h3>7. Add/Remove marker</h3>
- Press the "+" button to add a new marker with a maximum of 4 markers.
- Press the "-" button to remove the current marker. When reference marker (index 0) is removed the marker at index 1 if it exists replaces it and thus is made the reference marker.
<h3>8. Power hold reset</h3>
When the power max hold is selected (9) this button resets the max hold
<h3>9. Marker type</h3>
This combo lets you select the type of marker:
- **Man**: manual power set. The value is set with the next control (10)
- **Cur**: current power. The marker will move according to the current power at the marker frequency
- **Max**: max hold. The marker will move according to the maximum power at the marker frequency. Use button (8) to reset.
<h3>10. Manual (fixed) power</h3>
Use this slider to adjust the power position of the marker. The units are in dB irrespective of the linear or log set of the spectrum display.
<h2>Waterfall markers tab</h2>
![Spectrum Markers waterfall dialog](../doc/img/Spectrum_Markers_dialog_wat.png)
<h3>1. Marker frequency</h3>
Use this frequency dial to set the marker frequency in Hz
<h3>2. Center marker frequency</h3>
Push this button to move the marker at the center of the spectrum
<h3>3. Marker color</h3>
The marker color is displayed here. You can click on the square to open a standard color selection dialog to select the marker color. Note that it selects the color of the text display of the marker the crosshairs remain in white color.
<h3>4. Marker show</h3>
Toggles marker display on the spectrum
<h3>5. Marker selection</h3>
Turn the dial button to select the marker being set up. The index of the marker appears at left.
<h3>6. Swap marker with reference marker (index 0)<h3>
Push this button to swap the current marker with marker at index 0. The marker at index 0 is the reference marker. Note that the colors are not swapped so that the marker color is associated to its index and not the marker itself.
<h3>7. Add/Remove marker</h3>
- Press the "+" button to add a new marker with a maximum of 4 markers.
- Press the "-" button to remove the current marker. When reference marker (index 0) is removed the marker at index 1 if it exists replaces it and thus is made the reference marker.
<h3>8. Time mantissa</h3>
The time mark of the marker is given in seconds by mantissa M and exponent E so that t(s) = M &times; 10<sup>E</sup>. This part controls the mantissa component M that appears on the left. The slider lets you control the decimal part from .000 to .999 and the dial button the integer part from 0 to 9.
<h3>9. Time exponent</h3>
This slider lets you control the exponent part E of the time mark so that t(s) = M &times; 10<sup>E</sup>. The value in exponential notation appears on the left.