mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-26 14:18:38 -05:00
Minor corection to "red" curve, QRA64 mode.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6887 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
f792d9dc59
commit
26efb825d3
@ -85,7 +85,7 @@ subroutine qra64a(dd,nf1,nf2,nfqso,ntol,mycall_12,sync,nsnr,dtx,nfreq, &
|
||||
do i=ia+3,ib-3
|
||||
r1=red0(i)
|
||||
red0(i)=0.
|
||||
r0=maxval(red0(i-3:i+3))
|
||||
r0=max(red0(i-3),red0(i-2),red0(i+2),red0(i+3))
|
||||
red0(i)=r1
|
||||
red(i)=max(0.0,r1-r0)
|
||||
write(73,3001) i*df,red(i),red0(i),r0
|
||||
|
Loading…
Reference in New Issue
Block a user