1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-04 23:14:47 -04:00

Benchmarking: implemented decimator float to int test

This commit is contained in:
f4exb
2018-04-25 01:44:54 +02:00
parent 698f5bd172
commit b03e9c59cb
9 changed files with 158 additions and 65 deletions
@@ -17,13 +17,13 @@
#ifndef INCLUDE_AIRSPYHFTHREAD_H
#define INCLUDE_AIRSPYHFTHREAD_H
#include <dsp/decimatorsfi.h>
#include <QThread>
#include <QMutex>
#include <QWaitCondition>
#include <libairspyhf/airspyhf.h>
#include "dsp/samplesinkfifo.h"
#include "dsp/decimatorsf.h"
#define AIRSPYHF_BLOCKSIZE (1<<17)
@@ -53,7 +53,7 @@ private:
unsigned int m_log2Decim;
static AirspyHFThread *m_this;
DecimatorsF m_decimators;
DecimatorsFI m_decimators;
void run();
void callback(const float* buf, qint32 len);