I'm still wondering what you may need white noise for. The way to make simulation noise sources more Gaussian, you may use the Box-Mueller algorithm. You need two independent random variables for it.
For a simple noise source in LTspice you may use an arbitrary behavioural voltage source, and assign voltage as a function V=white(time) or V=white(time*treq) where freq is a parameter for a mid frequency for analysis.
You may also use V=rand(time) or V=rand(time*treq). Neither such source is a good approximation for a real Gaussian, but with Box-Mueller algorithm it may be close enough.
For a simple noise source in LTspice you may use an arbitrary behavioural voltage source, and assign voltage as a function V=white(time) or V=white(time*treq) where freq is a parameter for a mid frequency for analysis.
You may also use V=rand(time) or V=rand(time*treq). Neither such source is a good approximation for a real Gaussian, but with Box-Mueller algorithm it may be close enough.
Comment