mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-09 09:24:59 -04:00
Reintegrate the wsjtx_exp branch into the trunk
This merge brings the WSPR feature development into the main line ready for release in a future v1.6 release. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5424 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ subroutine encode232(dat,nsym,symbol)
|
||||
! Convolutional encoder for a K=32, r=1/2 code.
|
||||
|
||||
integer*1 dat(13) !User data, packed 8 bits per byte
|
||||
integer*1 symbol(500) !Channel symbols, one bit per byte
|
||||
integer*1 symbol(206) !Channel symbols, one bit per byte
|
||||
integer*1 i1
|
||||
include 'conv232.f90'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user