mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
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:
parent
d6fdc3971d
commit
b4c3fe2368
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
//---------------------------------------------------------------- MainWindow
|
||||
//--------------------------------------------------------------- MainWindow
|
||||
#include "mainwindow.h"
|
||||
#include "ui_mainwindow.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user