mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-31 13:52:27 -04:00
More (temporary) adjustments to decode parameters.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3269 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
fcd068b7c4
commit
8277e6ec7f
@ -62,18 +62,20 @@ subroutine decoder(ss,c0,nstandalone)
|
|||||||
done=.false.
|
done=.false.
|
||||||
|
|
||||||
do nqd=1,0,-1
|
do nqd=1,0,-1
|
||||||
limit=5000
|
limit=1000
|
||||||
ccflim=4.0
|
ccflim=4.0
|
||||||
if(ndepth.ge.2) then
|
if(ndepth.eq.2) then
|
||||||
limit=50000
|
limit=10000
|
||||||
ccflim=3.0
|
ccflim=3.5
|
||||||
endif
|
endif
|
||||||
if(ndepth.ge.3 .or. nqd.eq.1) then
|
if(ndepth.ge.3) then
|
||||||
limit=200000
|
limit=100000
|
||||||
ccflim=2.5
|
ccflim=3.0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if(nqd.eq.1) then
|
if(nqd.eq.1) then
|
||||||
|
limit=200000
|
||||||
|
ccflim=2.5
|
||||||
nfa1=nfqso-ntol
|
nfa1=nfqso-ntol
|
||||||
nfb1=nfqso+ntol
|
nfb1=nfqso+ntol
|
||||||
else
|
else
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//--------------------------------------------------------------- MainWindow
|
//-------------------------------------------------------------- MainWindow
|
||||||
#include "mainwindow.h"
|
#include "mainwindow.h"
|
||||||
#include "ui_mainwindow.h"
|
#include "ui_mainwindow.h"
|
||||||
#include "devsetup.h"
|
#include "devsetup.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user