Skip to content

Commit

Permalink
Fix SUG
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-w committed Dec 5, 2023
1 parent fbb447b commit 292b25b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions guide/plg_catalogs.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1329,6 +1329,31 @@ \subsection{Satellite Properties}
groups already have the communication data filled in the default
catalog.

Abbreviations of some types of modulation:
\begin{description}
\item[APT] Automatic Picture Transmission
\item[LRPT] Low Resolution Picture Transmission
\item[HRPT] High Resolution Picture Transmission
\item[AHRPT] Advanced High Resolution Picture Transmission
\item[AX.25] Amateur Radio adaptation of X.25 packet protocol
\item[CW] Continuous Wave, Morse Code
\item[AM] Amplitude Modulation
\item[FM] Frequency Modulation
\item[DUV] Data Under Voice
\item[FSK] Frequency Shift Keying
\item[GFSK] Gaussian Frequency Shift Keying
\item[GMSK] Gaussian Minimum Shift Keying
\item[AFSK] Audio Frequency Shift Keying
\item[ASK] Amplitude-shift Keying
\item[PSK] Phase-shift Keying
\item[BPSK] Binary Phase-shift Keying
\item[QPSK] Quadrature Phase-shift Keying
\item[OQPSK] Offset Quadrature Phase-shift Keying
\item[DPSK] Differential Phase-shift Keying
\item[BOC] Binary Offset Carrier
\item[MBOC] Multiplexed Binary Offset Carrier
\end{description}

\subsection{Satellite Catalog}
\label{sec:plugins:Satellites:catalog}

Expand Down
2 changes: 1 addition & 1 deletion plugins/Satellites/src/gui/SatellitesDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ void SatellitesDialog::populateAboutPage()
html += "<li>GFSK &mdash; " + q_("Gaussian Frequency Shift Keying") + "</li>";
html += "<li>GMSK &mdash; " + q_("Gaussian Minimum Shift Keying") + "</li>";
html += "<li>AFSK &mdash; " + q_("Audio Frequency Shift Keying") + "</li>";
html += "<li>ASK &mdash; " + q_("Amplitude-shift keying") + "</li>";
html += "<li>ASK &mdash; " + q_("Amplitude-shift Keying") + "</li>";
html += "<li>PSK &mdash; " + q_("Phase-shift Keying") + "</li>";
html += "<li>BPSK &mdash; " + q_("Binary Phase-shift Keying") + "</li>";
html += "<li>QPSK &mdash; " + q_("Quadrature Phase-shift Keying") + "</li>";
Expand Down

0 comments on commit 292b25b

Please sign in to comment.