mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-01 08:07:10 -04:00
Correct a few comments.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6133 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
88d3e4c27e
commit
f6843f00e5
@ -1,6 +1,6 @@
|
||||
program jt65sim
|
||||
|
||||
! Generate simulated data for testing of WSJT-X
|
||||
! Generate simulated JT65 data for testing WSJT-X
|
||||
|
||||
use wavhdr
|
||||
use packjt
|
||||
@ -30,7 +30,7 @@ program jt65sim
|
||||
nargs=iargc()
|
||||
if(nargs.ne.5) then
|
||||
print*,'Usage: jt65sim mode nsigs fspread SNR nfiles'
|
||||
print*,'Example: jt65sim B 10 0.0 -24 1'
|
||||
print*,'Example: jt65sim A 10 0.2 -24 1'
|
||||
print*,'Enter SNR = 0 to generate a range of SNRs.'
|
||||
go to 999
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user