The Z-Transform Lab
- Watch video entitled “Module 7– Z-Transform in MATLAB”
- Work the below lab assignment below using MATLAB.
- Include answers for Problems and include MATLAB coding along with any output plots that support solutions into a Word document entitled “Lab7_StudentID”. Where your student id is substituted in the file name.
- Upload file “Lab7_StudentID”
Activity 1:
A linear time-invariant discrete-time system has transfer function
- Use Matlab to obtain the poles of the system. Is the system stable? Explain.
- Matlab tip: You can find the roots of a polynomial by using the roots command. For instance, if you have the polynomial x2 + 4x + 3, then you can find the roots of this polynomial as follows:
>>roots([1 4 3])
where the array is the coefficients of the polynomial.
- Compute the step response. This should be done analytically, but you can use Matlab commands like conv and residue to help you in the calculations.
- Matlab tip: Besides using conv to look at the response of a system, it can also be used to multiply two polynomials together. For instance, if you want to know the product (x2 + 4x + 3)(x + 1), you can do the following:
>>conv([1 4 3],[1 1])
where the two arrays are the coefficients of the two polynomials.
The result is
>> ans = 1 5 7 3
Thus, the product of the two polynomials is x3 + 5x2 + 7x + 3.
Matlab tip: The command residue does the partial fraction expansion of the ratio of two polynomials. In our case, we can obtain Y(z)/z and then use the residue command to do the partial fraction expansion. Then it is relatively easy to obtain y[n] using the tables.
- Plot the first seven values of the step response. Is the response increasing or decreasing with time? Is this what you would expect, and why?
**PLEASE SEE ATTACHMENT**
11 years ago
10
Answer(1)![blurred-text]()
![]()
Purchase the answer to view it

- ee382_week_7_lab.docx
Bids(1)
other Questions(10)
- MOS 5201 Safety Engineering Unit 5 Essay 3-4
- 2 Digital Design Questions
- CMGT/430 Week 3 Using Roles Paper
- The following data have been recorded for recently completed Job 674 on its job cost sheet. Direct materials cost was $2,045. A total of 42 direct labor-hours and 255 machine-hours were worked on the job. The direct labor wage rate
- MGMT 410 Midterm Exam Solution
- PSYCH 625 Week 4 Learning Team Assignment - One-way ANOVA
- Earth Science DQ
- week 8 app enghanyez only
- Accounting!
- Prof Moses Help