Multiplexer Question

I am in the process of designing my final year project in college and need to select between two analog signals.

To this end I was thinking that I should use a mutiplexer.

I was wondering if I could use a regular digital MUX or would I have to use an analog MUX.

Also if anyone is familiar with electronics workbench/multisim do they know of an analog MUX in the parts library.

Thanks.

If you are trying to multiplex analog signals, you definitely need an analog multiplexor. Digital devices only accept and output digital signals; they won’t preserve input voltage.

Cheers for that.

Now that I think about it using a digital MUX would only flip the output between Vcc and GND.

I am not familiar with Multisim, but look in you parts library for a 74x4051, 4052, or 4053. These are some basic discreet analog MUXes.

If you’re in a pinch for parts and don’t need super high off-channel rejection, then you can use an op-amp in a noninverting summing configuration (fig 3.18 of H&H’s The Art of Electronics), and FETs in series with the input resistors. Drive the FETs with complimentary op-amp comparators so that only one is switched on.

You can build an N-to-1 analog mux this way, if you have a way to activate each FET exclusively. Just remember that the off resistances of the FETs are still finite, so you will get some crosstalk at the output. Choose FETs with very low off conductances.