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

Deep redesign: fixed decimation bit shifts and halfband filter decimation bit loss

This commit is contained in:
f4exb
2015-09-02 00:12:00 +02:00
parent b3fd6bad15
commit a559035e22
9 changed files with 198 additions and 308 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ private:
IntHalfbandFilter m_decimator32; // 5th stages
*/
Decimators<qint16> m_decimators;
Decimators<qint16, SDR_SAMP_SZ, 12> m_decimators;
void run();
/*