Prof. Rich Kozick
ELEC 320, Fall 1997

Homework 8


Date Assigned: Monday, September 15, 1997
Date Due: Friday, September 17, 1997

  1. We will continue to work on Lab 1 for one more week (through Tuesday, September 23). Then individual lab reports will be due at 9 AM on Monday, September 29. I would strongly suggest that you submit a rough draft of your report on Monday, September 22, to receive some feedback. Guidelines for the lab report are listed on the Lab 1 assignment sheet.

  2. Please solve problem 1.34 in the text using MATLAB. Plotting discrete-time signals with the stem command is discussed in Section 1.3 of the text. A sample MATLAB program that solves part (a) of problem 1.34 is available at http://www.eg.bucknell.edu/~kozick/elec320/hw8s.m.

    Rather than submitting your program on paper, please send it to me by email. (If the file is named foo.m, the it can be sent to me via email by typing mail kozick < foo.m at the UNIX prompt.) I will then run your program in my account and view the plots. Try to do all of the work in one or two ".m" files. A plot can be produced in a second window using the command figure(2) before the plot or stem command.A third plot can be created in a new window using figure(3), etc.

    Please submit your answers to the questions in the text on paper. There is no need to print any of the plots produced by your program.

  3. Continue reading Chapter 2, Sections 2.1, 2.2, and 2.3.

Thank you.