Lecture 7 Transformations in frequency domain 1.Basic steps in frequency domain transformation 2.Fourier transformation theory in 1-D.

Slides:



Advertisements
Similar presentations
DCSP-11 Jianfeng Feng
Advertisements

3-D Computational Vision CSc Image Processing II - Fourier Transform.
Symmetry and the DTFT If we know a few things about the symmetry properties of the DTFT, it can make life simpler. First, for a real-valued sequence x(n),
Lecture 7: Basis Functions & Fourier Series
Fourier Transform (Chapter 4)
Chapter Four Image Enhancement in the Frequency Domain.
Fourier Transform – Chapter 13. Fourier Transform – continuous function Apply the Fourier Series to complex- valued functions using Euler’s notation to.
EE-2027 SaS 06-07, L11 1/12 Lecture 11: Fourier Transform Properties and Examples 3. Basis functions (3 lectures): Concept of basis function. Fourier series.
Reminder Fourier Basis: t  [0,1] nZnZ Fourier Series: Fourier Coefficient:
Chapter 4 Image Enhancement in the Frequency Domain.
Sep 15, 2005CS477: Analog and Digital Communications1 Modulation and Sampling Analog and Digital Communications Autumn
Fourier Transform Analytic geometry gives a coordinate system for describing geometric objects. Fourier transform gives a coordinate system for functions.
Sampling (Section 4.3) CS474/674 – Prof. Bebis. Sampling How many samples should we obtain to minimize information loss during sampling? Hint: take enough.
General Functions A non-periodic function can be represented as a sum of sin’s and cos’s of (possibly) all frequencies: F(  ) is the spectrum of the function.
Chapter 4 Image Enhancement in the Frequency Domain.
Transforms: Basis to Basis Normal Basis Hadamard Basis Basis functions Method to find coefficients (“Transform”) Inverse Transform.
Signals and Systems Discrete Time Fourier Series.
Fourier Transform 2D Discrete Fourier Transform - 2D
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Chapter 4 Image Enhancement in the Frequency Domain Chapter.
The Frequency Domain Sinusoidal tidal waves Copy of Katsushika Hokusai The Great Wave off Kanagawa at
Goals For This Class Quickly review of the main results from last class Convolution and Cross-correlation Discrete Fourier Analysis: Important Considerations.
Computer Vision Spring ,-685 Instructor: S. Narasimhan Wean 5403 T-R 3:00pm – 4:20pm.
… Representation of a CT Signal Using Impulse Functions
G52IIP, School of Computer Science, University of Nottingham 1 Image Transforms Fourier Transform Basic idea.
Fourier representation for discrete-time signals And Sampling Theorem
EE421, Fall 1998 Michigan Technological University Timothy J. Schulz 08-Sept, 98EE421, Lecture 11 Digital Signal Processing (DSP) Systems l Digital processing.
University of Ioannina - Department of Computer Science Filtering in the Frequency Domain (Fundamentals) Digital Image Processing Christophoros Nikou
Signals and Systems Jamshid Shanbehzadeh.
ECE 8443 – Pattern Recognition EE 3512 – Signals: Continuous and Discrete Objectives: Linearity Time Shift and Time Reversal Multiplication Integration.
EE D Fourier Transform. Bahadir K. Gunturk EE Image Analysis I 2 Summary of Lecture 2 We talked about the digital image properties, including.
Image Processing © 2002 R. C. Gonzalez & R. E. Woods Lecture 4 Image Enhancement in the Frequency Domain Lecture 4 Image Enhancement.
Image Enhancement in the Frequency Domain Spring 2006, Jen-Chang Liu.
Digital Image Processing Chapter 4 Image Enhancement in the Frequency Domain Part I.
Chapter 4 Fourier transform Prepared by Dr. Taha MAhdy.
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Background Any function that periodically repeats itself.
Lecture 7: Sampling Review of 2D Fourier Theory We view f(x,y) as a linear combination of complex exponentials that represent plane waves. F(u,v) describes.
October 29, 2013Computer Vision Lecture 13: Fourier Transform II 1 The Fourier Transform In the previous lecture, we discussed the Hough transform. There.
Spatial Frequencies Spatial Frequencies. Why are Spatial Frequencies important? Efficient data representation Provides a means for modeling and removing.
Linearity Recall our expressions for the Fourier Transform and its inverse: The property of linearity: Proof: (synthesis) (analysis)
Leo Lam © Signals and Systems EE235 Leo Lam.
7- 1 Chapter 7: Fourier Analysis Fourier analysis = Series + Transform ◎ Fourier Series -- A periodic (T) function f(x) can be written as the sum of sines.
2D Sampling Goal: Represent a 2D function by a finite set of points.
Fourier Transform.
2D Fourier Transform.
Ch # 11 Fourier Series, Integrals, and Transform 1.
The Frequency Domain Digital Image Processing – Chapter 8.
Fourier transform.
The Fourier Transform.
Fourier Transform (Chapter 4) CS474/674 – Prof. Bebis.
Digital Image Processing Lecture 8: Fourier Transform Prof. Charlene Tsai.
Sampling (Section 4.3) CS474/674 – Prof. Bebis.
Jean Baptiste Joseph Fourier
… Sampling … … Filtering … … Reconstruction …
Lecture 1.26 Spectral analysis of periodic and non-periodic signals.
LECTURE 11: FOURIER TRANSFORM PROPERTIES
Lecture 4: Imaging Theory (2/6) – One-dimensional Fourier transforms
Image Enhancement in the
(C) 2002 University of Wisconsin, CS 559
General Functions A non-periodic function can be represented as a sum of sin’s and cos’s of (possibly) all frequencies: F() is the spectrum of the function.
Fourier Transform Analytic geometry gives a coordinate system for describing geometric objects. Fourier transform gives a coordinate system for functions.
Fourier Transform Analytic geometry gives a coordinate system for describing geometric objects. Fourier transform gives a coordinate system for functions.
2D Fourier transform is separable
Discrete Fourier Transform
CSCE 643 Computer Vision: Thinking in Frequency
Digital Image Processing
Instructor: S. Narasimhan
Fourier Transform Analytic geometry gives a coordinate system for describing geometric objects. Fourier transform gives a coordinate system for functions.
Chapter 3 Sampling.
Lecture 4 Image Enhancement in Frequency Domain
LECTURE 11: FOURIER TRANSFORM PROPERTIES
Presentation transcript:

Lecture 7 Transformations in frequency domain 1.Basic steps in frequency domain transformation 2.Fourier transformation theory in 1-D

2 Basic steps for filtering in the frequency domain Takes spatial data and transforms it into frequency data The transformation is done by Fourier transformation The most common image transform takes spatial data and transforms it into frequency data

Complex numbers and expression a b R θ

Fourier series The Fourier transform is a method of expressing a periodic function with period 2T in terms of the sum of its projections onto a set of basis functions Fourier series: f(x) is periodic [-T, T]

Example of Fourier decomposition

Example by Maple =

Maple commands > f := piecewise(x < -1, x+2, x < 1, x, x < 3, x-2); > plot(f, x = -3..3, discont=true); > an := Int(x*cos(n*Pi*x), x = -1..1); > an := int(x*cos(n*Pi*x), x = -1..1); > bn := int(x*sin(n*Pi*x), x = -1..1); > with(plots): > F1 := plot(f, x = -3..3, discont=true, color=black): > S1 := sum(bn*sin(n*Pi*x), n = 1..1): > S2 := sum(bn*sin(n*Pi*x), n = 1..2): > S5 := sum(bn*sin(n*Pi*x), n = 1..5): > S20 := sum(bn*sin(n*Pi*x), n = 1..20): > F2 := plot({S1,S2,S5,S20}, x = -3..3): > display({F1,F2});

Fourier series in general form

Continue

Fourier transformation

Fourier series and Fourier transformation

Fourier Transform – 1D Fourier: Every periodic function f(x) can be decomposed into a set of sin() and cos() functions of different frequencies, given by F(u) is called the Fourier transformation of f(x). F(u) =R(u)+iI(u) repesents magnitudes cos and sin at frequency u. So we say F(u) is in the Frequency domain. Conversely, given F(u), we can get f(x) back using the inverse Fourier transformation

Fourier Spectrum Fourier decomposition: Fourier spectrum: Fourier phase: Decomposition:

Properties of Fourier transformation Linear

Fourier transformation and Convolution Convolution Theorem: assume then Proof

Example 1 Sinc(x)=sin(x)/x

Example 2 Impulse function and its Fourier transformation

Examples

Example: Discrete impulse function Unit discrete impulse function Impulse train function

Fourier transformation of impulse train

Sampling and FT of Sampled Function Sampled function

Sampling and FT of Sampled Function The value of each sample (strength of the weighted impulse)

The Sampling Theorem Band-limited function f(t), its FT F(u) = 0 when u u max Let be the sampling function of f(t), and be its FT Question: if f(t) can be recovered from Sampling Theorem: if then f(t) can be recovered

The Sampling Theorem Sampling: –Over-sampling –Critically-sampling –Under-sampling Aliasing : f(t) is corrupted

Discrete Fourier Transform(DFT) Derive DFT from continuous FT of sampled function

DFT

Matrix representation

Example