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

Enhancements to the decimator by 32

This commit is contained in:
f4exb
2015-06-07 17:50:16 +02:00
parent 833890a1ea
commit 661ed3eb28
2 changed files with 9 additions and 8 deletions
+3 -2
View File
@@ -52,8 +52,9 @@ private:
int m_samplerate;
unsigned int m_log2Decim;
IntHalfbandFilter m_decimator2;
IntHalfbandFilter m_decimator4;
IntHalfbandFilter m_decimator2; // 1st stages
IntHalfbandFilter m_decimator4; // 2nd stages
IntHalfbandFilter m_decimator8; // 3rd stages
void run();
void decimate1(SampleVector::iterator* it, const qint16* buf, qint32 len);