More work toward a usable reference spectrum.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6603 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2016-04-08 20:03:29 +00:00
parent 44eccce1bb
commit 50cbdbb807
5 changed files with 149 additions and 12 deletions
+1 -1
View File
@@ -874,7 +874,7 @@ void MainWindow::dataSink(qint64 frames)
static float df3;
int k (frames);
refspectrum_(&dec_data.d2[k-3456],&m_bRefSpec);
if(m_bRefSpec) refspectrum_(&dec_data.d2[k-3456],&m_bRefSpec);
if(m_diskData) {
dec_data.params.ndiskdat=1;