[SS] Discrete System Representation: DE, MA, AR, ARMA, ARIMA, SARIMA
·
.../Signals and Systems
신호처리 관점에서의 시스템 표현: 차분 방정식과 MA, AR, ARMA, ARIMA, SARIMA 모델신호처리에서 이산 신호 시스템은 FIR(Finite Impulse Response) 시스템과 IIR(Infinite Impulse Response) 시스템으로 분류할 수 있음.이들은 difference equation(차분 방정식)을 통해 수학적으로 표현가능함.그러나 차분 방정식만으로는 신호의 주파수 응답, 자기 상관성, 노이즈 제거 등의 다양한 특성을 효과적으로 반영한 모델링이 어려움. 이를 보완하기 위해 다음의 확장된 형태의 표현(representation, model)이 도입됨.MA(Moving Average),AR(Auto-Regressive),ARMA(Auto-Regressive Moving A..
[SS] Complex Exponential Signals
·
.../Signals and Systems
Complex Exponential Signals신호처리에서 주파수 성분을 분석하고 이를 나타내는데 핵심적인 역할을 함.(Fourier Transform에서 Basis function으로 사용됨) $$Ae^{z}=Ae^{s}=Ae^{\sigma + j \omega t} = Ae^{\sigma}e^{j\omega t} = A e^\sigma (\cos \omega t +j \sin \omega t)$$Continuous-time Sinusoidal Signal주기신호 Continuous-time sinusoidal signal은특정 angulary frequency $\omega$와phase $\phi$, 그리고amplitude $A$로 정의된다.$$ A\sin (\omega t+\phi) \\ A\cos..
[SS] Symmetric Signals
·
.../Signals and Systems
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} \\ &..
[SS] Ramp Function
·
.../Signals and Systems
수식 $$ r(t)=\left\{\begin{matrix} t, & t\ge 0\\ 0, & t
[SS] Signum function : 부호함수
·
.../Signals and Systems
수식 signum function은 sign 즉 부호를 출력해주는 함수로 $\text{sgn}$으로 표기됨. $$\text{sgn} (t)=\left\{ \begin{matrix} \displaystyle \frac{t}{|t|}, & t\ne 0\\ 0, & t=0\end{matrix} \right.$$ $t=0$ 인 경우 부호가 없다는 뜻에서 0으로 지정된다. 다음으로도 많이 표시됨. $$\text{sgn} (t)=\left\{ \begin{matrix} 1, & t> 0\\ 0, & t=0 \\ -1,& t 위 식에서 보이듯이 signum 은 step function의 특별한 경우라고 생각할 수 있다. Waveform Note sgn은 special function에 속하며 odd function이..
[SS] Pulse Signal : Rect function
·
.../Signals and Systems
정의 $$\text{rect }(t)=\left\{ \begin{matrix} 1, & \text{for }|t|\dfrac{\tau}{2}\end{matrix}\right.$$ unit step의 경우와 마찬가지로 $|t|=\frac{\tau}{2}$인 경우 보통 $\frac{1}{2}$을 가지도록 정의되는 경우가 많음. $\tau=1$ 인 경우로 한정하여 $\text{rect}$라고 부르는 경우가 많음. $\text{rect}$는 대표적인 energy signal임. Frequency domain에서는 $\text{sinc}$ function이 된다. Waveform 위 그림은 width가 $\tau=2a$ 인 Pulse Signal ($\text{rect}$ function이라고도 불림)을 보여준다..