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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user