mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-23 18:02:29 -04:00
Tweaks.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7422 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
02a4cb95a4
commit
353c2bb4c3
@ -2314,7 +2314,7 @@ Right click for insert and delete options.</string>
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="9" column="0">
|
<item row="10" column="0">
|
||||||
<widget class="QCheckBox" name="cbRealTime">
|
<widget class="QCheckBox" name="cbRealTime">
|
||||||
<property name="enabled">
|
<property name="enabled">
|
||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
|
@ -31,7 +31,6 @@
|
|||||||
|
|
||||||
real abscross_avg(864)
|
real abscross_avg(864)
|
||||||
real softbits(144)
|
real softbits(144)
|
||||||
real softav(144)
|
|
||||||
real waveform(0:863)
|
real waveform(0:863)
|
||||||
real d(1024)
|
real d(1024)
|
||||||
real phase(864)
|
real phase(864)
|
||||||
@ -41,7 +40,7 @@
|
|||||||
|
|
||||||
data first/.true./
|
data first/.true./
|
||||||
save cross_avg,abscross_avg,wt_avg,first,currently_training, &
|
save cross_avg,abscross_avg,wt_avg,first,currently_training, &
|
||||||
navg,softav,tlast,training_dxcall,trained_dxcall
|
navg,tlast,training_dxcall,trained_dxcall
|
||||||
|
|
||||||
if (first) then
|
if (first) then
|
||||||
navg=0
|
navg=0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user