FT의 결과가 역시 impulse train이라는 점과
time domain에서의 주기 T가 freq. domain의 주기 Ω0=2πT와 반비례 관계라는 점,
그리고 time domain에서의 convolution이 freq. domain에선 곱하기라는 점을 통해
Nyquist-Shannon 의 Sampling Theorem을 이해하는데 핵심적 역할을 함.
impulse train은 periodic function.
때문에, impulse train은 Fourier series로 표현가능함.
x(t)=∞∑k=−∞δ(t−kT)
- T : impulse train의 period (= impulse function간의 간격)
위의 impulse traine은 주기 T로 delta function이 반복되는 것이며,
Fourier series를 이용하여 Fourier coef. Xk를 구하면 다음과 같음.
Xk=1T∫T2t=−T2δ(t)e−jkΩ0tdt=1T∫T2t=−T2δ(0)e−jkΩ00dt=1T1=1T
위에서 구한 Fourier coef. Xk를 사용하여
impulse train, x(t)를 Fourier series로 나타내면 다음과 같음.
x(t)=∞∑k=−∞XkejkΩot=∞∑k=−∞1TejkΩot
이를 Fourier Transform F하면 다음과 같음.
F[x(t)]=F[∞∑k=−∞1TejkΩot]=∫∞t=−∞∞∑k=−∞1TejkΩote−jΩtdt=1T∫∞t=−∞∞∑k=−∞ejkΩote−jΩtdt=1T[⋯+F[e−j3Ωot]+F[e−j2Ωot]+F[e−jΩot]+F[ej0Ωot]+F[ejΩot]+F[ej2Ωot]+F[ej3Ωot]+⋯]=1T[⋯+F[e−j3Ωot]+F[e−j2Ωot]+F[e−jΩot]+F[1]+F[ejΩot]+F[ej2Ωot]+F[ej3Ωot]+⋯]
- F[f(x)]=∫∞−∞f(x)e−jΩtdt : Fourier Transform임.
ejΩ0t 의 FT은 2πδ(Ω−Ω0)이므로, 다음이 성립함.
F[x(t)]=1T[⋯+F[e−j3Ωot]+F[e−j2Ωot]+F[e−jΩot]+F[1]+F[ejΩot]+F[ej2Ωot]+F[ej3Ωot]+⋯]=1T∞∑k=−∞2πδ(Ω−kΩ0)=2πT∞∑k=−∞δ(Ω−kΩ0)=Ω0∞∑k=−∞δ(Ω−kΩ0)
2022.09.28 - [.../Signals and Systems] - [SS] Fourier Transform of Complex Exponential Function
[SS] Fourier Transform of Complex Exponential Function
Note: Time domain에서의 Complex Exponential Function의 곱이 Frequency domain에서는 shift로 나타남. : Frequency Shifting. 다음과 같은 Complex Exponential Function의 Fourier Transform을 수행. e−jΩ0t Fourier Transform을 수
dsaint31.tistory.com
결국, T 간격으로 반복되는 Impulse train의 FT는
2πT=Ω0로 반복되는 Impulse train이 된다.

'... > Signals and Systems' 카테고리의 다른 글
[SS] Impulse Function (Dirac Delta Function) (0) | 2022.08.29 |
---|---|
[SS] Example : Sampling function and Sinc function. (0) | 2022.08.29 |
[Math] Geometric Series (등비급수 or 기하급수) (0) | 2022.06.21 |
[SS] FT of phase shifted sinusoid! (0) | 2021.12.07 |
[SS] Partial Fraction Decomposition (부분분수분해) (0) | 2021.11.11 |