Correct frequency scale for nes FFT length. (Still off by a bit??)

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@2644 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2012-10-03 19:25:49 +00:00
parent 3706d4e3c4
commit a6a41824fa
5 changed files with 12 additions and 58 deletions
+3 -3
View File
@@ -65,19 +65,19 @@ void WideGraph::saveSettings()
settings.endGroup();
}
void WideGraph::dataSink2(float s[], int ihsym, int ndiskdata,
void WideGraph::dataSink2(float s[], float df3, int ihsym, int ndiskdata,
uchar lstrong[])
{
static float splot[NSMAX];
float swide[2048];
float smax;
double df;
// double df;
int nbpp = ui->widePlot->binsPerPixel();
static int n=0;
static int nkhz0=-999;
static int ntr0=0;
df = 12000.0/m_nsps;
// df = 12000.0/m_nsps;
//Average spectra over specified number, m_waterfallAvg
if (n==0) {