mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Increase length of .tf2 and .iq files from 52 s to 56 s.
This commit is contained in:
parent
dd149231e8
commit
b0b3ba438b
@ -56,7 +56,7 @@ void getfile(QString fname, bool xpol, int dbDgrd)
|
|||||||
|
|
||||||
void savetf2(QString fname, bool xpol)
|
void savetf2(QString fname, bool xpol)
|
||||||
{
|
{
|
||||||
int npts=2*52*96000;
|
int npts=2*56*96000;
|
||||||
if(xpol) npts=2*npts;
|
if(xpol) npts=2*npts;
|
||||||
|
|
||||||
qint16* buf=(qint16*)malloc(2*npts);
|
qint16* buf=(qint16*)malloc(2*npts);
|
||||||
|
Loading…
Reference in New Issue
Block a user