From fb13265f371905e052ba24a8e1173e3b7cc35125 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sat, 23 Jan 2021 14:14:17 -0500 Subject: [PATCH] Make ibwb larger by 1. --- lib/q65_decode.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/q65_decode.f90 b/lib/q65_decode.f90 index d1466f63e..4e1e0280c 100644 --- a/lib/q65_decode.f90 +++ b/lib/q65_decode.f90 @@ -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)