easy converter

Thread Starter

alexmath

Joined May 2, 2014
17
Hello! Can anyone tell me how can i implement a simple converter? Let's take the functions in the picture below. What should i do to find out what is the logic circuit that take as an imput f function elements and outputs g function ones? Thank you!
 

Attachments

Thread Starter

alexmath

Joined May 2, 2014
17
My requirement is to build a converter from gray to aiken ( or whatever code to whatever another code... ). The problem arises when i can not see the pattern.
And yes, kubeek is right... that question is nonsensical.
 

WBahn

Joined Mar 31, 2012
30,082
You need to describe what you are doing in a bit more detail.

If you are asking about mapping an element of one sequence to the corresponding element of another sequence, such as from the typical Gray code sequence to binary, then the primary requirement is that there be a one-to-one mapping. After that it is a matter of determining the logic relationships between all of the bits of the starting sequence and each bit of the target sequence. Often times this can be done in a very elegant and not-easily-seen way by understanding the deeper structure of both sequences.
 
Top