Section II Digital Signal Processing ES & BM.

Slides:



Advertisements
Similar presentations
David Hansen and James Michelussi
Advertisements

Fourier Transform and its Application in Image Processing
Fourier Transforms and Their Use in Data Compression
Parallel Fast Fourier Transform Ryan Liu. Introduction The Discrete Fourier Transform could be applied in science and engineering. Examples: ◦ Voice recognition.
IMAGE PROCESSING IN FREQUENCY SPACE Erkki Rämö1.
Digital Image Processing
Fourier Analysis. Joseph Fourier ( ) “Yesterday was my 21st birthday, and at that age, Newton and Pascal had already acquired many claims to immortality.”
Fourier Transform (Chapter 4)
1 Chapter 16 Fourier Analysis with MATLAB Fourier analysis is the process of representing a function in terms of sinusoidal components. It is widely employed.
1 Discrete Fourier Transform. 2 Multiply element-by-element.
Basis beeldverwerking (8D040) dr. Andrea Fuster Prof.dr. Bart ter Haar Romeny dr. Anna Vilanova Prof.dr.ir. Marcel Breeuwer The Fourier Transform II.
Chapter Four Image Enhancement in the Frequency Domain.
1 LES of Turbulent Flows: Lecture 4 (ME EN ) Prof. Rob Stoll Department of Mechanical Engineering University of Utah Spring 2011.
From Continuous Time System to Discrete Time System ES400 Jack Ou, Ph.D. Chapter 1.
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.
Digital Image Processing Chapter 4: Image Enhancement in the Frequency Domain.
Time and Frequency Representation
Fourier Transform and Applications
Discrete Time Periodic Signals A discrete time signal x[n] is periodic with period N if and only if for all n. Definition: Meaning: a periodic signal keeps.
Topic 7 - Fourier Transforms DIGITAL IMAGE PROCESSING Course 3624 Department of Physics and Astronomy Professor Bob Warwick.
Discrete-Time and System (A Review)
Fourier (1) Hany Ferdinando Dept. of Electrical Eng. Petra Christian University.
The Discrete Fourier Transform. The Fourier Transform “The Fourier transform is a mathematical operation with many applications in physics and engineering.
CSC589 Introduction to Computer Vision Lecture 7 Thinking in Frequency Bei Xiao.
Fourier series. The frequency domain It is sometimes preferable to work in the frequency domain rather than time –Some mathematical operations are easier.
: Chapter 14: The Frequency Domain 1 Montri Karnjanadecha ac.th/~montri Image Processing.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Chapter 19.
Image Enhancement in the Frequency Domain Spring 2006, Jen-Chang Liu.
Vibrate the membrane Acoustic wave.
Digital Image Processing Homework II Fast Fourier Transform 2012/03/28 Chih-Hung Lu ( 呂志宏 ) Visual Communications Laboratory Department of Communication.
1 LES of Turbulent Flows: Lecture 2 Supplement (ME EN ) Prof. Rob Stoll Department of Mechanical Engineering University of Utah Fall 2014.
Seismic Reflection Data Processing and Interpretation A Workshop in Cairo 28 Oct. – 9 Nov Cairo University, Egypt Dr. Sherif Mohamed Hanafy Lecturer.
Why We Use Three Different, Equivalent Forms of the Fourier Series.
Digital Image Processing Chapter 4 Image Enhancement in the Frequency Domain Part I.
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Background Any function that periodically repeats itself.
Spatial Frequencies Spatial Frequencies. Why are Spatial Frequencies important? Efficient data representation Provides a means for modeling and removing.
Digital Signal Processing
Pre-Class Music Paul Lansky Six Fantasies on a Poem by Thomas Campion.
Part 4 Chapter 16 Fourier Analysis PowerPoints organized by Prof. Steve Chapra, University All images copyright © The McGraw-Hill Companies, Inc. Permission.
Inverse DFT. Frequency to time domain Sometimes calculations are easier in the frequency domain then later convert the results back to the time domain.
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.
Fourier Transform.
Fourier and Wavelet Transformations Michael J. Watts
CS 376b Introduction to Computer Vision 03 / 17 / 2008 Instructor: Michael Eckmann.
Environmental and Exploration Geophysics II tom.h.wilson
The Frequency Domain Digital Image Processing – Chapter 8.
Chapter 2. Characteristics of Signal ※ Signal : transmission of information The quality of the information depends on proper selection of a measurement.
Digital Image Processing Lecture 7: Image Enhancement in Frequency Domain-I Naveed Ejaz.
Frequency Domain Representation of Biomedical Signals.
Husheng Li, UTK-EECS, Fall The specification of filter is usually given by the tolerance scheme.  Discrete Fourier Transform (DFT) has both discrete.
بسم الله الرحمن الرحيم Lecture (12) Dr. Iman Abuel Maaly The Discrete Fourier Transform Dr. Iman Abuel Maaly University of Khartoum Department of Electrical.
Fourier Analysis Patrice Koehl Department of Biological Sciences National University of Singapore
Complex Analysis in Fourier Transform Applications By Brett Kassel and Matt Mulvehill 1.
Image Enhancement and Restoration
Integral Transform Method
Part 4 Chapter 16 Fourier Analysis
Fourier and Wavelet Transformations
Dr. Nikos Desypris, Oct Lecture 3
MA 527 Dr. Park.
2D Fourier transform is separable
Lecture 35 Wave spectrum Fourier series Fourier analysis
Image Processing, Leture #14
EE-314 Signals and Linear Systems
1-D DISCRETE COSINE TRANSFORM DCT
Digital Image Procesing Discrete CosineTrasform (DCT) in Image Processing DR TANIA STATHAKI READER (ASSOCIATE PROFFESOR) IN SIGNAL PROCESSING IMPERIAL.
 = N  N matrix multiplication N = 3 matrix N = 3 matrix N = 3 matrix
Continuous-Time Fourier Transform
Discrete Fourier Transform
The Frequency Domain Any wave shape can be approximated by a sum of periodic (such as sine and cosine) functions. a--amplitude of waveform f-- frequency.
Electrical Communications Systems ECE
Presentation transcript:

Section II Digital Signal Processing ES & BM

Topics to be covered Fourier Series Fourier Transform Inverse Fourier Transform Discrete Fourier Transform Fast Fourier Transform Laplace Transform Z Transform Inverse Z Digital Signal Processing ES & BM

Fourier Series Fourier series decomposes a periodic function or periodic signal into a sum of simple oscillating functions, namely sines and cosines. Fourier series has many applications in electrical engineering, vibration analysis, acoustics, optics, signal processing, image processing, quantum mechanics, etc. Digital Signal Processing ES & BM

Fourier's formula for 2π-periodic functions using sines and cosines For a 2π-periodic function ƒ(x) that is integrable on [−π, π] Digital Signal Processing ES & BM

Digital Signal Processing ES & BM

Digital Signal Processing ES & BM

Fourier Transform Signals are converted from time or space domain to the frequency domain usually through the Fourier transform. The Fourier transform converts the signal information to a magnitude and phase component of each frequency. Digital Signal Processing ES & BM

DFT The Discrete Fourier Transform (DFT) allows the computation of spectra from discrete-time data. Digital Signal Processing ES & BM

FFT The Fast Fourier Transform (FFT) is another method for calculating the DFT. While it produces the same result as the other approaches, it is incredibly more efficient, often reducing the computation time by hundreds. This is the same improvement as flying in a jet aircraft versus walking! Digital Signal Processing ES & BM