Skip to content

Commit 4ae4e8b

Browse files
committed
Fixed wrong time indexes
1 parent 1550a1f commit 4ae4e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nonrecursive_filters/quantization_effects.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"where $e[k] = h_Q[k] - h[k]$ denotes the [quantization error](../quantization/introduction.ipynb#Model-of-the-Quantization-Process). Introducing $h_Q[k]$ into above equation and rearranging results in\n",
4444
"\n",
4545
"\\begin{equation}\n",
46-
"y_Q[k] = \\sum_{\\kappa = 0}^{N-1} h[k] \\; x[k - \\kappa] + \\sum_{\\kappa = 0}^{N-1} e[k] \\; x[k - \\kappa]\n",
46+
"y_Q[k] = \\sum_{\\kappa = 0}^{N-1} h[\\kappa] \\; x[k - \\kappa] + \\sum_{\\kappa = 0}^{N-1} e[\\kappa] \\; x[k - \\kappa]\n",
4747
"\\end{equation}\n",
4848
"\n",
4949
"The input signal $x[k]$ is filtered by the quantization noise $e[k]$ and superimposed to the desired output of the filter. The overall transfer function $H_Q(e^{j \\Omega})$ of the filter with quantized filter coefficients is given as\n",

0 commit comments

Comments
 (0)