일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- matplotlib
- 수식삽입
- 에러기록
- pytorch
- teps
- JAX
- 논문작성법
- ChatGPT
- Zotero
- 우분투
- Julia
- 텝스
- Dear abby
- WOX
- 옵시디언
- Linear algebra
- IEEE
- 고체역학
- 논문작성
- 생산성
- obsidian
- Python
- MATLAB
- 수치해석
- Statics
- LaTeX
- 인공지능
- 딥러닝
- 텝스공부
- Numerical Analysis
- Today
- Total
뛰는 놈 위에 나는 공대생
[제어] H2 norm, H infinity norm 개념 본문
linear model의 norm에 대해 정리한다. 행렬이나 벡터, 시스템은 모두 dimension이 2 이상이기 때문에 크기를 비교하기 위해 여러 개념이 도입된다. (행렬에서는 trace나 determinant)
linear model에서 norm이라는 개념이 있으므로 간략하게 적어놓는다.
$H_{\infty}$와 $H_{2}$ norm
$H_{\infty}$는 stable SISO system일 때 peak gain을 의미한다. frequency domain 상에서 보았을 때 가장 response의 magnitude가 큰 경우를 의미한다.
stable MIMO system일 때는 frequency domain 상에서 가장 큰 singular value를 의미한다.
어떤 시스템의 impulse response의 root mean square를 $\left \| H_{2} \right \|$라고 한다.
설명에 따르면 $H_{2}$ norm은 steady state covariance (or power) of the output response $y=Hw$ to unit white noise inputs w.
$\left \| H_{2} \right \|^{2} = \lim_{t\rightarrow \infty} E\left\{ y(t)^{\top}y(t)\right\}$
continuous time system with transfer function $H(s)$가 주어져있을 때
$\|H\|_{2}=\sqrt{ \frac{1}{2 \pi} \int_{-\infty}^{\infty} \text{Trace} \left [ H(j \omega)^{H} H(j \omega) \right ] d \omega}$
* power spectral density는 auto correlation function의 fourier tranform이자 신호의 power를 frequency에 대해 mapping해놓은 것과 같다. 엄밀하게 말하면, stochastic process는 확률에 따라 결과가 달라지기 때문에 power에 대한 기본적인 time average와 확률에 대한 average까지 추가된다. 여기서는 stochastic process라는 전제가 없어서 넘어감.
L-infinity norm
stable system일 때 $L_{\infty}$ norm과 $H_{\infty}$ norm이 일치한다. 다만 unstable일 때는 $H_{\infty}$는 무한대지만, $L_{\infty}$는 system의 stability와 관계없이 peak gain을 return한다.
(추가보완 필요)
신호및시스템에서 power라는 개념이 있다.
power는 신호를 frequency domain에서 볼 때, 즉 fourier transform을 했을 때 그 amplitude의 제곱을 sum한 것을 말한다. Parseval relation에 따르면
$\int_{-\infty}^{\infty}|x(t)|^{2} \mathrm{~d} t=\frac{1}{2 \pi} \int_{-\infty}^{\infty}|X(\omega)|^{2} \mathrm{~d} \omega$
참고문헌
https://kr.mathworks.com/help/control/ref/lti.norm.html#bsq4toq
수업자료 등
'연구 Research > 제어 Control' 카테고리의 다른 글
[제어] Transfer function을 s plane에 mapping하는 코드 (0) | 2022.04.11 |
---|---|
[제어] Actuator modelling (0) | 2021.12.16 |
[제어] Control theory 관련 레퍼런스 정리 (1) | 2021.11.11 |
[고등자동제어] Singular Value Decomposition과 Degree of Controllability (0) | 2021.02.26 |
[고등자동제어] controllability/observability example (1) | 2021.02.25 |