how to measure the output of normal distribution in LTspice and have more accuracy?

Status
Not open for further replies.

wqtony2004

Newbie level 2
Joined
Mar 24, 2015
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
12
Hi, can anybody tell me how to measure or print in the log file the output put of my gauss distribution in LTspice?
Here is my netlist:

.step param run 1 10 1
.function normal(nom,tol) 'if(run==1,nom,nom*(1+gauss(tol/3)))'

.param vddp='normal(1,0.05)'

how can i use .measure directive (or other directive)to check the output of function?
Moreover, in log file, there is only 6 digital number after the decimal point, how can I increase the accuracy.
Thank a lot!
 

BTY, I don't think we should invoke the 'normal' function again, coz it will be different form the value assigned to 'vddp',right?
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…