From 6040d761c4079fe194df0e542aa56b02b46ecded Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sun, 18 Sep 2016 15:34:15 +0000 Subject: [PATCH] Too much spectral smoothing? Omit call to smo121. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7096 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- lib/hspec.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hspec.f90 b/lib/hspec.f90 index 363d4073a..5a45bc3ce 100644 --- a/lib/hspec.f90 +++ b/lib/hspec.f90 @@ -57,7 +57,7 @@ subroutine hspec(id2,k,ntrperiod,ingain,green,s,jh) aimag(cx(j-1))**2 s(i-1,jh)=fac*gain*sx enddo - call smo121(s(0,jh),64) +! call smo121(s(0,jh),64) !### Good idea, or not? ### if(ja+2*nfft.gt.k) exit enddo k0=k