Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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!

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.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top