Adaptive LMS Threshold Decoder
+30V
Fast Adaptation
Estimated Offset (Adaptive)
0.00V
Decoded Stream (RX)
How it works: Decision-Directed LMS
The receiver uses a feedback loop to track the signal offset without any "pilot" tones. This is known as Blind Adaptive Estimation.
1. Error Detection: After making a decision on a bit (1 or 0), the receiver calculates the error e[n] between the actual sampled voltage and the expected ideal level (Target).
2. The Update Rule: The threshold is updated for the next bit using the Least Mean Square (LMS) update formula:
Threshold[n+1] = Threshold[n] + μ · Error[n]
Move the "Channel Drift" slider. In Fixed Mode, errors occur immediately. In Adaptive Mode, you will see the horizontal line (the estimated threshold) "climb" or "fall" until it perfectly tracks the center of the shifted signal.