![]() |
![]()
| ![]() |
![]()
NAMEjt65code, jt9code, jt4code, qra64code, ft8code, msk144code - Weak signal communications encoding support utilities. SYNOPSISjt65code "MESSAGE" jt65code [OPTIONS] jt9code "MESSAGE" jt9code [OPTIONS] jt4code "MESSAGE" jt4code [OPTIONS] qra64code "MESSAGE" qra64code [OPTIONS] ft8code "MESSAGE" ft8code [OPTIONS] OPTIONS-t Prints a selection of messages alongside their
corresponding decoded form and types. With ft8code prints a selection
of short format messages
-T As -T but for ft8code prints long format
messages.
DESCRIPTIONjt65code, jt9code, jt4code, and ft8code are utility programs that let you explore the conversion of user-level messages into channel symbols or “tone numbers.” These programs can be useful to someone designing a beacon generator for JT9 or JT65, or for studying behavior of the error-control codes for each of the protocols. Channel-symbol values for JT9 run from 0 to 8, with 0 representing the sync tone. The total number of symbols in a transmitted message is 85. To run jt9code, enter the program name followed by a JT9 message enclosed in quotes. In Windows the command and program output might look like this: $ jt9code "G0XYZ K1ABC FN42" Message: G0XYZ K1ABC FN42 Channel symbols: For the corresponding program jt65code only the information-carrying channel symbols are shown, and the symbol values range from 0 to 63. Sync synbols lie two tone intervals below data tone 0, and the sequential locations of sync symbols are described in the JT65 Protocol section of this Guide. A typical execution of jt65code is shown below. The program displays the packed message of 72 bits, shown here as 12 six-bit symbol values, followed by the channel symbols: $ jt65code "G0XYZ K1ABC FN42" Message: G0XYZ K1ABC FN42 Packed message, 6-bit symbols: 61 36 45 30 3 55 3 2 14 5 33 40 Information-carrying channel symbols: For an illustration of the power of the strong error-control coding in JT9, JT65 and JT4, try looking at the channel symbols after changing a single character in the message. For example, change the grid locater from FN42 to FN43 in the JT65 message: $ jt65code "G0XYZ K1ABC FN43" Message: G0XYZ K1ABC FN43 Packed message, 6-bit symbols: 61 36 45 30 3 55 3 2 14 5 33 41 Information-carrying channel symbols: You will discover that every possible JT65 message differs from every other possible JT65 message in at least 52 of the 63 information-carrying channel symbols. $ qra64code "G0XYZ K1ABC FN43" $ msk144code "G0XYZ K1ABC FN43" $ ft8code "G0XYZ K1ABC FN43" WSJT-X home page https://www.physics.princeton.edu/pulsar/K1JT/wsjtx.html
WSJT-X User’s Guide https://www.physics.princeton.edu/pulsar/K1JT/wsjtx-doc/wsjtx-main-2.5.4.html
AUTHORJoe Taylor, K1JT. COPYINGjt65code, jt9code, jt4code, and ft8code are Copyright © 2001 - 2020 by Joseph H. Taylor, Jr., K1JT, with contributions from additional authors. WSJT-X is Open Source software, licensed under the GNU General Public License (GPLv3). These programs are distributed in the hope that they will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|