这个作业是完成自定义的matlab函数
ECE 505 – Homework
2. Write a custom Matlab function to generate a unit sampler function. Develop a main
program to test your function.
3. Write a custom Matlab function to generate a unit step function. Develop a main
program to test your function.
4. Using the custom functions you developed, prove the following
δ(n) = u(n) − u(n − 1)
u(n) = Pn
k=−∞ δ(k)
2