-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.typ
72 lines (43 loc) · 977 Bytes
/
example.typ
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
#import "template.typ": *
#show: project.with(
course: "Signals and Systems",
code:"VE216",
lab:3,
title: "Feedback Control",
authors: (
(name: "Waibi", affiliation: "12345678"),
(name: "Babu", affiliation: "87654321"),
(name: "Ruarong Rou", affiliation: "42424242"),
),
date: "April 2024",
)
= Objectives
- Understand feedback control
= Theoretical Background
== A Closed-Loop Feedback Model
#lorem(20)
== Closed-Loop Transfer Function
#lorem(20)
To calculate $G_"cl" (s)$:
$
Y(s) &= E(s)C(s)P(s) \
E(s) &= X(s)-H(s)Y(s) \
G_"cl" (s) &= Y(s)/X(s) = (C(s)P(s))/(1+C(s)P(s)H(s)) \
E(s) / X(s) &= 1/(1+C(s)P(s)H(s))
$
= Experimental Procedures
== Open-Loop System
#lorem(20)
== Feedback Control
#lorem(20)
= Experimental Results
== Open-Loop System
#lorem(20)
== Feedback Control
#lorem(20)
= Error Analysis and Discussion
#lorem(20)
= Conclusion
#lorem(20)
= Reference
- Lab+3+Manual2024.pdf, UM-SJTU Joint Institute, 2024.