mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-25 03:24:18 -04:00
Added a decimation by 32 for BladeRF plugin
This commit is contained in:
@@ -62,6 +62,7 @@ private:
|
||||
void decimate4(SampleVector::iterator* it, const qint16* buf, qint32 len);
|
||||
void decimate8(SampleVector::iterator* it, const qint16* buf, qint32 len);
|
||||
void decimate16(SampleVector::iterator* it, const qint16* buf, qint32 len);
|
||||
void decimate32(SampleVector::iterator* it, const qint16* buf, qint32 len);
|
||||
void callback(const qint16* buf, qint32 len);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user