mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-04 18:38:43 -04:00
Put nsnr back where it was.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6745 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
7e2f238ab2
commit
ada15d4f3c
@ -67,7 +67,7 @@ subroutine msk144_decode(id2,npts,nutc,nprint,line)
|
||||
! y=10.0**(0.1*(yellow(n)-1.5))
|
||||
! nsnr=max(-5,nint(db(y)))
|
||||
y=yellow(n)-1.5
|
||||
nsnr=y*10 ! this should be 10*db (centibels?)
|
||||
nsnr=y
|
||||
if( nsnr .gt. 999 ) nsnr=99
|
||||
if(nsnr.gt.nsnr0 .and. nline.gt.0) then
|
||||
write(line(nline),1020) nutc,nsnr,t0,nint(freq),msg
|
||||
|
Loading…
Reference in New Issue
Block a user