diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index f5c4c926e..dd323cfb2 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -22,6 +22,7 @@ set (UG_SRCS controls-functions-status-bar.adoc controls-functions-wide-graph.adoc cooperating-programs.adoc + decoded_lines.adoc faq.adoc font-sizes.adoc install-from-source.adoc diff --git a/doc/user_guide/en/decoded_lines.adoc b/doc/user_guide/en/decoded_lines.adoc new file mode 100644 index 000000000..d52cfd75c --- /dev/null +++ b/doc/user_guide/en/decoded_lines.adoc @@ -0,0 +1,36 @@ +Displayed information accompanying decoded messages generally includes UTC, +signal-to-noise ratio in dB, time offset DT in seconds, and +audio frequency in Hz. Some modes include additional information such +as frequency offset from nominal (DF), frequency drift (Drift or F1), +or distance (km or mi). + +There may also be some cryptic characters with special meanings +summarized in the following Table: + +[[DECODED_LINES_TABLE]] +.Notations used on decoded text lines +[width="50%",cols="h,3*^",frame=topbot,options="header"] +|===================================== +|Mode |Mode character|Sync character|End of line information +|JT4 | $ | *, # | fM, dMC +|JT9 | @ | | +|JT65 | # | | +|JT65 VHF| # | *, # | fM, dMC +|QRA64 | : | * | R +|ISCAT | | * | N L A T +|MSK144 | & | | N +|===================================== +Sync character:: + - Normal sync * + - Alternate sync # + +End of line information:: + - Franke-Taylor or Fano algorithm: f + - Deep search algorithm: d + - Number of Rx intervals or frames averaged: M + - Confidence indicator: C + - QRA64 _a priori_ return code: R + - Message length (characters): N + - Lowest confidence (0-10): L + - Number of frames averaged: A + - Length of analyzed region (s): T \ No newline at end of file diff --git a/doc/user_guide/en/wsjtx-main.adoc b/doc/user_guide/en/wsjtx-main.adoc index c42943884..e8c38c3a6 100644 --- a/doc/user_guide/en/wsjtx-main.adoc +++ b/doc/user_guide/en/wsjtx-main.adoc @@ -145,6 +145,10 @@ include::vhf-features.adoc[] == WSPR Mode include::wspr.adoc[] +[[DECODED_LINES]] +== Decoded Lines +include::decoded_lines.adoc[] + [[COMMAND_REF]] == On-Screen Controls