I’m new to GNU Radio. I have a fairly simple flow graph that generates a signal, then a Python block analyses the signal and adds a tag to the peak values.
At the moment, the output passes a message back to a phase adjustment block at the beginning of the flow graph to adjust the signal generation based on when the peaks had occurred. This works but is way too slow.