Normal distribution is frequently assumed when we do circuit analysis.
- Why?
Because there is a saying that the sum of a large number of random variables converges to the Normal.
- Under what condition is this true?
The central limit theorem deals with this point. In [1], it defines “the normalized sum of a large number of mutually independent random variables with zero means and finite variances tends to the normal probability distribution function provided that the individual variances are smaller compared to the total sum of variance”.
- Why people sometimes assume normal distribution and use
to characterize circuit input-referred noise?
It’s understandable that people use to characterize the offset of a circuit, because many random effects during fabrication tend towards a normal distribution. But when comes to noise, 4kTRBW or kT/C will pop up in our minds. Why
?
In frequency domain, it’s straightforward to do the noise analysis given noise power spectral density and bandwidth. However, when moves to time domain, we need the assumption of normal distribution and its .
- How to link time-domain noise to frequency-domain noise? Or let’s ask in this way, how is
related to noise power spectral density
and bandwidth
?
Cadence should have the answer! Because they provide transient noise simulation. Yes then, I find the answer in their application note [2]. 😉
Let’s take white noise as an example for simplicity (in this case, ). In the time domain, a white noise signal n(t) is approximated as
,
where is a random number with standard normal distribution updated with time interval
. The noise signal amplitude and update time interval are
,
.
Let’s then verify it. The auto-correlation function for this noise signal is calculated to be
,
where is a triangular pulse function of width
. The power spectrum of n(t) can then be calculated as a Fourier transform of the auto-correlation function
.
Finally, the total noise power can be obtained by integrating over the frequency
.
Reference
[1] H. Stark and J. W. Woods, Probability and random processes with applications to signal processing, 3rd edition, Pearson Education, 2009.
[2] Cadence, “Application notes on direct time-domain noise analysis using Virtuoso Spectre”, Version 1.0, July 2006.
Insteresting! I will read later.
Pingback: Noise Effect On The Probability of Comparator Decision | EveryNano Counts