Pretty up the Threshold output line.

This commit is contained in:
Joe Taylor 2024-02-10 10:50:42 -05:00
parent 129ee5439a
commit 6310419a4d

View File

@ -197,7 +197,7 @@ program sfoxtest
! if(fgood.eq.0.0) exit
if(fgoodsync.lt.0.5) exit
enddo ! isnr
write(*,1320) threshold
1320 format('Threshold sensitivity (50% decoding):',f6.1)
if(snrdb.eq.0.0) write(*,1320) threshold
1320 format(/'Threshold sensitivity (50% decoding):',f6.1,' dB')
999 end program sfoxtest