mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-03 09:44:01 -05:00
RTL-SDR: fixed inf/sup decimators
This commit is contained in:
parent
3ae7cda9be
commit
f4ac9bf114
@ -14,7 +14,7 @@
|
||||
|
||||
const PluginDescriptor RTLSDRPlugin::m_pluginDescriptor = {
|
||||
QString("RTL-SDR Input"),
|
||||
QString("3.14.6"),
|
||||
QString("3.14.7"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -282,7 +282,6 @@ public:
|
||||
// interleaved I/Q input buffer
|
||||
void decimate1(SampleVector::iterator* it, const T* buf, qint32 len);
|
||||
void decimate2_u(SampleVector::iterator* it, const T* buf, qint32 len);
|
||||
void decimate2_inf_raw(SampleVector::iterator* it, const T* buf, qint32 len);
|
||||
void decimate2_inf(SampleVector::iterator* it, const T* buf, qint32 len);
|
||||
void decimate2_sup(SampleVector::iterator* it, const T* buf, qint32 len);
|
||||
void decimate2_cen(SampleVector::iterator* it, const T* buf, qint32 len);
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user