Fourier and Wavelet Transformations Michael J. Watts

Slides:



Advertisements
Similar presentations
David Hansen and James Michelussi
Advertisements

Fourier Transform and its Application in Image Processing
3-D Computational Vision CSc Image Processing II - Fourier Transform.
Digital Kommunikationselektronik TNE027 Lecture 5 1 Fourier Transforms Discrete Fourier Transform (DFT) Algorithms Fast Fourier Transform (FFT) Algorithms.
MATLAB Session 5 ES 156 Signals and Systems 2007 HSEAS Prepared by Frank Tompkins.
LECTURE Copyright  1998, Texas Instruments Incorporated All Rights Reserved Use of Frequency Domain Telecommunication Channel |A| f fcfc Frequency.
Fourier Transform (Chapter 4)
CEN352, Dr. Ghulam Muhammad King Saud University
School of Computing Science Simon Fraser University
Computer Graphics Recitation 6. 2 Motivation – Image compression What linear combination of 8x8 basis signals produces an 8x8 block in the image?
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Parallel Programming in C with MPI and OpenMP Michael J. Quinn.
Wavelet Transform A very brief look.
Chapter 15 Digital Signal Processing
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.
1 The Mathematics of Signal Processing - an Innovative Approach Peter Driessen Faculty of Engineering University of Victoria.
ECE Spring 2010 Introduction to ECE 802 Selin Aviyente Associate Professor.
Time and Frequency Representation
Unit 7 Fourier, DFT, and FFT 1. Time and Frequency Representation The most common representation of signals and waveforms is in the time domain Most signal.
Fourier Transform and Applications
CELLULAR COMMUNICATIONS DSP Intro. Signals: quantization and sampling.
CH#3 Fourier Series and Transform
ENG4BF3 Medical Image Processing
DSP for Dummies aka How to turn this (actual raw sonar trace) Into this.. (filtered sonar data)
GCT731 Fall 2014 Topics in Music Technology - Music Information Retrieval Overview of MIR Systems Audio and Music Representations (Part 1) 1.
Basics of Signal Processing. SIGNALSOURCE RECEIVER describe waves in terms of their significant features understand the way the waves originate effect.
IIS for Image Processing Michael J. Watts
Motivation Music as a combination of sounds at different frequencies
Transforms. 5*sin (2  4t) Amplitude = 5 Frequency = 4 Hz seconds A sine wave.
1 Chapter 5 Image Transforms. 2 Image Processing for Pattern Recognition Feature Extraction Acquisition Preprocessing Classification Post Processing Scaling.
CS654: Digital Image Analysis Lecture 12: Separable Transforms.
Part I: Image Transforms DIGITAL IMAGE PROCESSING.
EE104: Lecture 5 Outline Review of Last Lecture Introduction to Fourier Transforms Fourier Transform from Fourier Series Fourier Transform Pair and Signal.
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Background Any function that periodically repeats itself.
Technion, CS department, SIPC Spring 2014 Tutorials 12,13 discrete signals and systems 1/39.
Part 4 Chapter 16 Fourier Analysis PowerPoints organized by Prof. Steve Chapra, University All images copyright © The McGraw-Hill Companies, Inc. Permission.
Fast Fourier Transform & Assignment 2
Inverse DFT. Frequency to time domain Sometimes calculations are easier in the frequency domain then later convert the results back to the time domain.
CS654: Digital Image Analysis
Fourier Transform.
Fast Fourier Transforms. 2 Discrete Fourier Transform The DFT pair was given as Baseline for computational complexity: –Each DFT coefficient requires.
A Reconfigurable FPGA Architecture for DSP Transforms Subramanian Rama Vishnu Vijayaraghavan.
CS 376b Introduction to Computer Vision 03 / 17 / 2008 Instructor: Michael Eckmann.
Non-Linear Transformations Michael J. Watts
Jun Li 1, Zhongdong Yang 1, W. Paul Menzel 2, and H.-L. Huang 1 1 Cooperative Institute for Meteorological Satellite Studies (CIMSS), UW-Madison 2 NOAA/NESDIS/ORA.
EC1358 – DIGITAL SIGNAL PROCESSING
The Frequency Domain Digital Image Processing – Chapter 8.
Fourier transform.
Digital Image Processing Lecture 7: Image Enhancement in Frequency Domain-I Naveed Ejaz.
CH#3 Fourier Series and Transform 1 st semester King Saud University College of Applied studies and Community Service 1301CT By: Nour Alhariqi.
Advanced Engineering Mathematics ( ) Topic:- Application of Fourier transform Guided By:- Asst. Prof. Mrs. Pooja Desai B HAGWAN M AHAVIR C OLLEGE.
Data statistics and transformation revision Michael J. Watts
Discrete Fourier Transform (DFT)
Section II Digital Signal Processing ES & BM.
IIS for Image Processing
Fourier and Wavelet Transformations
2D Fourier transform is separable
Outline Linear Shift-invariant system Linear filters
4. DIGITAL IMAGE TRANSFORMS 4.1. Introduction
Lecture 17 DFT: Discrete Fourier Transform
DEPARTMENT OF INFORMATION TECHNOLOGY DIGITAL SIGNAL PROCESSING UNIT 4
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.
CEN352, Dr. Ghulam Muhammad King Saud University
DEPARTMENT OF INFORMATION TECHNOLOGY DIGITAL SIGNAL PROCESSING UNIT 4
Digital Image Procesing Unitary Transforms Discrete Fourier Trasform (DFT) in Image Processing DR TANIA STATHAKI READER (ASSOCIATE PROFFESOR) IN SIGNAL.
Discrete Fourier Transform
Electrical Communication Systems ECE Spring 2019
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
Electrical Communications Systems ECE
Presentation transcript:

Fourier and Wavelet Transformations Michael J. Watts

Lecture Outline Signals Properties of waves Fourier transformations Discrete and Fast Fourier Transformations Wavelet transformations

Signals What is a signal? Change in a variable over time Many things can be treated as signals  Sound  Light  Images  DNA Signal processing is an important field in computing

Properties of Waves Displacement in a medium Waves are signals Waves can interfere with one another  Constructive  Destructive  Beats Complex waves can be created  Use a large (possibly infinite) number of component waves

Properties of Waves Visualisation of waves  Time domain  Frequency domain Time domain is traditional  Amplitude vs time Frequency domain is more useful for analysis

Fourier Transformations Convert a signal into the frequency domain Separates signal in components Useful for many things  Analysis of the signal  Noise suppression  Signal modeling Speech recognition

Fourier Transformations Discrete Fourier Transforms  DFT Used for discretised signals  Ergo, digital signals Fast Fourier Transforms  FFT Efficient implementation of the DFT  Does the same thing quicker

Wavelet Transformations What is a wavelet? Two main properties  Limited duration  Average value of zero A wavelet fades in and fades out Wavelet analysis breaks a signal into its component wavelets

Wavelet Analysis Wavelet coefficients can be recombined to form the original signal Wavelets have many applications  Noise filtering  Compression Wavelets are used when FFT don't work

Summary Fourier transforms break signals into component sinusoids Used in many signal processing applications DFT applied to DSP  FFT is an implementation of DFT Wavelet transforms break signal into component wavelets Used in signal compression among others