mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 20:28:42 -05: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
70a5fbd34c
commit
15d4618725
@ -1,6 +1,6 @@
|
|||||||
program jt65sim
|
program jt65sim
|
||||||
|
|
||||||
! Generate simulated data for testing of WSJT-X
|
! Generate simulated JT65 data for testing WSJT-X
|
||||||
|
|
||||||
use wavhdr
|
use wavhdr
|
||||||
use packjt
|
use packjt
|
||||||
@ -30,7 +30,7 @@ program jt65sim
|
|||||||
nargs=iargc()
|
nargs=iargc()
|
||||||
if(nargs.ne.5) then
|
if(nargs.ne.5) then
|
||||||
print*,'Usage: jt65sim mode nsigs fspread SNR nfiles'
|
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.'
|
print*,'Enter SNR = 0 to generate a range of SNRs.'
|
||||||
go to 999
|
go to 999
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user