EE 451
Homework Assignment 1
Due Sep. 1, 1999
- Problem 2.7.
- For Part (c), plot several cycles of the function using MATLAB using the
stem function.
- Problem 2.29. Do the plots in MATLAB using the stem function.
- Plot the following functions using the stem function of MATAB.
- x[n] = (0.9)n cos(0.1 pi n + pi/6) 0 <= n <= 40
- x[n] = (0.9)n cos(4.1 pi n + pi/6) 0 <= n <= 40
- x[n] = (0.75)n[u(n+6) - u(n-5)] + 5 delta(n-2)
-10 <= n <= 10
- Consider the discrete-time system y[n] = T{x[n]} = n x[n].
Assume that the input to this system is x[n] = u[n]-u[n-4].
- Is the system time invariant?
- Sketch the input x[n].
- Sketch the output y[n].
- Sketch the output y[n-2].
- Let x1[n] = x[n-2]. Sketch the input x1[n].
- Determine and sketch the output y1[n].
- Is the output y1[n] equal to y[n-2]?
- Repeat Problem 4 for the system y[n] = T{x[n]} = (x[n+1] + x[n] +
x[n-1])/3
Bill Rison,
<rison@ee.nmt.edu >