IntuitiveAnalog
Member level 2
- Joined
- May 18, 2014
- Messages
- 52
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,288
- Activity points
- 1,684
Hi everyone,
I want to do monte carlo analysis of a circuit by varying its device width . I am writing the syntax as given below :
.param W1=gauss(2.072u,0.2,1)
and the using sweep monte=30 in ac analysis. Everything is fine upto this point but when I rewrite the syntax as below
.param W1=gauss(2.072u,0.0667,3)
then the results are quite different .
My question is what parameters we are passing in the gauss function in parenthesis . If I am not wrong the first value is the mean value , second one is percentage deviation and third one is sigma . If this is the case then why two results have so much difference? I am particularly confused about sigma .
Thanks in advance
I want to do monte carlo analysis of a circuit by varying its device width . I am writing the syntax as given below :
.param W1=gauss(2.072u,0.2,1)
and the using sweep monte=30 in ac analysis. Everything is fine upto this point but when I rewrite the syntax as below
.param W1=gauss(2.072u,0.0667,3)
then the results are quite different .
My question is what parameters we are passing in the gauss function in parenthesis . If I am not wrong the first value is the mean value , second one is percentage deviation and third one is sigma . If this is the case then why two results have so much difference? I am particularly confused about sigma .
Thanks in advance