1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-15 04:41:55 -05:00

Fix 256 decimation

This commit is contained in:
Jon Beniston 2021-02-02 09:28:34 +00:00
parent 43d71251bf
commit 85f6d600db

View File

@ -1965,7 +1965,7 @@ void DecimatorsFI<IQOrder>::decimate256_cen(SampleVector::iterator* it, const fl
intbufp[63], intbufp[63],
&intbufp[126], &intbufp[126],
&intbufp[127]); &intbufp[127]);
intbufp += 64; intbufp += 128;
} }
m_decimator256.myDecimate( m_decimator256.myDecimate(