Loading [MathJax]/jax/output/CommonHTML/jax.js
[SS] Circular Convolution
·
.../Signals and Systems
1. Circular Convolution이 필요한 이유.cyclic convolution이라고도 불림.DFT의 경우, frequency domain representation을 샘플링하므로, time domain representation도 periodic signal이 됨.때문에 DFT에서 time domain에서 input signal x[n]과 impulse response h[n]을 convolution하여 zero-state response y[n]를 구하는 경우, 기존의 (linear) convolution이 아닌 circular convolution으로 구해야 DFT의 sampling으로 인해 time domain의 x[n]h[n]이 주기를 가지고 반복되게 된 점을 반..
[SS] Properties of (unilateral) Laplace Transform
·
.../Signals and Systems
Unilateral Laplace Transform의 주요 성질. Linearity ax1(t)+bx2(t)aX1(s)+X2(s) Time Shifting x(tt0)u(tt0)est0X(s) s-domain Shifting (or Complex Shifting) $$x( t ) e^{ s_0 t} \longleft..
[SS] Laplace Transform : sin2Ω0tu(t)
·
.../Signals and Systems
sin2t=1cos2t2 를 이용한다. sin2Ω0t는 다음과 같이 전개가 가능함. sin2(Ω0t)=1cos2Ω0t2=1212cos2Ω0t 이를 (Unilateral )Laplace transform하면 다음과 같음. $$\begin{aligned}\mathscr{L}\left[\sin^2\Omega_0 t\right]&=\mathscr{L}\left[\frac{1}{2}\right]-\mathscr{L}\left[\frac{1}{2}\cos 2\Omega_0t\right]\\ &=\..
[SS] Laplace Transform : cos2Ω0tu(t)
·
.../Signals and Systems
cos2t=1+cos2t2 를 이용한다. cossΩ0t는 다음과 같이 전개가 가능함. cos2(Ω0t)=1+cos2Ω0t2=12+12cos2Ω0t 이를 (Unilateral )Laplace transform하면 다음과 같음. $$\begin{aligned}\mathscr{L}\left[\cos^2\Omega_0 t\right]&=\mathscr{L}\left[\frac{1}{2}\right]+\mathscr{L}\left[\frac{1}{2}\cos 2\Omega_0t\right]\\ &=\..
[SS] Ch04 Ex : Inverse Laplace Transform
·
.../Signals and Systems
1. 다음 X(s)의 Inverse Laplace Transform을 구하라. X(s)=8s27s6s3s26s sol. X(s)=8s27s6s3s26s=8s27s6s(s3)(s+2)=As+Bs3+Cs+2 distinct pole의 경우로서 다음과 같이 A,B,C를 구할 수 있음. $$ \begin {aligned} A&= \left. \frac{8s^2-7s-6}{(s-3)(s+2)} \right |_{s=0} \\ &= \frac{0-0-6}{-3\cdot 2} \\ &= 1 \end..
[SS] Partial Fraction Decomposition (부분분수분해)
·
.../Signals and Systems
Partial fraction decomposition은 이항분리 라는 이름으로도 불림. 여러 방법이 있지만, Heaviside라는 분이 제안한 Cover-up 기법이 가장 효과적인 기법으로 알려져 있음. 아주 간단한 경우에는 통분 후 등식의 left-, right-side의 계수를 비교하는 방법으로도 충분하나, 복잡한 형태인 경우엔 Cover-up 기법이 가장 효율적임. 신호 및 시스템 등에서는 Inverse Laplace Transform에서 복소적분을 피하기 위해 사용되지만, 분수함수의 적분이나 극한 등을 쉽게 구하는데에도 많이 이용된다. Distinct Real Poles (Non-repeated linear factors) s-domain에서의 X(s)N(s)D(s)의..