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.

gain vs. input common-mode voltage

Status
Not open for further replies.

SwordFish

Member level 4
Member level 4
Joined
Apr 27, 2002
Messages
76
Helped
4
Reputation
8
Reaction score
1
Trophy points
1,288
Location
Europe
Activity points
525
Hi,

My design is a opamp.
I need to know if the gain (differential gain) depend upon input common-mode voltage. Something like "Av vs Vcm"

Is there a way to make such a plot ?

For simulation I use hspice. Maybe you could give a "xxx.sp" file .

Thanks
 

If the emitter current source is OK,the gain should depend very little on common mode voltage.
You can find out the dependence by using three voltage sources.
V0 1 0 DC 0V (Vcommon mode)
V1 2 1 AC 0.1V (V diff/2)
V2 1 3 AC 0.1V (V diff/2)

nodes 2,3 are differential amp inputs.

By sweeping V0 you can see how this affects the AC gain.
 

Yes, but the gain is available on AC analisys and common-mode voltage is on DC analisys. Also AC use a freq on X axis and DC use Volts as X axis.

Thanks.
 

In HSPICE make and an AC analysis using the common mode voltage as sweeping parameter (go to the AC analysis section in the HSPICE manual) You can make AC analyses while changing DC bias. You'll get a family of AC results with the common mode voltage as parameter.
 

Try with parameter sweep
First you must define V0 value as a parameter :

.PARAM V0_value - 0
V0 1 0 {V0_value}
.STEP PARAM V0_value -5 5 .2

P.S. It should work with pspice,I don't know if hspice is equivalent.
 

What I am looking for is something like the figure 5 (page '8') from this pdf file.
 

common mode voltage is to make sure the circuit can operate well.
in that range , the gain does not change very much
 

yes. the gain depend on the circuit you design.
if the circuit of input stage is not in triode, the av does not change very much
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top