mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-24 02:12:37 -04:00
Reset ftrsd ntrials to 1000.
This commit is contained in:
parent
d12e16c7d1
commit
2effe7e4c7
@ -26,8 +26,8 @@ subroutine sfox_demod(crcvd,f,t,s3,chansym)
|
|||||||
|
|
||||||
! Could we measure fspread, perhaps in the sync routine, and use that to
|
! Could we measure fspread, perhaps in the sync routine, and use that to
|
||||||
! decide whether to smooth spectra here?
|
! decide whether to smooth spectra here?
|
||||||
! call smo121(s,NSPS) !Helps for LD, HM propagation...
|
! call smo121(s,NQ) !Helps for LD, HM propagation...
|
||||||
! call smo121(s,NSPS)
|
! call smo121(s,NQ)
|
||||||
|
|
||||||
ipk=maxloc(s(0:NQ-1))
|
ipk=maxloc(s(0:NQ-1))
|
||||||
chansym(n)=ipk(1) - 1
|
chansym(n)=ipk(1) - 1
|
||||||
|
@ -217,7 +217,7 @@ program sfoxtest
|
|||||||
nworst=max(nworst,nharderr)
|
nworst=max(nworst,nharderr)
|
||||||
|
|
||||||
! call rs_decode_sf(rxdat,iera,nera,nfixed) !Call the BM decoder
|
! call rs_decode_sf(rxdat,iera,nera,nfixed) !Call the BM decoder
|
||||||
ntrials=-1
|
ntrials=1000
|
||||||
call timer('ftrsd3 ',0)
|
call timer('ftrsd3 ',0)
|
||||||
call ftrsd3(s3,chansym0,rxdat,rxprob,rxdat2,rxprob2,ntrials, &
|
call ftrsd3(s3,chansym0,rxdat,rxprob,rxdat2,rxprob2,ntrials, &
|
||||||
correct,param,ntry)
|
correct,param,ntry)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user