Make ibwb larger by 1.

This commit is contained in:
Joe Taylor 2021-01-23 14:14:17 -05:00
parent 1489513803
commit fb13265f37
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ contains
this%callback => callback
nFadingModel=1
ibwa=max(1,int(1.8*log(baud*mode_q65)) + 2)
ibwb=min(10,ibwa+4)
ibwb=min(10,ibwa+5)
if(iand(ndepth,3).eq.3) then
ibwa=max(1,ibwa-1)
ibwb=min(10,ibwb+1)