diff options
Diffstat (limited to 'chapter04')
| -rw-r--r-- | chapter04/content_ch04.tex | 2 |
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}} |
