mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Should read 56 s of data (not 52 s) in getfile().
This commit is contained in:
parent
c5ecd9fc76
commit
2e301b59e6
@ -8,7 +8,7 @@ extern qint16 id[4*60*96000];
|
|||||||
|
|
||||||
void getfile(QString fname, bool xpol, int dbDgrd)
|
void getfile(QString fname, bool xpol, int dbDgrd)
|
||||||
{
|
{
|
||||||
int npts=2*52*96000;
|
int npts=2*56*96000;
|
||||||
if(xpol) npts=2*npts;
|
if(xpol) npts=2*npts;
|
||||||
|
|
||||||
// Degrade S/N by dbDgrd dB -- for tests only!!
|
// Degrade S/N by dbDgrd dB -- for tests only!!
|
||||||
|
Loading…
Reference in New Issue
Block a user