mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-23 18:02:29 -04:00
Print column headings on first isnr pass.
This commit is contained in:
parent
50f9c73ad3
commit
17d9c6bf81
@ -114,8 +114,9 @@ program sfoxtest
|
|||||||
|
|
||||||
! Generate cdat, the SuperFox waveform
|
! Generate cdat, the SuperFox waveform
|
||||||
call sfox_gen(chansym0,f0,fsample,syncwidth,cdat)
|
call sfox_gen(chansym0,f0,fsample,syncwidth,cdat)
|
||||||
|
isnr0=-8
|
||||||
|
|
||||||
do isnr=-8,-20,-1
|
do isnr=isnr0,-20,-1
|
||||||
snr=isnr
|
snr=isnr
|
||||||
if(snrdb.ne.0.0) snr=snrdb
|
if(snrdb.ne.0.0) snr=snrdb
|
||||||
sig=sqrt(2*bandwidth_ratio)*10.0**(0.05*snr)
|
sig=sqrt(2*bandwidth_ratio)*10.0**(0.05*snr)
|
||||||
@ -218,7 +219,7 @@ program sfoxtest
|
|||||||
enddo ! ifile
|
enddo ! ifile
|
||||||
fgoodsync=float(ngoodsync)/nfiles
|
fgoodsync=float(ngoodsync)/nfiles
|
||||||
fgood=float(ngood)/nfiles
|
fgood=float(ngood)/nfiles
|
||||||
if(isnr.eq.0) write(*,1300)
|
if(isnr.eq.isnr0) write(*,1300)
|
||||||
1300 format(' SNR iters fsync fgood averr worst rmsf rmst'/ &
|
1300 format(' SNR iters fsync fgood averr worst rmsf rmst'/ &
|
||||||
'------------------------------------------------------')
|
'------------------------------------------------------')
|
||||||
ave_harderr=float(ntot)/nfiles
|
ave_harderr=float(ntot)/nfiles
|
||||||
|
Loading…
x
Reference in New Issue
Block a user