University of Texas at Austin CS395T - Advanced Image Synthesis Spring 2006 Don Fussell Orthogonal Functions and Fourier Series.

Slides:



Advertisements
Similar presentations
Vectors, Points, Lines and Planes Jim Van Verth Lars M. Bishop
Advertisements

1 D. R. Wilton ECE Dept. ECE 6382 Introduction to Linear Vector Spaces Reference: D.G. Dudley, “Mathematical Foundations for Electromagnetic Theory,” IEEE.
3D Geometry for Computer Graphics
UBI 516 Advanced Computer Graphics
Signal , Weight Vector Spaces and Linear Transformations
Signal , Weight Vector Spaces and Linear Transformations
Chapter 5 Orthogonality
MA5242 Wavelets Lecture 2 Euclidean and Unitary Spaces Wayne M. Lawton Department of Mathematics National University of Singapore 2 Science Drive 2 Singapore.
Basic Concepts and Definitions Vector and Function Space. A finite or an infinite dimensional linear vector/function space described with set of non-unique.
Lecture 2: Geometry vs Linear Algebra Points-Vectors and Distance-Norm Shang-Hua Teng.
Linear Algebra, Principal Component Analysis and their Chemometrics Applications.
University of Texas at Austin CS395T - Advanced Image Synthesis Spring 2006 Don Fussell Fourier Transforms.
Quantum One: Lecture 8. Continuously Indexed Basis Sets.
Linear Algebra Review By Tim K. Marks UCSD Borrows heavily from: Jana Kosecka Virginia de Sa (UCSD) Cogsci 108F Linear.
1 MAC 2103 Module 10 lnner Product Spaces I. 2 Rev.F09 Learning Objectives Upon completing this module, you should be able to: 1. Define and find the.
C HAPTER 4 Inner Product & Orthogonality. C HAPTER O UTLINE Introduction Norm of the Vector, Examples of Inner Product Space - Euclidean n-space - Function.
Length and Dot Product in R n Notes: is called a unit vector. Notes: The length of a vector is also called its norm. Chapter 5 Inner Product Spaces.
Elementary Linear Algebra Howard Anton Copyright © 2010 by John Wiley & Sons, Inc. All rights reserved. Chapter 3.
1 February 24 Matrices 3.2 Matrices; Row reduction Standard form of a set of linear equations: Chapter 3 Linear Algebra Matrix of coefficients: Augmented.
Inner Product Spaces Euclidean n-space: Euclidean n-space: vector lengthdot productEuclidean n-space R n was defined to be the set of all ordered.
Chapter 5: The Orthogonality and Least Squares
CHAPTER FIVE Orthogonality Why orthogonal? Least square problem Accuracy of Numerical computation.
Linear Algebra Chapter 4 Vector Spaces.
Elementary Linear Algebra Anton & Rorres, 9th Edition
University of Texas at Austin CS384G - Computer Graphics Fall 2008 Don Fussell Orthogonal Functions and Fourier Series.
Digital Image Processing, 3rd ed. © 1992–2008 R. C. Gonzalez & R. E. Woods Gonzalez & Woods Matrices and Vectors Objective.
Vectors CHAPTER 7. Ch7_2 Contents  7.1 Vectors in 2-Space 7.1 Vectors in 2-Space  7.2 Vectors in 3-Space 7.2 Vectors in 3-Space  7.3 Dot Product 7.3.
Chapter 3 Euclidean Vector Spaces Vectors in n-space Norm, Dot Product, and Distance in n-space Orthogonality
Linear algebra: matrix Eigen-value Problems
Chapter 3 Vectors in n-space Norm, Dot Product, and Distance in n-space Orthogonality.
Basics Course Outline, Discussion about the course material, reference books, papers, assignments, course projects, software packages, etc.
Elementary Linear Algebra Anton & Rorres, 9th Edition
VECTORS (Ch. 12) Vectors in the plane Definition: A vector v in the Cartesian plane is an ordered pair of real numbers:  a,b . We write v =  a,b  and.
Section 5.1 Length and Dot Product in ℝ n. Let v = ‹v 1­­, v 2, v 3,..., v n › and w = ‹w 1­­, w 2, w 3,..., w n › be vectors in ℝ n. The dot product.
Chap. 5 Inner Product Spaces 5.1 Length and Dot Product in R n 5.2 Inner Product Spaces 5.3 Orthonormal Bases: Gram-Schmidt Process 5.4 Mathematical Models.
AGC DSP AGC DSP Professor A G Constantinides©1 Signal Spaces The purpose of this part of the course is to introduce the basic concepts behind generalised.
Math Review Towards Fourier Transform
Basic Entities Scalars - real numbers sizes/lengths/angles Vectors - typically 2D, 3D, 4D directions Points - typically 2D, 3D, 4D locations Basic Geometry.
A rule that combines two vectors to produce a scalar.
Chapter 4 Euclidean n-Space Linear Transformations from to Properties of Linear Transformations to Linear Transformations and Polynomials.
1 Graphics CSCI 343, Fall 2015 Lecture 9 Geometric Objects.
Mathematical Tools of Quantum Mechanics
Ch 6 Vector Spaces. Vector Space Axioms X,Y,Z elements of  and α, β elements of  Def of vector addition Def of multiplication of scalar and vector These.
Linear Algebra Chapter 4 n Linear Algebra with Applications –-Gareth Williams n Br. Joel Baumeyer, F.S.C.
Chapter 4 Vector Spaces Linear Algebra. Ch04_2 Definition 1: ……………………………………………………………………. The elements in R n called …………. 4.1 The vector Space R n Addition.
Section 4.1 Euclidean n-Space.
1 Objective To provide background material in support of topics in Digital Image Processing that are based on matrices and/or vectors. Review Matrices.
Beyond Vectors Hung-yi Lee. Introduction Many things can be considered as “vectors”. E.g. a function can be regarded as a vector We can apply the concept.
Inner Product Spaces Euclidean n-space: Euclidean n-space: vector lengthdot productEuclidean n-space R n was defined to be the set of all ordered.
Lecture 11 Inner Product Spaces Last Time Change of Basis (Cont.) Length and Dot Product in R n Inner Product Spaces Elementary Linear Algebra R. Larsen.
EE611 Deterministic Systems Vector Spaces and Basis Changes Kevin D. Donohue Electrical and Computer Engineering University of Kentucky.
CA 302 Computer Graphics and Visual Programming
Spaces.
Vector Space Examples Definition of vector space
Elementary Linear Algebra
ECE 417 Lecture 2: Metric (=Norm) Learning
Matrices and Vectors Review Objective
Lecture 03: Linear Algebra
C H A P T E R 3 Vectors in 2-Space and 3-Space
Vectors, Linear Combinations and Linear Independence
Lecture on Linear Algebra
Signal & Weight Vector Spaces
Chapter 3 Linear Algebra
Objective To provide background material in support of topics in Digital Image Processing that are based on matrices and/or vectors.
Signal & Weight Vector Spaces
Lecture 2: Geometry vs Linear Algebra Points-Vectors and Distance-Norm
Measurement Equation Ray space (throughput) measure
MA5242 Wavelets Lecture 1 Numbers and Vector Spaces
Linear Vector Space and Matrix Mechanics
Approximation of Functions
Presentation transcript:

University of Texas at Austin CS395T - Advanced Image Synthesis Spring 2006 Don Fussell Orthogonal Functions and Fourier Series

University of Texas at Austin CS395T - Advanced Image Synthesis Spring 2006 Don Fussell Vector Spaces Set of vectors Operations on vectors and scalars Vector addition: v 1 + v 2 = v 3 Scalar multiplication: s v 1 = v 2 Linear combinations: Closed under these operations Linear independence Basis Dimension

University of Texas at Austin CS395T - Advanced Image Synthesis Spring 2006 Don Fussell Vector Spaces Pick a basis, order the vectors in it, then all vectors in the space can be represented as sequences of coordinates, i.e. coefficients of the basis vectors, in order. Example: Cartesian 3-space Basis: [i j k] Linear combination: xi + yj + zk Coordinate representation: [x y z]

University of Texas at Austin CS395T - Advanced Image Synthesis Spring 2006 Don Fussell Functions as vectors Need a set of functions closed under linear combination, where Function addition is defined Scalar multiplication is defined Example: Quadratic polynomials Monomial (power) basis: [x 2 x 1] Linear combination: ax 2 + bx + c Coordinate representation: [a b c]

University of Texas at Austin CS395T - Advanced Image Synthesis Spring 2006 Don Fussell Metric spaces Define a (distance) metric s.t. d is nonnegative d is symmetric Indiscernibles are identical The triangle inequality holds

University of Texas at Austin CS395T - Advanced Image Synthesis Spring 2006 Don Fussell Normed spaces Define the length or norm of a vector Nonnegative Positive definite Symmetric The triangle inequality holds Banach spaces – normed spaces that are complete (no holes or missing points) Real numbers form a Banach space, but not rational numbers Euclidean n-space is Banach

University of Texas at Austin CS395T - Advanced Image Synthesis Spring 2006 Don Fussell Norms and metrics Examples of norms: p norm: p=1 manhattan norm p=2 euclidean norm Metric from norm Norm from metric if d is homogeneous d is translation invariant then

University of Texas at Austin CS395T - Advanced Image Synthesis Spring 2006 Don Fussell Inner product spaces Define [inner, scalar, dot] product s.t. For complex spaces: Induces a norm:

University of Texas at Austin CS395T - Advanced Image Synthesis Spring 2006 Don Fussell Some inner products Multiplication in R Dot product in Euclidean n-space For real functions over domain [a,b] For complex functions over domain [a,b] Can add nonnegative weight function

University of Texas at Austin CS395T - Advanced Image Synthesis Spring 2006 Don Fussell Hilbert Space An inner product space that is complete wrt the induced norm is called a Hilbert space Infinite dimensional Euclidean space Inner product defines distances and angles Subset of Banach spaces

University of Texas at Austin CS395T - Advanced Image Synthesis Spring 2006 Don Fussell Orthogonality Two vectors v 1 and v 2 are orthogonal if v 1 and v 2 are orthonormal if they are orthogonal and Orthonormal set of vectors (Kronecker delta)

University of Texas at Austin CS395T - Advanced Image Synthesis Spring 2006 Don Fussell Examples Linear polynomials over [-1,1] (orthogonal) B 0 (x) = 1, B 1 (x) = x Is x 2 orthogonal to these? Is orthogonal to them? (Legendre)

University of Texas at Austin CS395T - Advanced Image Synthesis Spring 2006 Don Fussell Fourier series Cosine series

University of Texas at Austin CS395T - Advanced Image Synthesis Spring 2006 Don Fussell Fourier series Sine series

University of Texas at Austin CS395T - Advanced Image Synthesis Spring 2006 Don Fussell Fourier series Complete series Basis functions are orthogonal but not orthonormal Can obtain a n and b n by projection

University of Texas at Austin CS395T - Advanced Image Synthesis Spring 2006 Don Fussell Fourier series Similarly for b k