Skip to content

Commit

Permalink
Fix typo in fourier basis def
Browse files Browse the repository at this point in the history
  • Loading branch information
XYQuadrat committed Jan 24, 2024
1 parent d3fbb32 commit e7935f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viscomp/viscomp.tex
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ \subsection{Fourier Transform}
F(u,v) &= \frac{1}{N} \sum^{N-1}_{x=0} \sum^{N-1}_{y=0} f(x,y) \cdot e^{-i2\pi (\frac{ux+vy}{N})} \mathop{dx}\mathop{dy} \\
f(x,y) &= \iint_{\mathbb{R}^2} F(u,v) \cdot e^{i 2\pi (ux+vy)} \mathop{du}\mathop{dv} \tag{inverse}
\end{align*}
\( e^{-i2\pi (ux+vy)} = \cos (2\pi (ux+vy)) + i \cdot \sin(2\pi (ux + vy)) \)
\( e^{-i2\pi (ux+vy)} = \cos (2\pi (ux+vy)) - i \cdot \sin(2\pi (ux + vy)) \)
\end{mainbox}
Relevant trigonometric properties:
\[\cos(x) = \frac{e^{ix} + e^{-ix}}{2},\; \sin(x) = \frac{e^{ix}-e^{-ix}}{2} \]
Expand Down

0 comments on commit e7935f7

Please sign in to comment.