Skip to content

Commit 7c8e5db

Browse files
committed
fix: correct image reference for below Nyquist frequency figure
1 parent 603f411 commit 7c8e5db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

book/manuals/week3/3.1_aliasing_and_anti_aliasing.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
"```\n",
173173
"We said before that a higher sampling frequency $f_{s}$ leads to a better quality reconstruction, but how does this idea fit into all of this? If we increase $f_{s}$, then our copies of the original frequency spectrum will be separated further from each other, meaning there is more space to isolate the original spectrum and reconstruct the signal. However, if we decrease $f_{s}$ too much, then the copies of the original frequency spectrum will begin to overlap. This effect is referred to as **aliasing**. When this happens, frequency components from neighbouring copies become mixed together, meaning that we can no longer isolate the original spectrum and perfectly reconstruct the signal. As a result, higher frequency components in the original signal appear as incorrect lower frequencies in the sampled signal. We say that these frequency components have been **aliased**. \n",
174174
"\n",
175-
"```{figure} images/below_nyquist_freq.png\n",
175+
"```{figure} images/below_nyquist.png\n",
176176
"---\n",
177177
"width: 600px\n",
178178
"name: below_nyquist \n",

0 commit comments

Comments
 (0)