[bootlin/training-materials updates] master: Graphix slides: fix typo in Fourier transform formula (612353b1)

Michael Opdenacker michael.opdenacker at bootlin.com
Mon May 16 10:11:23 CEST 2022


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/612353b1a4cbd36b4c9247319edb5e7a85d7d539

>---------------------------------------------------------------

commit 612353b1a4cbd36b4c9247319edb5e7a85d7d539
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon May 16 10:11:23 2022 +0200

    Graphix slides: fix typo in Fourier transform formula
    
    Source: https://en.wikipedia.org/wiki/Fourier_transform
    
    Reported-by: Bill Huffman <huffman at alum.mit.edu>
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


>---------------------------------------------------------------

612353b1a4cbd36b4c9247319edb5e7a85d7d539
 slides/graphics-theory/graphics-theory.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/graphics-theory/graphics-theory.tex b/slides/graphics-theory/graphics-theory.tex
index 59cea2d9..1c368b69 100644
--- a/slides/graphics-theory/graphics-theory.tex
+++ b/slides/graphics-theory/graphics-theory.tex
@@ -83,7 +83,7 @@
     \textit{high frequencies provide details in pictures}
   \item A 2D \textbf{Fourier transform} translates from spatial \((x,y)\) to frequency \((u,v)\) domain
 \[
-F(u,v) = \int_{-\infty}^{+\infty} \int_{-\infty}^{+\infty} f(x,y)e^{-j2\pi(ux+uy)}dxdy
+F(u,v) = \int_{-\infty}^{+\infty} \int_{-\infty}^{+\infty} f(x,y)e^{-j2\pi(ux+vy)}dxdy
 \]
   \item The transform decomposes the domain in \textbf{periodic patterns}
   \item Adapted for discrete signals as \textbf{Discrete Fourier Transform}




More information about the training-materials-updates mailing list