mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-07 08:24:53 -04:00
Remove more unused stuff.
This commit is contained in:
+1
-2
@@ -6,11 +6,10 @@
|
||||
|
||||
extern qint16 id[2*60*96000];
|
||||
|
||||
void getfile(QString fname, bool xpol, int dbDgrd)
|
||||
void getfile(QString fname, int dbDgrd)
|
||||
{
|
||||
// int npts=2*56*96000;
|
||||
int npts=2*60*96000;
|
||||
if(xpol) npts=2*npts;
|
||||
|
||||
// Degrade S/N by dbDgrd dB -- for tests only!!
|
||||
float dgrd=0.0;
|
||||
|
||||
Reference in New Issue
Block a user