mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
User Guide edits.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7248 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
fb24784bd8
commit
a965d87721
4
astro.ui
4
astro.ui
@ -7,7 +7,7 @@
|
|||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>359</width>
|
<width>359</width>
|
||||||
<height>287</height>
|
<height>342</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
@ -160,7 +160,7 @@
|
|||||||
<item row="2" column="0" colspan="2">
|
<item row="2" column="0" colspan="2">
|
||||||
<widget class="QLabel" name="label_3">
|
<widget class="QLabel" name="label_3">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string><html><head/><body><p>Press and hold the CTRL key to adjust the sked frequency manually with the rig's VFO dial or enter directly into the band edit.</p></body></html></string>
|
<string><html><head/><body><p>Press and hold the CTRL key to adjust the sked frequency manually with the rig's VFO dial or enter frequency directly into the band entry field on the main window.</p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="textFormat">
|
<property name="textFormat">
|
||||||
<enum>Qt::AutoText</enum>
|
<enum>Qt::AutoText</enum>
|
||||||
|
@ -18,6 +18,11 @@ recognized ADIF format, for example 630m, 20m, or 70cm. The band-name
|
|||||||
format works only if a working frequency has been set for that band
|
format works only if a working frequency has been set for that band
|
||||||
and mode, in which case the first such match is selected.
|
and mode, in which case the first such match is selected.
|
||||||
|
|
||||||
|
TIP: You can also enter a frequency increment in kHz above the
|
||||||
|
currently displayed integer MHz. For example, if the displayed
|
||||||
|
frequency is 10,368.100, enter `165k` (don't forget the `k`!) to QSY
|
||||||
|
to 10,368.165.
|
||||||
|
|
||||||
* A small colored circle appears in green if the CAT control is
|
* A small colored circle appears in green if the CAT control is
|
||||||
activated and functional. The green circle contains the character S
|
activated and functional. The green circle contains the character S
|
||||||
if the rig is detected to be in *Split* mode. The circle becomes red
|
if the rig is detected to be in *Split* mode. The circle becomes red
|
||||||
|
@ -20,6 +20,12 @@ image::file-menu.png[align="left",alt="File Menu"]
|
|||||||
==== Configuration Menu
|
==== Configuration Menu
|
||||||
image::config-menu.png[align="left",alt="File Menu"]
|
image::config-menu.png[align="left",alt="File Menu"]
|
||||||
|
|
||||||
|
Many users prefer to create and use entries on the *Configurations*
|
||||||
|
menu for switching between modes. Simply *Clone* the *Default* entry,
|
||||||
|
*Rename* it as desired, and then make all desired settings for that
|
||||||
|
configuration. These settings will be restored whenever you select
|
||||||
|
that entry.
|
||||||
|
|
||||||
[[VIEW_MENU]]
|
[[VIEW_MENU]]
|
||||||
==== View Menu
|
==== View Menu
|
||||||
image::view-menu.png[align="left",alt="View Menu"]
|
image::view-menu.png[align="left",alt="View Menu"]
|
||||||
|
@ -90,7 +90,24 @@ separation is 110250/4096 = 26.92 Hz multiplied by n for JT65A, with n
|
|||||||
[[QRA64_PROTOCOL]]
|
[[QRA64_PROTOCOL]]
|
||||||
==== QRA64
|
==== QRA64
|
||||||
|
|
||||||
Still to come ...
|
QRA64 is an experimental mode intended for EME and other extreme
|
||||||
|
weak-signal applications. Its internal code was designed by IV3NWV.
|
||||||
|
The protocol uses a (63,12) Q-ary Repeat Accumulate code that is
|
||||||
|
inherently better than the Reed Solomon (63,12) code used in JT65,
|
||||||
|
yielding a 1.3 dB advantage. A new synchronizing scheme is based on
|
||||||
|
three 7 x 7 Costas arrays. This change yields another 1.9 dB
|
||||||
|
advantage. A few details of the QRA64 protocol are still subject to
|
||||||
|
change, as more experience is gained.
|
||||||
|
|
||||||
|
In most respects the current implementation of QRA64 is operationally
|
||||||
|
similar to JT65. QRA64 does not use two-tone shorthand messages, and
|
||||||
|
it makes no use of a callsign database. Rather, additional
|
||||||
|
sensitivity is gained by making use of already known information as a
|
||||||
|
QSO progresses -- for example, when reports are being exchanged and
|
||||||
|
you have already decoded both callsigns in a previous transmission.
|
||||||
|
QRA64 presently offers no message averaging capability, though that
|
||||||
|
feature may be added. In early tests, many EME QSOs have been made
|
||||||
|
using submodes QRA64A-E on bands from 144 MHz to 10 GHz.
|
||||||
|
|
||||||
[[SLOW_SUMMARY]]
|
[[SLOW_SUMMARY]]
|
||||||
==== Summary
|
==== Summary
|
||||||
|
@ -14,7 +14,7 @@ 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\JT9+JT65\130610_2343.wav+.
|
||||||
The waterfall should look something like this:
|
The waterfall should look something like this:
|
||||||
|
|
||||||
//.130610_2343.wav Decode
|
//.130610_2343.wav Decode
|
||||||
|
@ -7,12 +7,12 @@ Short list of new features
|
|||||||
2. Newly implemented submodes: JT65B-C, JT9B-H (wide and fast).
|
2. Newly implemented submodes: JT65B-C, JT9B-H (wide and fast).
|
||||||
3. FT decoder replaces KV decoder for JT65; KVASD is no longer used.
|
3. FT decoder replaces KV decoder for JT65; KVASD is no longer used.
|
||||||
4. Improvements to JT4, JT9, and JT65 decoders.
|
4. Improvements to JT4, JT9, and JT65 decoders.
|
||||||
5. Multi-pass decoding for JT65 and WSPR.
|
5. Multi-pass decoding now implemented for JT65 as well as WSPR.
|
||||||
6. Many improvements to Rig Control.
|
6. Many improvements to Rig Control.
|
||||||
7. Improved convenience features for EME Doppler tracking.
|
7. Improved convenience features for EME Doppler tracking.
|
||||||
8. Multiple configurations can be saved and restored.
|
8. Multiple configurations can be saved and restored.
|
||||||
9. Sample-file download facility.
|
9. Sample-file download facility.
|
||||||
10. Optional auto-sequencing for "fast" modes.
|
10. Optional auto-sequencing for Fast modes.
|
||||||
11. Power settings optionally remembered for Transmit and Tune on a
|
11. Power settings optionally remembered for Transmit and Tune on a
|
||||||
band-by-band basis.
|
band-by-band basis.
|
||||||
|
|
||||||
@ -97,9 +97,10 @@ identify.
|
|||||||
Final Comments
|
Final Comments
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
Remember that you are using a pre-release version of WAJT-X. We will
|
Remember that you are using a pre-release version of WSJT-X. We will
|
||||||
be grateful for any and all reports from test users; these will surely
|
be grateful for any and all reports from test users; these will surely
|
||||||
help us to make further improvements to WSJT-X. The most helpful bug
|
help us to make further improvements to WSJT-X. The most helpful bug
|
||||||
reports describe the problem clearly and include a complete recipe to
|
reports describe the problem clearly and include a complete recipe to
|
||||||
reproduce it. Feature requests are also welcome. Send your reports
|
reproduce it. Feature requests are also welcome. Send your reports
|
||||||
to wsjtgroup@yahoogroups.com.
|
to wsjtgroup@yahoogroups.com, or to the developers list
|
||||||
|
wsjt-devel@lists.sourceforge.net.
|
||||||
|
Loading…
Reference in New Issue
Block a user