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:
parent
43d71251bf
commit
85f6d600db
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user