mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-31 05:02:26 -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
|
||||
dphi=twopi*(f0+fdop)*dt
|
||||
|
||||
write(*,1000)
|
||||
1000 format(' N f0 fDop fSpread SNR File name'/51('-'))
|
||||
|
||||
do ifile=1,nfiles
|
||||
phi=0.d0
|
||||
do i=0,NWAVE-1
|
||||
|
Loading…
x
Reference in New Issue
Block a user