mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-01 05:32:31 -04:00
Add column headings to echosim screen output.
This commit is contained in:
parent
8f8ee53b6f
commit
1e893ecafd
@ -45,6 +45,9 @@ program echosim
|
|||||||
if(snrdb.gt.90.0) sig=1.0
|
if(snrdb.gt.90.0) sig=1.0
|
||||||
dphi=twopi*(f0+fdop)*dt
|
dphi=twopi*(f0+fdop)*dt
|
||||||
|
|
||||||
|
write(*,1000)
|
||||||
|
1000 format(' N f0 fDop fSpread SNR File name'/51('-'))
|
||||||
|
|
||||||
do ifile=1,nfiles
|
do ifile=1,nfiles
|
||||||
phi=0.d0
|
phi=0.d0
|
||||||
do i=0,NWAVE-1
|
do i=0,NWAVE-1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user