1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 07:16:48 -04: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[126],
&intbufp[127]);
intbufp += 64;
intbufp += 128;
}
m_decimator256.myDecimate(