Reset ftrsd ntrials to 1000.

This commit is contained in:
Joe Taylor 2024-02-21 09:23:45 -05:00
parent d12e16c7d1
commit 2effe7e4c7
2 changed files with 3 additions and 3 deletions

View File

@ -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
! decide whether to smooth spectra here?
! call smo121(s,NSPS) !Helps for LD, HM propagation...
! call smo121(s,NSPS)
! call smo121(s,NQ) !Helps for LD, HM propagation...
! call smo121(s,NQ)
ipk=maxloc(s(0:NQ-1))
chansym(n)=ipk(1) - 1

View File

@ -217,7 +217,7 @@ program sfoxtest
nworst=max(nworst,nharderr)
! call rs_decode_sf(rxdat,iera,nera,nfixed) !Call the BM decoder
ntrials=-1
ntrials=1000
call timer('ftrsd3 ',0)
call ftrsd3(s3,chansym0,rxdat,rxprob,rxdat2,rxprob2,ntrials, &
correct,param,ntry)