Remove more unused stuff.

This commit is contained in:
Joe Taylor
2024-01-01 13:02:39 -05:00
parent 0f417374c3
commit ac0055b303
4 changed files with 6 additions and 8 deletions
+1 -2
View File
@@ -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;