mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-03 05:55:18 +01:00
Simplified the filter architecture by using an adder tree for obtaining the final sum of the subfilters (vs systolic array). Previously, no backpressure (always_ready=True) worked fine but otherwise we lost samples.