mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-31 21:22:27 -04:00
------------------------------------------------------------------------ r8052 | k1jt | 2017-08-31 16:04:12 +0100 (Thu, 31 Aug 2017) | 1 line Additions and corrections to User Guide. ------------------------------------------------------------------------ r8053 | k1jt | 2017-08-31 20:22:44 +0100 (Thu, 31 Aug 2017) | 2 lines Update the text for some keyboard shortcuts. ------------------------------------------------------------------------ r8054 | k1jt | 2017-08-31 21:16:38 +0100 (Thu, 31 Aug 2017) | 2 lines Fix a comment in ft8_decode.f90. ------------------------------------------------------------------------ r8055 | k1jt | 2017-08-31 21:23:18 +0100 (Thu, 31 Aug 2017) | 2 lines A few more User-Guide updates. ------------------------------------------------------------------------ r8056 | bsomervi | 2017-09-01 06:11:57 +0100 (Fri, 01 Sep 2017) | 15 lines Many improvements to decode double click and auoto-sequencing behaviour Double-clicks on 73 messages fixed. Fixed issue with incorrect decode being selected by double-click. Refined auto-sequencing sign off handling, any 73 or rr73 free text near Rx or Tx frequency taken as a 73 from QSO partner but if a standard message then must be from QSO partner. Moved functionality from MainWindow to DecodedText class. More efficient picking of messages from decoded text windows by extracting the text block directly. Tighten up use of RR73 and skipping Tx1, these are now disabled for relevant compound calls where they would break the QSO exchange. ------------------------------------------------------------------------ git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.8@8057 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
59 lines
2.4 KiB
Plaintext
59 lines
2.4 KiB
Plaintext
// Status=review
|
|
.Main Window:
|
|
- Select *FT8* on the *Mode* menu.
|
|
- Set Tx and Rx frequencies to 1200 Hz.
|
|
- Double-click on *Erase* to clear both text windows.
|
|
|
|
.Wide Graph Settings:
|
|
|
|
- *Bins/Pixel* = 4, *Start* = 200 Hz, *N Avg* = 2
|
|
- Adjust the width of the Wide Graph window so that the upper
|
|
frequency limit is approximately 2600 Hz.
|
|
|
|
.Open a Wave File:
|
|
|
|
- Select *File | Open* and navigate to
|
|
+...\save\samples\FT8\170709_135615.wav+. The waterfall and decoded
|
|
text window should look something like the following screen shots:
|
|
|
|
[[X15]]
|
|
image::170709_135615.wav.png[align="left",alt="Wide Graph Decode 170709_135615"]
|
|
|
|
image::ft8_decodes.png[align="left"]
|
|
|
|
- Click with the mouse anywhere on the waterfall display. The green Rx
|
|
frequency marker will jump to your selected frequency, and the Rx
|
|
frequency control on the main window will be updated accordingly.
|
|
|
|
- Do the same thing with the Shift key held down. Now the red Tx
|
|
frequency marker and its associated control on the main window will
|
|
follow your frequency selections.
|
|
|
|
- Do the same thing with the Ctrl key held down. Now the both colored
|
|
markers and both spinner controls will follow your selections.
|
|
|
|
- Double-clicking at any frequency on the waterfall does all the
|
|
things just described and also invokes the decoder in a small range
|
|
around that frequency. To decode a particular signal, double-click
|
|
near the left edge of its waterfall trace.
|
|
|
|
- Now double-click on any of the the lines of decoded text in the main
|
|
window. Unless you have *My Call* set to K1JT or KY7M on the
|
|
*Settings -> General* tab, all three lines will show the same
|
|
behavior, setting both RxFreq and TxFreq to the frequency of the
|
|
selected message. However, if MyCall is set to K1JT then clicking on
|
|
a message directed to K1JT will move only the Rx frequency setting.
|
|
This behavior is desirable so that you will not inadvertently change
|
|
your Tx frequency to that of a tail-ender who called you somewhere
|
|
else in the FT8 subband.
|
|
|
|
NOTE: The FT8 decoder can often copy several overlapping signals at
|
|
nearly the same frequency. However, in crowded band conditions you
|
|
will often find it advantageous to move off the frequency of the
|
|
station you are calling. Keyboard shortcuts *Shift+F11* and
|
|
*Shift+F12* provide an easy way to move your Tx frequency in 60 Hz
|
|
steps.
|
|
|
|
IMPORTANT: When finished with this Tutorial, don't forget to re-enter
|
|
your own callsign as *My Call* on the *Settings | General* tab.
|