From 996eea6f63dc7a865494e9da1eacb81ed3bf9df2 Mon Sep 17 00:00:00 2001 From: Joel Kemp Date: Mon, 10 Oct 2022 12:06:40 -0400 Subject: [PATCH] Fix typo The of thew off the sentence. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b91ea25..d94941b 100644 --- a/README.md +++ b/README.md @@ -507,7 +507,7 @@ And if we render this block of coefficients, we'll get this image: ![dct coefficients image](/i/dct_coefficient_image.png "dct coefficients image") -As you can see it looks nothing like the original image, we might notice that the **first coefficient** is very different from all the others. This first coefficient is known as the DC coefficient which represents of **all the samples** in the input array, something **similar to an average**. +As you can see it looks nothing like the original image, we might notice that the **first coefficient** is very different from all the others. This first coefficient is known as the DC coefficient which represents **all the samples** in the input array, something **similar to an average**. This block of coefficients has an interesting property which is that it separates the high-frequency components from the low frequency.