Skip to content

st_histogram updates. Ready for integration in LOFAR2.

Daniel van der Schuur requested to merge L2SDP-364 into master

Update: All subtasks completed. The code is complete and clean, all test benches pass and are in the regression test.

Latest changes:

-Added test benches that test with locked and unlocked/drifting sine wave.
-Added test benches that test with pseudo random input data.
-(test benches with counter and DC data were already in place)
The bin_arbiter has been removed. Instead, simultaneous read/writes are prevented by reducing the input data. Up to 3 consecutive identical samples are reduced to 1 and the count (1..3) is carried in the channel field to be applied later.

Closes L2SDP-364

Merge request reports