110 likes | 155 Views
Frequency domain analysis involves interpreting signals in frequency space using techniques like Fourier Series, Fourier Transforms, and Discrete Cosine Transform. Fourier Series represents periodic functions as a sum of sines and cosines. Examples include energy maps and frequency maps. Learn about 1D and 2D signal spectrum interpretation and filtering using FT Matlab demos.
E N D
Image Fourier Transform Faisal Farooq Q: How many signal processing engineers does it take to change a light bulb? A: Three. One to Fourier transform the light bulb, one to apply a complex exponential rotational shifting operator, and one to inverse transform the removed light bulb
What is frequency domain analysis ? • Analyzes the signals in the frequency space. • Primarily involves interpreting the spectrum.
What are the techniques? • Fourier Series • Fourier Transforms • Discrete Cosine Transform
Fourier Series A Fourier Series is an expansion of a periodic function f(x) in terms of an infinite sum of sines and cosines. Every periodic function can be represented as a sum of sine and cosine components. Why? Trust me!!!
Representation • Energy Map • Frequency Map • Log(Abs(FT)), Why? • Demo Don’t just trust me!
Matlab Demos • 1D Signal Spectrum interpretation • 1D Signal Filtering • 2D Signal Spectrum interpretation • 2D Signal Filtering
Discrete Cosine Transform • Similar to Fast Fourier Transform(FFT) • Note: FT = N2 , FFT = NlgN • Read Up! Next: Hough Transform and Moments Thank You!