"Also FST240W" should set iwspr=2, not 1. Change ndeep to ndepth, for consistency.

This commit is contained in:
Joe Taylor
2020-07-02 13:30:18 -04:00
parent ee013f8687
commit 185cf3eb48
2 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ subroutine multimode_decoder(ss,id2,params,nfsample)
! We're in FST240 mode
ndepth=iand(params%ndepth,3)
iwspr=0
if(iand(params%ndepth,128).ne.0) iwspr=1
if(iand(params%ndepth,128).ne.0) iwspr=2
call timer('dec240 ',0)
call my_fst240%decode(fst240_decoded,id2,params%nutc, &
params%nQSOProgress,params%nfqso,params%nfa,params%nfb, &