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:
@@ -62,7 +62,7 @@ private:
|
||||
IntHalfbandFilter m_decimator32; // 5th stages
|
||||
*/
|
||||
|
||||
Decimators<qint16> m_decimators;
|
||||
Decimators<qint16, SDR_SAMP_SZ, 12> m_decimators;
|
||||
|
||||
void run();
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user