diff --git a/lib/superfox/sfox_demod.f90 b/lib/superfox/sfox_demod.f90 index 19e4e1a10..db1fa9757 100644 --- a/lib/superfox/sfox_demod.f90 +++ b/lib/superfox/sfox_demod.f90 @@ -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 diff --git a/lib/superfox/sfoxtest.f90 b/lib/superfox/sfoxtest.f90 index 07a296a9b..8a4f7cf44 100644 --- a/lib/superfox/sfoxtest.f90 +++ b/lib/superfox/sfoxtest.f90 @@ -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)