-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add SDM263 feedback control theory
- Loading branch information
1 parent
6f48e2b
commit 10e76a0
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Feedback Control Theory | ||
|
||
## Introduction | ||
Classical control theory, mainly concerned with transfer function, time-domain analysis, stability, root locus, PID, frequency-domain analysis, and controller design. | ||
|
||
This course is the basis for the more advanced courses in control theory. | ||
|
||
## Notes | ||
|
||
[Lecture Notes](https://squarezhong.notion.site/Feedback-Control-Theorem-d7f921b3c64e41ee82db147f806db5d9?pvs=4) @squarezhong | ||
|
||
## Lab | ||
|
||
Use NCSLab to do some very simple control experiments. | ||
|
||
## Tools | ||
- NCSLab | ||
- [root-locus](https://github.com/squarezhong/root-locus) | ||
|
||
## Books | ||
- 自动控制原理 (胡寿松) | ||
- Modern Control Systems, 13th (Richard C. Dorf, Robert H. Bishop) | ||
- Automatic Control Systems, 10th (Farid Golnaraghi , Benjamin C.Kuo) | ||
|
||
## Links |