Utah State University |
---|
Department of Electrical and Computer Engineering |
ECE 3640 - Discrete-time Signals & Systems |
Before working these problems, watch these videos:
Summing complex exponentials video (21 min)
Here are some slides on these subjects:
Note: These slides end with "assignments" pages. Ignore those problems and do the problems below.
Here are a few identities from calculus and trigonometry.
In the following problems, let
Use the given set
Put your answers in sinc-function form.
Make linear magintude
Work out the integral in problem 3 in two ways.
(a)
(b)
Try to get your answer in part (a) to match your answer in part (b). Also explain why the difference of integrals in part (b) is equivalent to the sum of integrals in part (a).
In the following problems, let
Use the given set
Put your answers in sinc-function form.
Make linear magnitude
Work out the sum in problem 6 in two ways.
(a)
(b)
Try to get your answer in part (a) to match your answer in part (b). Also explain why the difference of sums in part (b) is equivalent to the sum of sums in part (a).
Policy note 1: If an assignment asks you to do something in Matlab, then write your code in a Matlab script (.m file) and attach a copy of your code when you turn in the assignment. Apply this rule throughout the semester.
Policy note 2: Combine your work into a single PDF file and upload to Canvas.
One way to create a PDF file showing your work, plots, and code would be to typeset your work using LaTeX. There are lots of ways to do this including Overleaf (online) or installing a LaTeX distribution on your computer (MiKTex for PCs, MacTex for Apple ... check out this URL https://www.latex-project.org/get/). WYSIWYG editors such as Typora (https://typora.io/) let you write in Markdown (which is a lightweight markup language) providing LaTeX mathematics, figure inclusion, and code fences for code. All of these methods output/export PDF files.
A low-tech but perfectly acceptable way to produce a PDF file is to work out your math on paper and then scan the pages into a PDF file. Then use a PDF editor to interleave your work with the plots and include your code.
Another option is to pull everything together in an MS Word document and export as PDF.