Improve ft8 decoding on crowded bands.

This commit is contained in:
Steven Franke
2022-10-21 13:47:12 -05:00
parent 2e59bd79d3
commit f4e8ee4f75
2 changed files with 43 additions and 14 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ contains
class(ft8_decoder), intent(inout) :: this
procedure(ft8_decode_callback) :: callback
parameter (MAXCAND=300,MAX_EARLY=100)
parameter (MAXCAND=500,MAX_EARLY=100)
real*8 tsec,tseq
real s(NH1,NHSYM)
real sbase(NH1)