mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 12:23:37 -05:00
Fix another bug.
This commit is contained in:
parent
82e66f3251
commit
27b94e2cc7
@ -24,7 +24,7 @@ program ldpcsim174_91
|
|||||||
if(nargs.ne.6) then
|
if(nargs.ne.6) then
|
||||||
print*,'Usage: ldpcsim niter ndepth #trials s Keff nbposd'
|
print*,'Usage: ldpcsim niter ndepth #trials s Keff nbposd'
|
||||||
print*,'eg: ldpcsim 10 2 1000 0.84 91 1'
|
print*,'eg: ldpcsim 10 2 1000 0.84 91 1'
|
||||||
print*,'niter: max BP iterations
|
print*,'niter: max BP iterations'
|
||||||
print*,'ndepth: OSD order'
|
print*,'ndepth: OSD order'
|
||||||
print*,'s: noise sigma; if negative value is ignored and sigma is calculated from SNR.'
|
print*,'s: noise sigma; if negative value is ignored and sigma is calculated from SNR.'
|
||||||
print*,'nbposd=0, no coupling. nbposd>0, maxsuper=nbposd; nbposd<0, no OSD'
|
print*,'nbposd=0, no coupling. nbposd>0, maxsuper=nbposd; nbposd<0, no OSD'
|
||||||
|
Loading…
Reference in New Issue
Block a user