From e0e13e1778203f601f29e55994960915136e03f3 Mon Sep 17 00:00:00 2001 From: Steven Franke Date: Sat, 24 Feb 2018 21:40:47 +0000 Subject: [PATCH] Edit some comments. No functional changes. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8530 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- lib/ft8/encode174.f90 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ft8/encode174.f90 b/lib/ft8/encode174.f90 index 8ef463e89..599f1064c 100644 --- a/lib/ft8/encode174.f90 +++ b/lib/ft8/encode174.f90 @@ -1,7 +1,7 @@ subroutine encode174(message,codeword) -! Encode an 101-bit message and return a 174-bit codeword. -! The generator matrix has dimensions (73,101). -! The code is a (174,101) regular ldpc code with column weight 3. +! Encode an 87-bit message and return a 174-bit codeword. +! The generator matrix has dimensions (87,87). +! The code is a (174,87) regular ldpc code with column weight 3. ! The code was generated using the PEG algorithm. ! After creating the codeword, the columns are re-ordered according to ! "colorder" to make the codeword compatible with the parity-check matrix