Q65 parameter ibwa should not be larger in Normal/Deep than in Fast. Corrected.

This commit is contained in:
Joe Taylor 2021-02-06 09:43:14 -05:00
parent d4f4057751
commit f9a771b422

View File

@ -115,7 +115,7 @@ contains
ibwa=max(1,int(1.8*log(baud*mode_q65)) + 1)
ibwb=min(10,ibwa+3)
if(iand(ndepth,3).ge.2) then
ibwa=max(1,int(1.8*log(baud*mode_q65)) + 2)
ibwa=max(1,int(1.8*log(baud*mode_q65)) + 1)
ibwb=min(10,ibwa+5)
else if(iand(ndepth,3).eq.3) then
ibwa=max(1,ibwa-1)