Searched Projects

Tags: Gray Code

project.name
0 Stars     25 Views
User:

Stepper Motor Driver

Stepper Motor Driver

Design of a half step and full step stepper motor driver using D flip-flops and multiplexers.


project.name
0 Stars     6 Views
User:

4 bit Binary to Gray code converter

4 bit Binary to Gray code converter

A 4-bit Binary to Gray code converter changes a 4-bit binary number into its equivalent Gray code.

 In Gray code, only one bit changes at a time between consecutive numbers


project.name
0 Stars     7 Views
User:

4 Bit Gray to Binary

4 Bit Gray to Binary

A 4-bit Gray to Binary converter changes Gray code back to binary. The first binary bit matches the first Gray bit, and each next bit is found by XORing the previous binary bit with the current Gray bit.