Update some comments.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6804 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2016-06-23 17:40:56 +00:00
parent ba6d576413
commit bcfa7eaaa5

View File

@ -2,7 +2,8 @@ program QRA65code
! Provides examples of message packing, bit and symbol ordering, ! Provides examples of message packing, bit and symbol ordering,
! QRA (63,12) encoding, and other necessary details of the QRA65 ! QRA (63,12) encoding, and other necessary details of the QRA65
! protocol. ! protocol. Also permits simple simulations to measure performance
! on an AWGN channel with secure time and frequency synchronization.
! Return codes from qra65_dec: ! Return codes from qra65_dec:
! irc=0 [? ? ?] AP0 (decoding with no a-priori information) ! irc=0 [? ? ?] AP0 (decoding with no a-priori information)