Increase length of .tf2 and .iq files from 52 s to 56 s.

This commit is contained in:
Joe Taylor 2021-07-07 13:53:28 -04:00
parent dd149231e8
commit b0b3ba438b
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ void getfile(QString fname, bool xpol, int dbDgrd)
void savetf2(QString fname, bool xpol)
{
int npts=2*52*96000;
int npts=2*56*96000;
if(xpol) npts=2*npts;
qint16* buf=(qint16*)malloc(2*npts);