Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to design a Voltage Averaging Circuit with low current

Status
Not open for further replies.

kma

Newbie level 4
Joined
Oct 16, 2006
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,308
Can anyone tell me how to get the Voltage Averaging Circuit design with low current, like V1=(V0+V2)/2?

Thanks
 

If V0,V2 is dc voltage, just use 2 resistors.
If V0,V2 is ac signal, use filter first? I am not sure.
 

Re: How to design a Voltage Averaging Circuit with low curre

Consider a T-shaped resistor network, where the horizontal branchers are of value R and the vertical branch is also of value R and is grounded at the other end.

The two voltages are applied to the two sides of the T-network. By simple mesh analysis, the current flowing in vertical branch is proportional to V1 and V2 respectively(Sinec R is constant)

By simple mesh analysis,the voltage at point x is
(V1/2R+V2/2R)*R
=>(V1+V2)/2
Code:
     R         R
V1<-------x------->V2
          |
          |
          | R
          |
          |
         GND
Sorry,It is really difficult to keep text-drawings intact even within code sections.
Note that, this may not work with high frequency signals without additional RC compensation.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top