mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-03 22:44:44 -04:00
Increase length of .tf2 and .iq files from 52 s to 56 s.
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user