Skip to content

Commit

Permalink
fourier transforms, fixing #9
Browse files Browse the repository at this point in the history
Signed-off-by: Noah Huetter <noahhuetter@gmail.com>
  • Loading branch information
huettern committed Oct 3, 2019
1 parent 21e9909 commit f403731
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Communication Systems/communication_systems.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
% @Author: Noah Huetter
% @Date: 2019-09-24 17:26:28
% @Last Modified by: noah
% @Last Modified time: 2019-10-03 14:59:32
% @Last Modified time: 2019-10-03 15:04:03
% ---------------------------------------------------------------------------

\documentclass[a4paper, fontsize=8pt, landscape, DIV=1]{scrartcl}
Expand Down Expand Up @@ -615,12 +615,20 @@
\pagebreak
\section{Math}
% ---------------------------------------------------------------------------
\subsection{General}
\begin{empheq}{align*}
&\cos(a)\cos(b) + \sin(a)\sin(b) = \cos(a-b) \\
&\sinc(x) = \frac{\sin(\pi x)}{\pi x} \\
&\sin(x) = \frac{e^{ix}-e^{-ix}}{2i} \quad \cos(x) = \frac{e^{ix}+e^{-ix}}{2}
\end{empheq}

\subsection{Fourier Transform}
\begin{empheq}{align*}
\rect\left(\frac{t}{T}\right) &\laplace T\sinc(fT) \\
\sinc\left(\frac{t}{T}\right) &\laplace T\rect(fT) \\
\end{empheq}



\end{multicols*}

Expand Down

0 comments on commit f403731

Please sign in to comment.