Flatten waterfall, but not the avg spectrum.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3624 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2014-01-08 18:51:37 +00:00
parent d6fdc3971d
commit b4c3fe2368
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ subroutine symspec(k,ntrperiod,nsps,ingain,slope,pxdb,s,df3,ihsym,npts8)
if(abs(slope+0.1).lt.0.01) then
call flat3(s,iz,3,1.0,s)
call flat3(savg,iz,3,1.0,savg)
! call flat3(savg,iz,3,1.0,savg)
endif
900 npts8=k/8

View File

@ -1,4 +1,4 @@
//---------------------------------------------------------------- MainWindow
//--------------------------------------------------------------- MainWindow
#include "mainwindow.h"
#include "ui_mainwindow.h"