Fix the logic for setting ibwa, ibwb, and maxiters in Q65 "Deep" decoding attempts.

This commit is contained in:
Joe Taylor 2021-10-20 11:18:31 -04:00
parent 12efb098bb
commit 2fb5d22e6f
1 changed files with 2 additions and 1 deletions

View File

@ -134,7 +134,8 @@ contains
ibwa=max(1,int(1.8*log(baud*mode_q65)) + 1)
ibwb=min(10,ibwa+5)
maxiters=67
else if(iand(ndepth,3).eq.3) then
endif
if(iand(ndepth,3).eq.3) then
ibwa=max(1,ibwa-1)
ibwb=min(10,ibwb+1)
maxiters=100