Skip to content

Commit b6645db

Browse files
committed
added files
1 parent 1eff6cf commit b6645db

12 files changed

Lines changed: 92 additions & 2 deletions

Part0_ConceptReview.mlx

76.3 KB
Binary file not shown.

Part0_ConceptReviewSoln.mlx

68.8 KB
Binary file not shown.

Part1_TransferFunctionBasics.mlx

371 KB
Binary file not shown.
371 KB
Binary file not shown.

Part2_PoleZeroAnalysis.mlx

445 KB
Binary file not shown.

Part2_PoleZeroAnalysisSoln.mlx

445 KB
Binary file not shown.

Part3_FrequencyDomainAnalysis.mlx

360 KB
Binary file not shown.
360 KB
Binary file not shown.

README.md

Lines changed: 79 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,79 @@
1-
# Transfer-Function-Analysis-of-Dynamic-Systems
2-
Interactive courseware module that introduces transfer function analysis taught in system dynamics and controls courses.
1+
# Transfer Function Analysis of Dynamic Systems [![View <File Exchange Title> on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/####)
2+
**Curriculum Module**
3+
_Created with R2020b. Compatible with R2020b and later releases._
4+
5+
## Description ##
6+
This curriculum module contains interactive [live scripts](https://www.mathworks.com/products/matlab/live-editor.html) and a [MATLAB&reg; app](https://www.mathworks.com/products/matlab/app-designer.html) that teach transfer function analysis of dynamic systems. In the first script, students learn to derive transfer functions from ODEs and compute impulse, step, and forced responses. In subsequent scripts, students perform pole-zero and frequency domain analyses. Throughout the module, students apply transfer functions to analyze the dynamics of physical and electrical systems. In the final lesson, students perform a frequency domain analysis of an LC filter in a buck converter. A review of Laplace transforms is also included for students seeking a refresher. These lessons can be used as part of a lecture, as activities in an instructional setting, or as interactive assignments to be completed outside of class.
7+
8+
## Suggested Prework ##
9+
[MATLAB Onramp](https://www.mathworks.com/learn/tutorials/matlab-onramp.html) – a free two-hour introductory tutorial that teaches the essentials of MATLAB.<br>
10+
[Introduction to Symbolic Math with MATLAB](https://www.mathworks.com/learn/tutorials/introduction-to-symbolic-math-with-matlab.html) – a two-hour self-paced introductory course that teaches the basics of symbolic mathematics in MATLAB. Note that this course is only available to users with access to the Online Training Suite.
11+
12+
## Details ##
13+
**`Part0_ConceptReview.mlx, Part0_ConceptReviewSoln.mlx`**
14+
An interactive lesson that reviews Laplace transforms.
15+
16+
<img src="pendulum.gif" width="500">
17+
18+
**Learning Goals:**
19+
- Compute Laplace transforms by hand and using symbolic math
20+
- Describe the properties of the Laplace transform
21+
- Apply Laplace transforms to solve initial value problems
22+
- Recall the definition of a linear time-invariant (LTI) operator
23+
24+
## ##
25+
**`Part1_TransferFunctionBasics.mlx, Part1_TransferFunctionBasicsSoln.mlx`**
26+
An interactive lesson that teaches how to derive transfer functions and compute time responses analytically and in MATLAB.
27+
28+
<img src="SystemBoxStep.png" width="500">
29+
30+
**Learning Goals:**
31+
- Derive transfer functions by hand
32+
- Derive transfer functions using symbolic math
33+
- Numerically evaluate and plot the impulse, step, and forced responses of a system
34+
- Analytically derive the step and forced responses of a system
35+
- Explain the physical significance of time responses
36+
37+
## ##
38+
**`Part2_PoleZeroAnalysis.mlx, Part2_PoleZeroAnalysisSoln.mlx`**
39+
A live script lesson that teaches pole-zero analysis.
40+
41+
<img src="PolePlane.png" width="500">
42+
43+
**Learning Goals:**
44+
- Describe how the transfer function of a DC motor is derived
45+
- Identify the poles and zeros of a transfer function
46+
- Assess the stability of an LTI system based on the transfer function poles
47+
- Relate the position of poles in the s-plane to the damping and natural frequency of a system
48+
- Explain how poles of a second-order system relate to its dynamics
49+
- Examine how transfer function zeros affect the dynamics of a system
50+
51+
## ##
52+
**`Part3_FrequencyDomainAnalysis.mlx, Part3_FrequencyDomainAnalysisSoln.mlx`**
53+
An interactive lesson that teaches frequency domain analysis using transfer functions.
54+
55+
<img src="bodeplot.gif" width="500">
56+
57+
**Learning Goals:**
58+
- Explain how a Bode plot is generated
59+
- Use MATLAB to numerically calculate the frequency response of a transfer function
60+
- Discuss how features of the Bode plot relate to characteristics of physical systems
61+
- Describe how to derive a differential equation model for a buck converter with an LC filter
62+
- Apply the Bode plot to analyze an LC filter in a buck converter
63+
64+
## ##
65+
**`polesApp.mlapp`**
66+
A MATLAB app that lets you construct a transfer function by graphically positioning the poles and zeros. You can also compute and plot the impulse and step responses.
67+
68+
## Products ##
69+
MATLAB, Symbolic Math Toolbox&trade;, Control System Toolbox&trade;
70+
71+
## License ##
72+
The license for this module is available in the [LICENSE.TXT](license.txt) file in this GitHub repository.
73+
74+
## Support ##
75+
Have any questions or feedback? Contact the <a href="mailto:onlineteaching@mathworks.com">MathWorks online teaching team.</a>
76+
77+
# #
78+
79+
_Copyright 2021 The MathWorks, Inc._

SECURITY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Reporting Security Vulnerabilities
2+
3+
If you believe you have discovered a security vulnerability, please report it to
4+
[security@mathworks.com](mailto:security@mathworks.com). Please see
5+
[MathWorks Vulnerability Disclosure Policy for Security Researchers](https://www.mathworks.com/company/aboutus/policies_statements/vulnerability-disclosure-policy.html)
6+
for additional information.

0 commit comments

Comments
 (0)