Update Content - 2020-10-15

This commit is contained in:
2020-10-15 21:36:53 +02:00
parent f1cad23157
commit f1c89b14f6
113 changed files with 834 additions and 786 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](#orgf06d261)).
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)).
<a id="orgf06d261"></a>
<a id="org5848c2b"></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="important">
<div class="bred">
<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="examp">
<div class="bgreen">
<div></div>
Let's take a 18bits ADC with a range of +/-10V and a sample frequency of 10kHz.