| Author |
Message |
neo
Joined: 19 Aug 2004 Posts: 56 Location: Beijing
|
20 Aug 2004 14:27 how to get Gm. |
|
|
|
hi, brothers, i am studying an active filter but i donnot know how to get the Gm of the OTA, can Cadence analog artist do this job? how? using the calculator or else?
thanks a lot!
|
|
| Back to top |
|
 |
Mazz
Joined: 03 Nov 2001 Posts: 473 Helped: 56
|
20 Aug 2004 15:52 Re: how to get Gm. |
|
|
|
Any AC simulator can calculate the Gm: just follow the definition and plot the output signal current vs. the input signal voltage.
Mazz
|
|
| Back to top |
|
 |
hspice
Joined: 10 Jul 2004 Posts: 7
|
21 Aug 2004 9:54 Re: how to get Gm. |
|
|
|
| For a transistor, just do DC analyze and use calculator-> OP -> selecting component -> gm, print it
|
|
| Back to top |
|
 |
Hughes
Joined: 10 Jun 2003 Posts: 711 Helped: 84
|
25 Aug 2004 8:43 Re: how to get Gm. |
|
|
|
| By adding a expression OP("/M1", "gm") as output, gm vs sweep source curve can be plotted after DC sweep. M1 is the instance name in the top cellview.
|
|
| Back to top |
|
 |
Question
Joined: 11 Aug 2004 Posts: 76
|
25 Aug 2004 10:53 how to get Gm. |
|
|
|
| For a transistor you can get gm from Results-Print-DC Operating Points after DC simulation.
|
|
| Back to top |
|
 |
DoctorX
Joined: 02 Sep 2004 Posts: 73 Location: USA
|
15 Sep 2004 2:13 Re: how to get Gm. |
|
|
|
| If you mean the Gm of a multiple-transistor OTA circuit, you have to test it. You want to put a dc/ac source at input, a dummy voltage source at output, and do dc, TRAN AND ac analysis. At small signals, the result from dc and TRAN should agree with that from ac analysis. Otherwise you got a problem.
|
|
| Back to top |
|
 |
markl
Joined: 16 Sep 2004 Posts: 4
|
16 Sep 2004 23:15 Re: how to get Gm. |
|
|
|
| Hughes wrote: |
| By adding a expression OP("/M1", "gm") as output, gm vs sweep source curve can be plotted after DC sweep. M1 is the instance name in the top cellview. |
This does not work, it only prints the value.
|
|
| Back to top |
|
 |
Hughes
Joined: 10 Jun 2003 Posts: 711 Helped: 84
|
17 Sep 2004 15:44 Re: how to get Gm. |
|
|
|
| markl wrote: |
| Hughes wrote: |
| By adding a expression OP("/M1", "gm") as output, gm vs sweep source curve can be plotted after DC sweep. M1 is the instance name in the top cellview. |
This does not work, it only prints the value. |
If the DC sweep is not selected, OP("M1","gm") can only get a scalar value which will be printed in the simulation window. But if DC sweep is selected, OP("M1","gm") will be a wave and can be plotted in the wave window.
|
|
| Back to top |
|
 |
sutapanaki
Joined: 02 Nov 2001 Posts: 476 Helped: 16
|
17 Sep 2004 17:38 Re: how to get Gm. |
|
|
|
How to plot transistor's gm and other intrinsic parameters, see:
http://www.edaboard.com/viewtopic.php?t=70540&highlight=
|
|
| Back to top |
|
 |