English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories
0

Multiplexor from combinational circuit.

2007-02-13 17:25:26 · 1 answers · asked by bhebz 1 in Science & Mathematics Mathematics

1 answers

Here's a 2-to-1 multiplexor:
z = (a AND s) OR (b AND NOT s)

s is the selector input.
a and b are the data inputs.
z is the output.

When s is true, then z = a
When s is false, then z = b

2007-02-14 15:33:32 · answer #1 · answered by Bill C 4 · 0 0

fedest.com, questions and answers