Update Content - 2020-12-11

This commit is contained in:
2020-12-11 16:00:37 +01:00
parent 86eb3b2a13
commit 8f368b7515
11 changed files with 325 additions and 211 deletions

View File

@@ -23,9 +23,9 @@ Let's suppose that the ADC is ideal and the only noise comes from the quantizati
Interestingly, the noise amplitude is uniformly distributed.
The quantization noise can take a value between \\(\pm q/2\\), and the probability density function is constant in this range (i.e., its a uniform distribution).
Since the integral of the probability density function is equal to one, its value will be \\(1/q\\) for \\(-q/2 < e < q/2\\) (Fig. [1](#org5848c2b)).
Since the integral of the probability density function is equal to one, its value will be \\(1/q\\) for \\(-q/2 < e < q/2\\) (Fig. [1](#orgf547b74)).
<a id="org5848c2b"></a>
<a id="orgf547b74"></a>
{{< figure src="/ox-hugo/probability_density_function_adc.png" caption="Figure 1: Probability density function \\(p(e)\\) of the ADC error \\(e\\)" >}}
@@ -48,7 +48,7 @@ Thus, the two-sided PSD (from \\(\frac{-f\_s}{2}\\) to \\(\frac{f\_s}{2}\\)), we
\int\_{-f\_s/2}^{f\_s/2} \Gamma(f) d f = f\_s \Gamma = \frac{q^2}{12}
\end{equation}
<div class="bred">
<div class="important">
<div></div>
Finally, the Power Spectral Density of the quantization noise of an ADC is equal to:
@@ -62,7 +62,7 @@ Finally, the Power Spectral Density of the quantization noise of an ADC is equal
</div>
<div class="bgreen">
<div class="exampl">
<div></div>
Let's take a 18bits ADC with a range of +/-10V and a sample frequency of 10kHz.