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.

Second order derivite of IV curve

Status
Not open for further replies.

sjboy

Newbie level 4
Joined
Jun 15, 2009
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,319
Hello all,

In my first assignment to Analog course, I have to plot second and third order derivitive of IV curve of NMOS transistor. I was able to do the first order rds = 1/(δId/δVds) using calculator (1/deriv(IDC("NMOS/D"))) but I'm not sure how to get the second/third order.

Any input would be appreciated,
Thanks!
 

IDC returns DC operating point current (one value), so deriv(IDC(<terminal>)) should result in the error message in the CIW: can't handle deriv(<value>). You must use IS instead:

deriv(IS("/NMOS/D")) - first order derivative.
deriv(deriv(IS("/NMOS/D"))) - second order derivative.
deriv(deriv(deriv(IS("/NMOS/D")))) - third order derivative.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top