Advertisement
Guest User

Untitled

a guest
Nov 4th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.55 KB | None | 0 0
  1. \documentclass[10pt,a4paper]{article}
  2. \usepackage[utf8]{inputenc}
  3. \usepackage{amsmath}
  4. \usepackage{amsfonts}
  5. \usepackage{amssymb}
  6. \author{Lilly Elizabeth Alice Doye 29532183 stad1g17}
  7. \title{MATH2047 2018-19 Coursework 1: Fourier series and transform}
  8. \begin{document}
  9.    
  10.     \maketitle
  11.    
  12.     \section{[14 marks]}
  13.         \subsection{[4 marks]}
  14.             \begin{equation}
  15.                 y(t):=Zx(t)cos(\omega_0 t)
  16.             \end{equation}
  17.         \subsection{[4 marks]}
  18.             \begin{equation}
  19.                 y(t):=Zx(t)cos(\omega_0 t+\theta)
  20.             \end{equation}
  21.         \subsection{[6 marks]}
  22.             \begin{equation}
  23.                 y(t):=Zx(t-T_0)cos(\omega_0 t)
  24.             \end{equation}
  25.            
  26.     \section{[12 marks]}
  27.         \subsection{[4 marks]}
  28.             \begin{equation}
  29.                 \mathcal{F}(\overleftarrow{v})(\omega)=\mathcal{F}(v)(-\omega)
  30.             \end{equation}
  31.         \subsection{[4 marks]}
  32.             \begin{equation}
  33.                 p(t):=(g*v)(t)
  34.             \end{equation}
  35.             \begin{equation}
  36.                 u(t):=(g*\overleftarrow{v})(t)
  37.             \end{equation}
  38.         \subsection{[4 marks]}
  39.             \begin{equation}
  40.                 u(t)=p(-t)
  41.             \end{equation}
  42.  
  43.     \section{[18 marks]}
  44.         \subsection{[6 marks]}
  45.             \begin{equation}
  46.                 \begin{bmatrix}
  47.                     \hat{f}_0\\
  48.                     \hat{f}_1\\
  49.                     \vdots\\
  50.                     \hat{f}_{N-1}\\
  51.                 \end{bmatrix}
  52.                 =W
  53.                 \begin{bmatrix}
  54.                     f_0\\
  55.                     f_1\\
  56.                     \vdots\\
  57.                     f_{N-1}\\
  58.                 \end{bmatrix}              
  59.             \end{equation}
  60.         \subsection{[4 marks]}
  61.            
  62.         \subsection{[4 marks]}
  63.             \begin{equation}
  64.                 \{f'_0,f'_1,f'_2,f'_3,\}:=\{f_3,f_0,f_1,f_2\}
  65.             \end{equation}
  66.         \subsection{[4 marks]}
  67.  
  68.         \footnote{Made with MATH2047 template by Lilly Doye}
  69. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement