This demo generates an incoming binary stream and compares the latest 40-sample window against all dictionary words every sample.
Because transmission is asynchronous, windows overlap heavily. Raw threshold hits can fire many times around one event.
The chart shows top score, raw triggers (red), and edge triggers (green).
Dictionary word bits (40 TX samples)
Incoming latest 40-sample window
red = raw trigger (score ≥ threshold)
green = edge trigger (false→true transition)