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.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top