mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-02 14:12:27 -04:00
------------------------------------------------------------------------ r7997 | k1jt | 2017-08-03 19:18:34 +0100 (Thu, 03 Aug 2017) | 2 lines More User Guide updates. ------------------------------------------------------------------------ r7998 | bsomervi | 2017-08-04 19:03:54 +0100 (Fri, 04 Aug 2017) | 5 lines Optimize decoded text display to limit heap usage Decoded text line now use considerably less heap memory as they accumulate. This change also limits the maximum number of decode lines saved per session to 5000. ------------------------------------------------------------------------ r7999 | k1jt | 2017-08-04 19:07:23 +0100 (Fri, 04 Aug 2017) | 1 line Text and figs for User Guide on Frequency Calibration. Still need same for Reference Spectrum and Equalization. ------------------------------------------------------------------------ r8000 | bsomervi | 2017-08-04 23:00:20 +0100 (Fri, 04 Aug 2017) | 1 line Add missing MOC generated source include ------------------------------------------------------------------------ r8001 | bsomervi | 2017-08-04 23:00:35 +0100 (Fri, 04 Aug 2017) | 1 line Remove \r and \n from process stdout so Windows looks like everthing else ------------------------------------------------------------------------ git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.8@8002 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
51 lines
2.0 KiB
Plaintext
51 lines
2.0 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.
|
|
|
|
- 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.
|
|
|
|
IMPORTANT: When finished with this Tutorial, don't forget to re-enter
|
|
your own callsign as *My Call* on the *Settings | General* tab.
|