mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Fix the logic for setting ibwa, ibwb, and maxiters in Q65 "Deep" decoding attempts.
This commit is contained in:
parent
12efb098bb
commit
2fb5d22e6f
@ -134,7 +134,8 @@ contains
|
|||||||
ibwa=max(1,int(1.8*log(baud*mode_q65)) + 1)
|
ibwa=max(1,int(1.8*log(baud*mode_q65)) + 1)
|
||||||
ibwb=min(10,ibwa+5)
|
ibwb=min(10,ibwa+5)
|
||||||
maxiters=67
|
maxiters=67
|
||||||
else if(iand(ndepth,3).eq.3) then
|
endif
|
||||||
|
if(iand(ndepth,3).eq.3) then
|
||||||
ibwa=max(1,ibwa-1)
|
ibwa=max(1,ibwa-1)
|
||||||
ibwb=min(10,ibwb+1)
|
ibwb=min(10,ibwb+1)
|
||||||
maxiters=100
|
maxiters=100
|
||||||
|
Loading…
Reference in New Issue
Block a user