ELEC 320, Fall 1998
Prof. Rich Kozick

Homework 8


Date Assigned: Friday, September 18, 1998
Date Due: Wednesday, September 23, 1998

  1. In Chapter 2, please read Sections 2.1, 2.2, and 2.3. The reading for next week will be Chapter 3, Sections 3.1 and 3.2, on the topic of convolution for discrete-time systems and signals.

  2. Please study the class notes on Chapter 2, which were distributed in class and are available on the Web at http://www.eg.bucknell.edu/~kozick/elec320/chap2.html

  3. Please solve parts (c) and (d) of Problem 2.8 in the text. The objective is to review the process by which differential equations are obtained to model RLC circuits. You do not need to solve the equations, but you should obtain the differential equation that relates the input signal to the output signal.

    For more practice, try Problem 2.9, parts (c) and (d). (This is optional -- you do not have to hand in Problem 2.9.)

  4. This is a fun problem that will give you some practice with difference equations and programming in MATLAB.

    This classic mathematical problem goes back to Leonardo Fibonacci (? - ca 1250). To get a neat formulation, we're going to make the extreme assumptions that every pair of rabbits matures in one month, and produces a pair of baby rabbits the month after reaching maturity and every month thereafter. Start with one pair of baby rabbits at the beginning of Month 0. At the beginning of Month 1 this pair matures, but there will still be only one pair of rabbits. By the beginning of Month 2, however, there will be two pairs: the original pair, plus one new baby pair born to that original pair. By the beginning of Month 3, there will be only one more pair, for a total of three pairs, because the baby pair is not yet able to reproduce. By the beginning of Month 4, however, there will be a total of five pairs, three from the preceding month, plus two more born to the pairs that were mature that preceding month.

    (This problem is from K. Steiglitz, A Digital Signal Processing Primer, Addison-Wesley, 1996, page 195.)

Thank you, and have a nice weekend.