From a26c05248017c46c2514e6c24f239acda9e682f9 Mon Sep 17 00:00:00 2001 From: Philipp Le Date: Fri, 10 Jun 2022 22:46:17 +0200 Subject: Fix in chapter 4 --- chapter04/content_ch04.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter04/content_ch04.tex b/chapter04/content_ch04.tex index 187fedd..3137254 100644 --- a/chapter04/content_ch04.tex +++ b/chapter04/content_ch04.tex @@ -2061,7 +2061,7 @@ For example if the \ac{PCM} value is $\left(10010100\right)_2$, its real value i \begin{itemize} \item The quantization error of a \ac{PCM} signal resides in \ac{LSB}. - \item The quantization error is uniformly distributed between $\SI{-1/2}{LSB} = -2^{-B}$ and $\SI{+1/2}{LSB} = +2^{-B}$, where $B$ is the number of bits. + \item The quantization error is uniformly distributed between $\SI{-0.5}{LSB} = -2^{-B}$ and $\SI{+0.5}{LSB} = +2^{-B}$, where $B$ is the number of bits. \end{itemize} \begin{excursus}{The \ac{LSB}} -- cgit v1.1