...

    [SS] Symmetric Signals

    Symmetry에는 다음의 두가지가 존재. Even Symmetry (우대칭) $$x(t) = x(-t)$$ 대표적인 예로 cos 함수를 들 수 있음. Odd Symmetry (기대칭) $$x(t)= -x(-t)$$ 대표적인 예로 sin함수를 들 수 있음. 모든 function은 even symmetric component와 odd symmetric component의 합으로 표현 가능. 다음과 같이 임의의 function $x(t)$는 even symmetric component $x_e(t)$와 odd symmetric component $x_o(t)$의 합으로 표현가능함. $$\begin{aligned}x(t) &= \frac{x(t)+x(-t)}{2}+\frac{x(t)-x(-t)}{2} \\ &..

    [Math] The Cauchy-Schwarz Inequality

    Vector space $V$의 모든 vector $\textbf{u}$, $\textbf{v}$에 대해 성립하는 다음의 부등식 관계를 의미함. $$|\langle\textbf{v},\textbf{u}\rangle | \le \|\textbf{v} \| \|\textbf{u}\|$$ where$\langle \textbf{u}, \textbf{v} \rangle$ : vector $\textbf{u}$와 $\textbf{v}$의 inner product.$|x|$ : scalar $x$에 대한 absolute value.$\|\textbf{u}\|$: $\textbf{u}$의 norm.증명.$\textbf{u} = \textbf{0}$ 인 경우, Cauchy-Schwarz Inequa..

    [SS] BIBO Stable System

    input과 output으로 나타낸 stable system Bounded Input Bounded Output (BIBO) stable system 이란? 제한된 input이 입력되면 제한된 output의 출력을 보장하는 stable system. 수식으로 보면 input과 output이 다음을 만족함. $$\begin{matrix} |x(t)| \le B, & \text{for all }t \\ |y(t)| \le C, & \text{for all }t \end{matrix}$$ where, $B, C$ : fixed positive finite value (=finite positive constant). $|x(t)|$ : $x(t)$의 magnitude. absolute value를 주로 사용...

    [SS] Feedback Connection

    Feedback Connection (궤한연결)의 경우 뒷단시스템($h_2(t)$를 impulse response로 가짐)의 출력이 다시 앞단시스템 ($h_1(t)$를 impulse response로 가짐)의 입력으로 feedback(되먹임)됨 Feedback Connection의 경우, positive feedback 과 negative feedback으로 구분됨. 일반적으로 작은 signal 변화를 증폭하고자 하는경우 positive feedback을 일종의 항상성 (homeostatsis와 같은)을 원하는 경우 negative feedback이 사용됨.

    [SS] Parallel Connection

    입력이 $x(t)$이고 최종출력이 $y(t)$인 parallel connection의 diagram은 다음과 같음. $h_1(t)$과 $h_2(t)$는 subsystem1과 subsystem2의 impulse response임. $y_1(t)$과 $y_2(t)$는 subsystem1과 subsystem2의 output임. 위와 같은 parallel connection system에서 impulse function이 입력되면 다음을 만족함. $x(t)=\delta(t)$ $y_1(t)=h_1(t)$ $y_2(t)=h_2(t)$ $y(t)=h(t)=h_1(t)+h_2(t)$ 즉, parallel connection의 경우 각 subsystem의 impulse response를 더함으로서 최종 impulse ..

    [SS] Cascade Connection

    입력이 $x(t)$이고 최종출력이 $y_2(t)$, 중간 출력이 $y_1(t)$인 cascade connection의 diagram은 다음과 같음. $h_1(t)$과 $h_2(t)$는 subsystem1과 subsystem2의 impulse response임. 입력이 impulse인 경우, 다음이 성립함. $x(t)=\delta(t)$ $y_1(t)=h_1(t)$ $y_2(t)=y_1(t)*h_2(t)=h_1(t)*h_2(t)$ 즉, subsystem1과 subsystem2의 cascade connetion을 큰 하나의 system으로 볼 수 있고, 이 경우 impulse response는 $h(t)=h_1(t)*h_2(t)$가 성립함. Subsystem들의 impulse response의 convolu..