From ad563c0aedbdf72565ebd49f6c342b766b5ed2c5 Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Tue, 9 Oct 2018 15:36:50 -0400 Subject: [PATCH] LDPC codeword update --- lib/ft8/ldpcsim174.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ft8/ldpcsim174.f90 b/lib/ft8/ldpcsim174.f90 index 0cadd67..f153db3 100644 --- a/lib/ft8/ldpcsim174.f90 +++ b/lib/ft8/ldpcsim174.f90 @@ -65,7 +65,7 @@ write(*,*) "niter= ",max_iterations," s= ",s allocate ( codeword(N), decoded(K), message(K) ) allocate ( rxdata(N), llr(N) ) - msg="K1JT K9AN EN50" + msg="0123456789012" ! msg="G4WJS K9AN EN50" call packmsg(msg,i4Msg6BitWords,itype,.false.) !Pack into 12 6-bit bytes call unpackmsg(i4Msg6BitWords,msgsent,.false.,grid) !Unpack to get msgsent