mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-05 15:34:39 -04:00
1. Click on spectrum sets Rx freq; double-click also invokes narrow-band
decoder at the new frequency. CTRL-click (or CTRL-double-click) sets both Rx and Tx freqs. 2. Amplitude at end of transmission is ramped down to prevent a "key click". git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3139 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
+13
-11
@@ -29,18 +29,8 @@ subroutine decoder(ss,c0)
|
||||
newdat=1
|
||||
nsynced=0
|
||||
ndecoded=0
|
||||
limit=5000
|
||||
ccflim=4.0
|
||||
if(ndepth.ge.2) then
|
||||
limit=50000
|
||||
ccflim=3.0
|
||||
endif
|
||||
if(ndepth.ge.3) then
|
||||
limit=200000
|
||||
ccflim=2.5
|
||||
endif
|
||||
|
||||
nsps=0
|
||||
|
||||
if(ntrMinutes.eq.1) then
|
||||
nsps=6912
|
||||
df3=1500.0/2048.0
|
||||
@@ -69,6 +59,18 @@ subroutine decoder(ss,c0)
|
||||
idf=ntol/df3 + 0.999
|
||||
|
||||
do nqd=1,0,-1
|
||||
|
||||
limit=5000
|
||||
ccflim=4.0
|
||||
if(ndepth.ge.2) then
|
||||
limit=50000
|
||||
ccflim=3.0
|
||||
endif
|
||||
if(ndepth.ge.3 .or. nqd.eq.1) then
|
||||
limit=200000
|
||||
ccflim=2.5
|
||||
endif
|
||||
|
||||
if(nqd.eq.1) then
|
||||
nfa1=nfqso-ntol
|
||||
nfb1=nfqso+ntol
|
||||
|
||||
Reference in New Issue
Block a user