Skip to content

Commit c0b6a0c

Browse files
committed
STYLE: Use \cos in LaTeX equations for consistency
1 parent 2b63d1a commit c0b6a0c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

SoftwareGuide/Latex/DesignAndFunctionality/ImageInterpolators.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,13 +198,13 @@ \subsection{Windowed Sinc Interpolation}
198198

199199
Cosinus window
200200
\begin{equation}
201-
w(x) = cos ( \frac{\pi x}{2 m} )
201+
w(x) = \cos ( \frac{\pi x}{2 m} )
202202
\end{equation}
203203

204204

205205
Hamming window
206206
\begin{equation}
207-
w(x) = 0.54 + 0.46 cos ( \frac{\pi x}{m} )
207+
w(x) = 0.54 + 0.46 \cos ( \frac{\pi x}{m} )
208208
\end{equation}
209209

210210

@@ -222,7 +222,7 @@ \subsection{Windowed Sinc Interpolation}
222222

223223
Blackman window
224224
\begin{equation}
225-
w(x) = 0.42 + 0.5 cos(\frac{\pi x}{m}) + 0.08 cos(\frac{2 \pi x}{m})
225+
w(x) = 0.42 + 0.5 \cos(\frac{\pi x}{m}) + 0.08 \cos(\frac{2 \pi x}{m})
226226
\end{equation}
227227

228228

0 commit comments

Comments
 (0)