Manchester Encoder_Decoder

Status
Not open for further replies.

niraj_m

Junior Member level 1
Joined
Sep 26, 2009
Messages
19
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Edison
Activity points
1,404
HI,
I need to code Manchester encoder - decoder . I am very new to this .

Can any one provide the Manchester encoder and decoder code in VHDL please .

Thanks in advance !

Niraj
 

If you know how Manchester code works, it shouldn't be difficult.

Roughly, assume you have 2 states, state0 that outputs 0, and state1 that outputs 1.

When you get 0 as input, move to state0 and then to state1 next cycle.
When you get 1 as input, move to state1 and then to state0 next cycle.

You need minor extra things to make it work perfectly, but basic idea is along the line I said above.
 
Last edited:

Thanks lostinxlation!

 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…