[SS] ROC of z-Transform
·
.../Signals and Systems
Zero, Pole and ROC 2023.06.16 - [.../Signals and Systems] - [SS] z-Transform : Zero, Pole, and ROC [SS] z-Transform : Zero, Pole, and ROC z-Transform의 일반형은 다항식( polynomial)을 분자(numerator), 분모(denominator)로 가지는 분수 형태로 표현됨. $$ H(z)=\frac{P(z)}{Q(z)}=\frac{\displaystyle\sum^M_{m=0}b_m z^{-m}}{\displaystyle 1+\sum^N_{n=1}a_nz^{-n}} $$ 이 때, nu dsaint31.tistory.com Region of Convergence (ROC, 수렴영역) z-..
[SS] z-Transform: Introduction
·
.../Signals and Systems
1. z-Transform이란?Laplace Transform의 Discrete Version (or Generalization of DTFT)Continuous Time Signal과 System에서 Laplace Transform의 역할을Discrete Time Signal과 Discrete Time System에서 담당.수식적으로 보면, DTFT (Discrete Time Fourier Transform)을 일반화(Generalization)한 것임.DTFT는 z-Transform의 special case임.이는 FT이 Laplace Transform의 special case인 것과 비슷함.DTFT가 존재하지 않는 discrete signal에서도 z-Transform은 가능함.단 absolutel..
[SS] Resolution of DFT
·
.../Signals and Systems
1. Picket Fence EffectDFT의 경우 spectrum도 discrete하게 존재하기 때문에 spectrum에서의 sampling interval(=실제 값을 가진 샘플의 간격)이 지나치게 넓을 경우, Picket Fence Effect로 인한 문제점 발생. (=너무 듬성듬성하게 샘플링하면 문제가 되는 것과 같음)DFT의 Picket Fence Effect ▷ 스펙트럼 샘플의 간격이 넓으면 실제 스펙트럼의 모양을 파악하기 어려움.▷ 스펙트럼의 해상도 (spectrum resolution)가 중요함!!!DFT에 의한 Spectrum Resolution(스펙트럼 해상도)▷ $x[n]$의 샘플 수에 의존: $\langle 2\pi \rangle $구간 고정되는 사실을 기억할 것! 2. Zero ..
[SS] Discrete Convolution (Linear Discrete Convolution)
·
.../Signals and Systems
Convolution은 linear time invariant (LTI) system에서 zero-state response를 구하는데 사용되는 연산임. DIP 등에서는 Linear Shift Invariant (LSI) system에서의 output image를 구하는데 사용되며, 주로 spatial domain filter들을 직접 spatial domain에서 구하는데 사용됨 (box filter, sobel filter등등) DFT (Discrete Fourier Transform)에서는 실제로 cyclic convolution이 이루어지나, 여기선 linear convolution에 초점을 맞춘다. 더보기 cyclic convolution(or circular convolution)은 다음을 참..
[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 $$a{ x }_{ 1 }\left( t \right) +b{ x }_{ 2 }\left( t \right) \longleftrightarrow a{ X }_{ 1 }\left( s \right) +{ X }_{ 2 }\left( s \right)$$ Time Shifting $$x\left( t-{ t }_{ 0 } \right) u\left( t-{ t }_{ 0 } \right) \longleftrightarrow { e }^{ -s{ t }_{ 0 } }X\left( s \right)$$ $s$-domain Shifting (or Complex Shifting) $$x( t ) e^{ s_0 t} \longleft..