vault backup: 2024-10-12 13:36:04

This commit is contained in:
Dane Sabo 2024-10-12 13:36:04 -04:00
parent b95ed11b6f
commit e2819db678
2 changed files with 18 additions and 1 deletions

View File

@ -1 +1,18 @@
# Chapter 1:
# Chapter 1:
![[Pasted image 20241012132644.png]]
Notable signals:
- r - reference or command input
- e - tracking error
- u - control signal, controller output
- d - plant distrurbance
- y - plant output
- n - sensor
# Chapter 2 - Norms
>[!note] Signal Norms
>1-Norm
> $$||u||_1 = \int_{-\infty}^{\infty} |u(t)|dt$$
> 2-Norm
> $$||u||_2 = \left(\int_{-\infty}^{\infty} u(t)^2 dt \right)^{1/2}$$
> $\infty$-Norm
> $$||u||_\infty = \text{sup}_t |u(t)|$$

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB