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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…