summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorf4exb <f4exb06@gmail.com>2020-07-06 13:52:41 +0200
committerf4exb <f4exb06@gmail.com>2020-07-06 13:52:41 +0200
commitb486b1dda7638b6e6ac9743fe00dc096712da4aa (patch)
tree5cf4d090feed69958327b636000d075492c93a5b
parentd2396d1f3d7d2a57960e45d91c6353659b562b78 (diff)
GLScope and GLSpectrum: updated documentationv5.7.8
-rw-r--r--plugins/channelrx/chanalyzer/readme.md8
-rw-r--r--sdrgui/readme.md22
2 files changed, 21 insertions, 9 deletions
diff --git a/plugins/channelrx/chanalyzer/readme.md b/plugins/channelrx/chanalyzer/readme.md
index c25b28b90..d41a5a4b7 100644
--- a/plugins/channelrx/chanalyzer/readme.md
+++ b/plugins/channelrx/chanalyzer/readme.md
@@ -453,10 +453,10 @@ Markers can be set on the X and Y individual views. This does not apply to the X
![Channel Analyzer markers](../../../doc/img/ChAnalyzerNG_plugin_scope4.png)
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 (A) will display time (2) and value on the scale side of the view (1). Value units are whatever corresponds to the trace type and is suffixed by a multiplier character (see next). Time units are in seconds suffixed by a multiplier character
- - The second marker (B) will display time difference (3) and value difference (4) with the first marker on the opposite side of the scales. Displayed values are suffixed by a multiplier character.
+ - The first marker (A) will display time (2) and value on the scale side of the view (1). Value units are whatever corresponds to the trace type and is suffixed with a multiplier character (see next). Time units are in seconds suffixed with a multiplier character
+ - The second marker (B) will display time difference (3) and value difference (4) with the first marker on the opposite side of the scales. Displayed values are suffixed with a multiplier character.
-Displayed values are suffixed by a multiplier character:
+Displayed values are suffixed with a multiplier character:
- **p**: pico (times 1e-12)
- **n**: nano (times 1e-9)
- **u**: micro (times 1e-6)
@@ -467,3 +467,5 @@ Displayed values are suffixed by a multiplier character:
- **G**: giga (times 1e9)
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 trace settings is not reflected in the markers. You have to clear them and make a new measurement if any critical setting of the trace is changed. \ No newline at end of file
diff --git a/sdrgui/readme.md b/sdrgui/readme.md
index 2f1e07d7c..0cb3b13f9 100644
--- a/sdrgui/readme.md
+++ b/sdrgui/readme.md
@@ -897,15 +897,25 @@ The spectrum display is controlled by the display control (4).
![Spectrum Markers](../doc/img/Spectrum_Markers.png)
-Left click while pressing the Shift key in the spectrum or waterfall window to set the markers. Right click in the same window to remove the last entered marker.
+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.
-There is a maximum of two markers on each window with a different status:
- - the legend of the first marker is the frequency (2) and power (1) or delay (5). The frequency legend appears on the spectrum side closest to the frequency rule.
- - the legend of the second marker is the frequency difference with the first marker (3 or 6) and the difference in power (4) or time (7). It appears on the spectrum opposite side of the corresponding first marker legend.
+Base units are Hz for frequency difference and seconds for time. Power is expressed either in dB or plain value depending on the linear or log setting for the spectrum display.
-Frequency difference units are Hz suffixed with a multiplier suffix k, M or G for kHz, MHz or GHz respectively.
+Values may be suffixed by a multiplier character:
+ - **p**: pico (times 1e-12)
+ - **n**: nano (times 1e-9)
+ - **u**: micro (times 1e-6)
+ - **m**: milli (times 1e-3)
+ - no character: no change (times one)
+ - **k**: kilo (times 1e3)
+ - **M**: mega (times 1e6)
+ - **G**: giga (times 1e9)
-Time units are seconds suffixed with a divisor suffix m, u, n, p for ms, us, ns or ps respectively.
+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.
<h3>8. Status</h3>