Does anybody know how to make the equivalent of a ...
# analog-design
t
Does anybody know how to make the equivalent of a "log normal" distribution in ngspice? The SkyWater models all used gaussian distributions ("`dist=gauss`" in spectre;
agauss()
in ngspice). But the new continuous models are occasionally making use of the log normal distribution ("`dist=lnorm`" in spectre). I need to figure out how to convert this into ngspice. Would it be as simple as "`exp(agauss())`"?
👍 1