Split View: 공업수학 시리즈 19편: 푸리에 변환과 주파수영역
공업수학 시리즈 19편: 푸리에 변환과 주파수영역
공업수학 시리즈 19편: 푸리에 변환과 주파수영역
푸리에 급수가 주기 함수를 다루는 도구였다면, 푸리에 변환은 더 일반적인 신호를 주파수 관점에서 해석하는 도구입니다. 신호 처리, 통신, 영상 처리에서 거의 기본 언어라고 볼 수 있습니다.
시간영역과 주파수영역
시간영역에서는 신호가 언제 어떻게 변하는지 봅니다. 주파수영역에서는 그 신호가 어떤 진동 성분들의 조합으로 이루어졌는지 봅니다. 같은 신호를 서로 다른 관점에서 보는 것입니다.
푸리에 변환은 보통
로 정의합니다.
이 식은 "신호 가 주파수 의 복소 진동과 얼마나 닮았는가"를 측정하는 과정으로 볼 수 있습니다.
직관
어떤 신호에 특정 주파수 성분이 강하게 들어 있으면, 그 주파수에 대응하는 변환값이 크게 나옵니다. 반대로 거의 포함되지 않으면 작게 나옵니다.
즉 푸리에 변환은 함수 전체를 한 번에 보는 대신, 주파수별로 분해해서 바라보는 렌즈입니다.
손으로 보는 대표 예제
가우시안 함수의 푸리에 변환이 다시 가우시안으로 나온다는 사실은 매우 유명합니다. 세부 계산은 길지만, 핵심 메시지는 "시간영역에서 넓게 퍼진 함수는 주파수영역에서 비교적 좁고, 반대로 시간영역에서 매우 짧은 펄스는 주파수영역에서 넓게 퍼진다"는 것입니다.
입문 단계에서는 직사각형 펄스가 sinc 형태의 스펙트럼을 가진다는 예를 자주 봅니다. 즉 시간영역에서 딱 잘린 신호는 주파수영역에서 복잡한 꼬리를 갖습니다.
미분과 합성곱
푸리에 변환의 가장 중요한 성질 중 하나는 미분이 곱셈으로 바뀐다는 점입니다.
이 성질 때문에 미분방정식을 주파수영역에서 다루기 쉬워집니다.
또 하나 중요한 것은 합성곱이 곱셈으로 바뀐다는 점입니다.
그래서 필터를 통과한 신호 해석이 크게 단순해집니다.
공학 응용
오디오와 음성
소리를 주파수 성분으로 분석하면 피치, 잡음, 배음 구조를 이해하기 쉽습니다.
통신
채널 대역폭, 변조, 스펙트럼 효율 같은 개념은 주파수영역 해석과 분리할 수 없습니다.
이미지 처리
영상도 2차원 푸리에 관점으로 보면 저주파와 고주파 성분으로 나뉘며, 블러나 샤프닝이 주파수 필터로 해석됩니다.
자주 하는 실수
시간영역과 주파수영역을 서로 다른 문제로 본다
둘은 같은 신호를 보는 두 관점입니다. 하나에서 어려운 문제가 다른 쪽에서는 쉬워질 수 있습니다.
주파수축의 의미를 추상적으로만 본다
주파수는 실제로 얼마나 빠르게 진동하는가를 나타냅니다. 물리적 의미를 계속 연결해야 합니다.
공식만 외우고 성질을 놓친다
실전에서는 정의보다도 미분, 이동, 스케일링, 합성곱 같은 성질이 더 자주 쓰입니다.
한 줄 요약
푸리에 변환은 비주기 신호를 주파수 성분으로 분해해 해석하는 도구입니다.
다음 편 예고
다음 글에서는 푸리에 관점을 바탕으로 편미분방정식이 무엇인지, 왜 종류를 나누는지를 입문 수준에서 정리하겠습니다.
참고자료
- Erwin Kreyszig, Advanced Engineering Mathematics, 10th Edition
- Ronald N. Bracewell, The Fourier Transform and Its Applications
- Alan V. Oppenheim, Ronald W. Schafer, Discrete-Time Signal Processing
Engineering Math Series 19: Fourier Transform and Frequency Domain
Engineering Math Series 19: Fourier Transform and Frequency Domain
While Fourier series was a tool for periodic functions, the Fourier transform is a tool for analyzing more general signals from a frequency perspective. It can be considered virtually the basic language in signal processing, communications, and image processing.
Time Domain and Frequency Domain
In the time domain, you look at when and how a signal changes. In the frequency domain, you look at what oscillation components the signal is composed of. It is the same signal viewed from different perspectives.
The Fourier transform is usually defined as
This can be understood as measuring "how much the signal resembles the complex oscillation of frequency ."
Intuition
If a signal strongly contains a certain frequency component, the transform value at that frequency will be large. Conversely, if it is barely present, the value will be small.
The Fourier transform is a lens that looks at the function not all at once but decomposed by frequency.
Representative Example
The fact that the Fourier transform of a Gaussian function is again a Gaussian is very famous. While the detailed calculation is long, the key message is that "a function that spreads widely in the time domain is relatively narrow in the frequency domain, and conversely a very short pulse in the time domain spreads widely in the frequency domain."
At the introductory level, you frequently see the example where a rectangular pulse has a sinc-shaped spectrum. A sharply cut signal in the time domain has a complex tail in the frequency domain.
Differentiation and Convolution
One of the most important properties of the Fourier transform is that differentiation becomes multiplication.
This property makes it easier to handle differential equations in the frequency domain.
Another important property is that convolution becomes multiplication.
This greatly simplifies the analysis of signals passed through filters.
Engineering Applications
Audio and Speech
Analyzing sound by frequency components makes it easier to understand pitch, noise, and harmonic structure.
Communications
Concepts like channel bandwidth, modulation, and spectral efficiency are inseparable from frequency-domain analysis.
Image Processing
Images viewed from a 2D Fourier perspective split into low-frequency and high-frequency components, and blur or sharpening can be interpreted as frequency filters.
Common Mistakes
Viewing time domain and frequency domain as different problems
They are two perspectives of the same signal. A problem that is difficult in one may become easy in the other.
Understanding the frequency axis only abstractly
Frequency actually represents how fast something oscillates. The physical meaning must be continuously connected.
Only memorizing formulas and missing properties
In practice, properties like differentiation, shifting, scaling, and convolution are used more often than the definition.
One-Line Summary
The Fourier transform is a tool for decomposing non-periodic signals into frequency components for analysis.
Next Post Preview
In the next post, based on the Fourier perspective, we will organize what partial differential equations are and why we classify them at the introductory level.
References
- Erwin Kreyszig, Advanced Engineering Mathematics, 10th Edition
- Ronald N. Bracewell, The Fourier Transform and Its Applications
- Alan V. Oppenheim, Ronald W. Schafer, Discrete-Time Signal Processing