Running OK with sound input, and plotting green line.

Next task: implement specjtms() in new fashion.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/jtms3@2507 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2012-07-12 21:22:55 +00:00
parent e0fd276ecf
commit 91c5d3915a
2 changed files with 16 additions and 13 deletions
-1
View File
@@ -18,7 +18,6 @@ void getfile(QString fname, bool xpol, int dbDgrd)
// Read (and ignore) a 44-byte WAV header; then read data
fread(mscom_.d2,1,44,fp);
int nrd=fread(mscom_.d2,2,npts,fp);
qDebug() << "Getfile" << npts << nrd;
fclose(fp);
}
}