mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-24 10:22:26 -04:00
Better usage hints.
This commit is contained in:
parent
060fdf6763
commit
ddbe0eb078
@ -25,10 +25,14 @@ program sfoxtest
|
|||||||
if(nargs.ne.10) then
|
if(nargs.ne.10) then
|
||||||
print*,'Usage: sfoxtest f0 DT ITU M N K sw nv nfiles snr'
|
print*,'Usage: sfoxtest f0 DT ITU M N K sw nv nfiles snr'
|
||||||
print*,'Example: sfoxtest 1500 0.15 MM 8 74 44 100 0 10 -10'
|
print*,'Example: sfoxtest 1500 0.15 MM 8 74 44 100 0 10 -10'
|
||||||
print*,' LQ: Low Latitude Quiet'
|
print*,' f0=0 ==> f0, DT assume suitablels random values'
|
||||||
print*,' MD: Mid Latitude Disturbed'
|
print*,' LQ: Low Latitude Quiet'
|
||||||
print*,' HM: High Latitude Moderate'
|
print*,' MM: Mid Latitude Moderate'
|
||||||
print*,' ... etc.'
|
print*,' HD: High Latitude Disturbed'
|
||||||
|
print*,' ... and similarly LM LD MQ MD HQ HM'
|
||||||
|
print*,' sw = width of Sync sweep, Hz'
|
||||||
|
print*,' v=1 for .wav files, 2 for verbose output, 3 for both'
|
||||||
|
print*,' snr=0 to loop over SNRs 0 to -20 dB'
|
||||||
go to 999
|
go to 999
|
||||||
endif
|
endif
|
||||||
call getarg(1,arg)
|
call getarg(1,arg)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user