answersLogoWhite

0


Best Answer

It depends on the precise nature of the coder and there are many possibilities. Here are three:

A: f(x) = 2x

B: f(x) = 4*(x - 1)

C: f(x) = 2*(x2 - 3x + 4)

The simplest of these is f(x) = 2x.

In that case the decoder is y = ln(x)/ln(2) where ln is the natural logarithm. Logs to base 10, or any other base can also be used and, if the chosen base is 2, then the decoder becomes:

y = log2(x)

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you design an decoder 2 to 4 and 3 to 8?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How can one make 6-to-64 decoder with the help of 4-to-16 decoders?

for design 6-to-64 decoder we need four 4-to-16 decoders for last stage and one 2-to-4 decoder for selecting each of them..


How do you make 3 8 decoder?

Use two 2-4 decoders.


How can you design 4-to-16 decoder with five 2-to-4 decoder?

It turned out to be very easy))) But I was thinking for a while to solve the problem... )))Ok. Lets say we have inputs S3..S0. Let S3 and S2 go to inputs of each of FOUR of decoders; and S1 with S0 go to the inputs of the FIFTH decoder. The four outputs of the FIFTH decoder go to enable lines of the four decoders. Voila! It might be confusing, but just draw the whole thing and you'll see. Now you just need to enable the fifth decoder... HA-HA!


What are types of software design?

1. data design 2. architectural design 3. process design 4. interface design 5. procedural design


Impliment 8 into 256 decoder using decoder circuit?

8:256 decoder circuit can be implemented by using 4:16 decoder circuit


Draw the logic diagram of 2 to 4 line decorder with only nor gates include an enable input?

draw the logic diagram of 2 to 4 line decoder decoder using nor gates include enable input


How can I program 4 x 16 decoder in VHDL?

There are many different optional codes. Here are brought three of them.1st - 2:4 decoder using "enable" :entity DECODER isport (A, B, Enable : in std_logic ;Out : out std_logic_vector(3 downto 0));end DECODER;architecture ARC.DECODER of DECODER isbeginOut(0)


Why does your LCD not isplay the full picture from your decoder It is zoomed by default and I cant reset it?

Oh I had to change the settings on the decoder to send the signal as 4:3 instead of 16:9


How do you do the decoder on Poptropica?

Click on the decoder 4 times the type in 130928:):):):):) I hope this helped:):):)


Show how many 2-to-4 decoders are required to build a 6-to-64 decoder?

56


What step follows the identification of the problem in the technological design process?

1. Investigate 2. Design 3. Make 4. Evaluate


Draw logic diagram of two to four line decoder using nor gates only with enable input?

draw logical diagram 2 to 4 line decoder with nor gates only