Jan 9, 2008 #1 F filipecbv Newbie level 6 Joined Sep 12, 2007 Messages 12 Helped 0 Reputation 0 Reaction score 0 Trophy points 1,281 Location Brasil Activity points 1,372 monte carlo mentor 2008 Hi Does anyone have a basic and practical tutorial to perform monte carlo analysis using mentor graphics tools???? I need to estimate the random offset in an opamp, and any suggestion about it will be very useful to me. Thanks a lot!!!! Filipe
monte carlo mentor 2008 Hi Does anyone have a basic and practical tutorial to perform monte carlo analysis using mentor graphics tools???? I need to estimate the random offset in an opamp, and any suggestion about it will be very useful to me. Thanks a lot!!!! Filipe
Jan 16, 2008 #2 B bozzo Member level 1 Joined Sep 1, 2005 Messages 34 Helped 5 Reputation 10 Reaction score 1 Trophy points 1,288 Location Europe Activity points 1,581 Re: Monte carlo with mentor Hi, please find below a small example : *Non-Inverting Amplifier .param voffset=0.1 lot=50% r1 5 3 100k r2 5 0 1k c1 3 0 1p yopa opamp2 pin : 2 5 3 0 param: p1=1e3 p2=5e8 gain=5000 voff=voffset vin1 2 0 sin (0 1 100) .tran 0 50m .mc 7 .plot tran v(2) v(3) .option display_carlo .end
Re: Monte carlo with mentor Hi, please find below a small example : *Non-Inverting Amplifier .param voffset=0.1 lot=50% r1 5 3 100k r2 5 0 1k c1 3 0 1p yopa opamp2 pin : 2 5 3 0 param: p1=1e3 p2=5e8 gain=5000 voff=voffset vin1 2 0 sin (0 1 100) .tran 0 50m .mc 7 .plot tran v(2) v(3) .option display_carlo .end