1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-05 15:34:57 -04:00

Corrected scaling on decimator by 32

This commit is contained in:
f4exb
2015-06-10 03:26:06 +02:00
parent d9a1e7942f
commit ee49caaf55
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
#include "dsp/samplefifo.h"
#include "dsp/inthalfbandfilter.h"
#define BLADERF_BLOCKSIZE 16384
#define BLADERF_BLOCKSIZE (1<<14)
class BladerfThread : public QThread {
Q_OBJECT