Some partially completed additions to User Guide.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5505 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2015-06-02 23:55:17 +00:00
parent 53e31668e7
commit b6a887e9aa
5 changed files with 33 additions and 11 deletions

View File

@ -1,16 +1,16 @@
// Status=review // Status=review
.Wide Graph Settings:
- Set *Bins/Pixel* = 7
- Adjust the width of the Wide Graph window so that the upper
frequency limit is approximately 4000 Hz.
.Main Window: .Main Window:
- Select *JT9+JT65* on the *Mode* menu. - Select *JT9+JT65* on the *Mode* menu.
- Toggle the *Tx mode* button to read *Tx JT65*, and set the Tx and Rx - Toggle the *Tx mode* button to read *Tx JT65*, and set the Tx and Rx
frequencies to 1718 Hz. frequencies to 1718 Hz.
- Double-click on *Erase* to clear both text windows. - Double-click on *Erase* to clear both text windows.
.Wide Graph Settings:
- Set *Bins/Pixel* = 7
- Adjust the width of the Wide Graph window so that the upper
frequency limit is approximately 4000 Hz.
.Open a Wave File: .Open a Wave File:
- Select *File | Open* and navigate to +...\save\samples\130610_2343.wav+. - Select *File | Open* and navigate to +...\save\samples\130610_2343.wav+.

View File

@ -2,7 +2,7 @@
- Click the *Stop* button on the main window to halt any data acquisition. - Click the *Stop* button on the main window to halt any data acquisition.
- Select *JT9* from the *Mode* menu and *Deepest* from the *Decode* menu. - Select *JT9* from the *Mode* menu and *Deep* from the *Decode* menu.
- Set the audio frequencies to *Tx 1224 Hz* and *Rx 1224 Hz*. You - Set the audio frequencies to *Tx 1224 Hz* and *Rx 1224 Hz*. You
can type numbers directly into these controls, as well as using their can type numbers directly into these controls, as well as using their

View File

@ -2,7 +2,7 @@
- *Bins/Pixel* = 4 - *Bins/Pixel* = 4
- *JT65 .... JT9* = 2500 - *JT65 .... JT9* = 2500
- *Start* = 200 - *Start* = 200 Hz
- *N Avg* = 5 - *N Avg* = 5
- *Zero* = 0 - *Zero* = 0
- *Gain* = 0 - *Gain* = 0

View File

@ -1 +1,19 @@
To be added ... .Main Window
- Select *WSPR-2* from the *Mode* menu and. The main window will
reconfigure itself by removing some controls not used in WSPR mode.
You may wish to use the mouse change the width and height of the
window accordingly.
- Select *Tab 3* (below the *Decode* button).
.Wide Graph Settings
- *Bins/Pixel* = 2
- *Start* = 1000 Hz
- *N Avg* = 10
- *Flatten* = checked
- Select *Cumulative* for data display.
- Use the mouse to adjust the width of the *Wide Graph* so its upper
frequency limit is about 2000 Hz.

View File

@ -111,13 +111,17 @@ include::tutorial-main-window.adoc[]
include::tutorial-wide-graph-settings.adoc[] include::tutorial-wide-graph-settings.adoc[]
[[TUT_EX1]] [[TUT_EX1]]
=== Sample File 1 === JT9 Mode
include::tutorial-example1.adoc[] include::tutorial-example1.adoc[]
[[TUT_EX2]] [[TUT_EX2]]
=== Sample File 2 === JT9+JT65 Mode
include::tutorial-example2.adoc[] include::tutorial-example2.adoc[]
[[TUT_WSPR]]
=== WSPR Mode
include::tutorial-wspr.adoc[]
[[TUT_VHF]] [[TUT_VHF]]
=== VHF and Up === VHF and Up
include::tutorial-vhf.adoc[] include::tutorial-vhf.adoc[]