summaryrefslogtreecommitdiff
path: root/chapter04/content_ch04.tex
diff options
context:
space:
mode:
authorPhilipp Le <philipp@philipple.de>2022-06-10 22:46:17 +0200
committerPhilipp Le <philipp@philipple.de>2022-06-10 22:46:53 +0200
commita26c05248017c46c2514e6c24f239acda9e682f9 (patch)
tree68e96cb667ce4317132ca5602da847f77163e79b /chapter04/content_ch04.tex
parent796f36796d178d65f615f533df179eac581f90ca (diff)
downloaddcs-lecture-notes-a26c05248017c46c2514e6c24f239acda9e682f9.zip
dcs-lecture-notes-a26c05248017c46c2514e6c24f239acda9e682f9.tar.gz
dcs-lecture-notes-a26c05248017c46c2514e6c24f239acda9e682f9.tar.bz2
Fix in chapter 4
Diffstat (limited to 'chapter04/content_ch04.tex')
-rw-r--r--chapter04/content_ch04.tex2
1 files changed, 1 insertions, 1 deletions
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}}