Analog video switch circuit - Unsure about DC biasing.

Thread Starter

TommyTwoThousand

Joined May 6, 2026
3
I am designing a custom audio/video signal routing for use with retro game consoles (specifically using composite and component video signals in standard definition). I'm also using this project as an opportunity to learn electrical engineering concepts. My background is in mechanical engineering but I very nearly did electrical.

I think I'm finally getting my head wrapped around the basics of analog signals and would appreciate some feedback on my design. Here's my schematic showing one of the eight inputs routed through a mux to a buffer and then to the output. The other seven inputs would have the same two resistors and one capacitor per channel. Power supply and logic for controlling the mux is not shown. Also note that some values may not be finalized as this is a work in progress.

Signal Path.png

Starting on the left we have the input RCA connector with a 75Ω termination (J1 and R1).

C1 is the AC coupling cap used to remove any DC offset coming from the game console. From what I can tell this is common practice.

After that R2 on the 2.5V rail reestablishes a known DC offset at the middle of the power and ground rails. This is to lift up the signal to ensure it passes cleanly through the mux chip (ADG708). With a single 5V supply it can only accept signals between 0 and 5V per the datasheet and video signals will dip below 0V. The choice to go with a single supply was primarily to avoid introducing switching noise but I am open to revisiting that.

After the mux we have C2 and R3, which are included per the buffer chip's datasheet. Populating C2 only puts the buffer chip in AC Sync Tip Clamp mode, which is appropriate for composite video and the Y signal of component video. Populating C2 and R3 puts the buffer in AC Bias mode which is what the datasheet recommends for Pb and Pr component video signals.

Note that my finished build will have four of these boards. One for composite and three for component. R3 is populated or not based on which channel is being routed. That lets me order one PCB design for all channels.

Last we have the buffer chip (THS7314) with another AC coupling cap on the output and a 75Ω resistor to send out the signal with the correct impedance.

I'm open to any and all advice and constructive criticism but I also have some specific questions:

1. If I went to a dual supply on the mux it could accept signals between -5V and +5V. Could that eliminate the need for the 2.5V biasing?
2. Again, if I went with dual supplies could I skip AC coupling entirely on the input side? It's still getting AC coupled to the buffer.
3. I think the ADG708 chip is overkill and its expensive. I prioritized low Ron when selecting the chip but I'm sure its more nuanced than that. Any suggestions are welcome.

If you've made it this far thanks for reading through it all. I hope my design is at least partially correct as I am still learning a lot with this.

For reference here are the datasheets for THS7314 and the ADG708.
 

Irving

Joined Jan 30, 2016
5,032
. If I went to a dual supply on the mux it could accept signals between -5V and +5V. Could that eliminate the need for the 2.5V biasing?
Yes, it would be ground referenced, but only supports +/-2.5v supplies and signals
1778097477339.png

. Again, if I went with dual supplies could I skip AC coupling entirely on the input side? It's still getting AC coupled to the buffer.
yes, if you're 100% there's no DC bias on the input. Why not run the buffer on dual rails and ground reference throughout?

I think the ADG708 chip is overkill and its expensive. I prioritized low Ron when selecting the chip but I'm sure its more nuanced than that. Any suggestions are welcome.
Most hi-speed analog muxes have relatively low Ron. If your buffer is high-impedance input Ron is mostly irrelevant as you're not passing any current through the mux. What's your required bandwidth? Do you really need such a complex buffer?

C3 it the wrong way round, if biassed as shown.

Have a look at TI's TMUX4051,wider input and power supply ranges, lower i/o capacitance, 400MHz bandwidth and a fraction of the price, but higher Ron, but this isn't necessarily an issue.
 
Last edited:

Thread Starter

TommyTwoThousand

Joined May 6, 2026
3
Thanks for the feedback! I actually understood everything you said so I think I'm successfully learning!

The only one I'm concerned with is this:

yes, if you're 100% there's no DC bias on the input. Why not run the buffer on dual rails and ground reference throughout?
I think it may be possible there's DC offset but I'm not completely sure. The video spec is not supposed to have a DC offset but all of the signals would be coming from 20+ year old hardware. Could aging components introduce a DC offset?
 

Irving

Joined Jan 30, 2016
5,032
Thanks for the feedback! I actually understood everything you said so I think I'm successfully learning!

The only one I'm concerned with is this:



I think it may be possible there's DC offset but I'm not completely sure. The video spec is not supposed to have a DC offset but all of the signals would be coming from 20+ year old hardware. Could aging components introduce a DC offset?
No idea, but I know a man who will - owns an OB company - I'll ask. With the limited input range of the ADG708 it could be an issue. For the TMUX on +/-5v rails its less of an issue.
 

Thread Starter

TommyTwoThousand

Joined May 6, 2026
3
No idea, but I know a man who will - owns an OB company - I'll ask. With the limited input range of the ADG708 it could be an issue. For the TMUX on +/-5v rails its less of an issue.
Thanks I'll definitely look at that TMUX chip. At first glance it looks pretty suitable for my design.
 

AnalogKid

Joined Aug 1, 2013
12,073
If the source is "real" video, then the blanking level has been back-porch clamped to ground, the sync tip is at -40 IRE, and the peak video is at +714 V.

https://en.wikipedia.org/wiki/IRE_(unit)

Note that Linear Technology and Maxim (both now parts of Analog Devices) make specialized video and audio mux and output amp parts with exceptional specs.

ak
 
Top