DeScrambler

Parent Previous Next

VisualSim.actor.lib.comm
Class DeScrambler


Descramble the input bit sequence using a feedback shift register. The taps of the feedback shift register are given by the polynomial parameter. The initial state of the shift register is given by the initialState parameter. This is a self-synchronizing descrambler that will exactly reverse the operation of the Scrambler if the polynomials are the same. The low-order bit of the polynomial should always be set. For more information, see the documentation for the Scrambler actor and Lee and Messerschmitt, Digital Communication, Second Edition, Kluwer Academic Publishers, 1994, pp. 595-603.



Field Detail

polynomial

public VisualSim.data.expr.Parameter polynomial


initialState

public VisualSim.data.expr.Parameter initialState

 


Created with the Personal Edition of HelpNDoc: Free Web Help generator