Fourier Interpolation. The Fourier Method of Interpolation is a way a interpolating data that uses combinations of sin( px ) and cos( px ) where p is.

Slides:



Advertisements
Similar presentations
8.3 Trigonometric Integrals Math 6B Calculus II. If m is odd and n is real Split off sin x, rewrite the resulting even power of sin x in terms of cos.
Advertisements

ES 240: Scientific and Engineering Computation. Chapter 17: Numerical IntegrationIntegration  Definition –Total area within a region –In mathematical.
Computer Programming (TKK-2144) 13/14 Semester 1 Instructor: Rama Oktavian Office Hr.: M.13-15, W Th , F
Lecture 15 Orthogonal Functions Fourier Series. LGA mean daily temperature time series is there a global warming signal?
13.6 – The Tangent Function. The Tangent Function Use a calculator to find the sine and cosine of each value of . Then calculate the ratio. 1. radians2.30.
Engineering Mathematics Class #15 Fourier Series, Integrals, and Transforms (Part 3) Sheng-Fang Huang.
Integration Techniques, L’Hôpital’s Rule, and Improper Integrals 8 Copyright © Cengage Learning. All rights reserved.
Integration Techniques, L’Hôpital’s Rule, and Improper Integrals Copyright © Cengage Learning. All rights reserved.
CSE 421 Algorithms Richard Anderson Lecture 15 Fast Fourier Transform.
Mathematics Substitution 1 When you have a certain number of valid equations for a problem, with the same number of unknown variables in them, it is often.
Princeton University COS 423 Theory of Algorithms Spring 2002 Kevin Wayne Fast Fourier Transform Jean Baptiste Joseph Fourier ( ) These lecture.
What is the best way to start? 1.Plug in n = 1. 2.Factor 6n 2 + 5n Let n be an integer. 4.Let n be an odd integer. 5.Let 6n 2 + 5n + 4 be an odd.
Summer School 2007B. Rossetto1 Trigonometry  Definitions  H.. P O Let OP = OH’ = r > 0, a positive length. Give the definition of: P’. H’. r r.
1 Chapter 6 NUMERICAL DIFFERENTIATION. 2 When we have to differentiate a function given by a set of tabulated values or when a complicated function is.
NUMERICAL METHODS WITH C++ PROGRAMMING
ON MULTIVARIATE POLYNOMIAL INTERPOLATION
Chapter 6 Numerical Interpolation
The Fourier series A large class of phenomena can be described as periodic in nature: waves, sounds, light, radio, water waves etc. It is natural to attempt.
1 CSE 417: Algorithms and Computational Complexity Winter 2001 Lecture 14 Instructor: Paul Beame.
Solving Trigonometric Equations  Trig identities are true for all values of the variable for which the variable is defined.  However, trig equations,
Solving Trigonometric Equations. First Degree Trigonometric Equations: These are equations where there is one kind of trig function in the equation and.
Essential Question: How do we find the non-calculator solution to inverse sin and cosine functions?
Example 1 – Using a Trigonometric Identity  Solve the equation 1 + sin  = 2 cos 2 .  Solution: We first need to rewrite this equation so that it contains.
Scientific Computing Partial Differential Equations Introduction and
Interpolation. Interpolation is important concept in numerical analysis. Quite often functions may not be available explicitly but only the values of.
Lesson 7-2 Hard Trig Integrals. Strategies for Hard Trig Integrals ExpressionSubstitutionTrig Identity sin n x or cos n x, n is odd Keep one sin x or.
More Trigonometric Integrals Lesson Recall Basic Identities Pythagorean Identities Half-Angle Formulas These will be used to integrate powers of.
9.2 Taylor Series Quick Review Find a formula for the nth derivative of the function.
1 Copyright © Cengage Learning. All rights reserved. 4 Complex Numbers.
UNIVERSAL FUNCTIONS A Construction Using Fourier Approximations.
Algebra of Limits Assume that both of the following limits exist and c and is a real number: Then:
Simpson Rule For Integration.
ME- 495 Mechanical and Thermal Systems Lab Fall 2011 Chapter 4 - THE ANALOG MEASURAND: TIME-DEPENDANT CHARACTERISTICS Professor: Sam Kassegne.
1 © 2010 Pearson Education, Inc. All rights reserved © 2010 Pearson Education, Inc. All rights reserved Chapter 4 Trigonometric Functions.
Example of FUNCTIONS 1. : A CATALOG OF ESSENTIAL FUNCTIONS. FUNCTIONS AND MODELS.
Taylor’s Polynomials & LaGrange Error Review
Algebra of Limits Assume that both of the following limits exist and c and is a real number: Then:
Today’s class Spline Interpolation Quadratic Spline Cubic Spline Fourier Approximation Numerical Methods Lecture 21 Prof. Jinbo Bi CSE, UConn 1.
CHAPTER 7: Trigonometric Identities, Inverse Functions, and Equations
Inverse Trigonometric Functions 4.7
Copyright © Cengage Learning. All rights reserved. 7 Techniques of Integration.
Scientific Computing Interpolation – Divided Differences Efficiency and Error Analysis.
10.5 Parametric Equations. Parametric equations A third variable t (a parameter) tells us when an object is at a given point (x, y) Both x and y are functions.
Polynomial Interpolation Lagrange Interpolation. Interpolation An Interpolating Function for a set of data: {( x 1, y 1 ),( x 2, y 2 ),( x 3, y 3 )…(
Newton’s Interpolation. Newton Interpolation Newton’s Interpolating polynomial for a set of data {( x 1, y 1 ),( x 2, y 2 ),( x 3, y 3 ),…,( x m,y m )}
Vocabulary reduction identity. Key Concept 1 Example 1 Evaluate a Trigonometric Expression A. Find the exact value of cos 75°. 30° + 45° = 75° Cosine.
Interpolation produces a function that matches the given data exactly. The function then can be utilized to approximate the data values at intermediate.
(r,  ). You are familiar with plotting with a rectangular coordinate system. We are going to look at a new coordinate system called the polar coordinate.
5.3 Solving Trigonometric Equations
WEEK 10 TRIGONOMETRIC FUNCTIONS TRIGONOMETRIC FUNCTIONS OF REAL NUMBERS; PERIODIC FUNCTIONS.
Consecutive even/odd Integers
Section 7.5 Solving Trigonometric Equations Copyright ©2013, 2009, 2006, 2001 Pearson Education, Inc.
Sin & Cos with Amplitude and Phase.. In the equation, 2 is a multiplier and called an amplitude. Amplitude describes the “height” of the trigonometric.
Fourier Approximation Related Matters Concerning Fourier Series.
5. Interpolation 5.1 Definition of interpolation. 5.2 Formulas for Interpolation. 5.3 Formulas for Interpolation for unequal interval. 5.4 Applications.
Trigonometric Integrals Lesson 8.3. Recall Basic Identities Pythagorean Identities Half-Angle Formulas These will be used to integrate powers of sin and.
Integration Techniques, L’Hôpital’s Rule, and Improper Integrals 8 Copyright © Cengage Learning. All rights reserved.
Sum and Difference Formulas. WARM-UP The expressions sin (A + B) and cos (A + B) occur frequently enough in math that it is necessary to find expressions.
PreCalculus 5-3 Solving Trigonometric Equation. Trigonometric Equations To solve trigonometric equations, we must solve for all values of the variable.
Integrals Involving Powers of Sine and Cosine
Interpolation.
Polynomials and the FFT(UNIT-3)
DFT and FFT By using the complex roots of unity, we can evaluate and interpolate a polynomial in O(n lg n) An example, here are the solutions to 8 =
More Trigonometric Integrals
Numerical Analysis Lecture 23.
Parametric Equations & Plane Curves
§2.5. Continuity In this section, we use limits to
MATH 174: Numerical Analysis
  NUMERICAL METHODS.
Numerical Analysis Lecture 24.
Presentation transcript:

Fourier Interpolation

The Fourier Method of Interpolation is a way a interpolating data that uses combinations of sin( px ) and cos( px ) where p is an integer. This method of interpolation has several major advantages over polynomial interpolation that we have previously studied. 1. This will be able data that occurs in cycles more naturally than polynomial interpolation. This is especially useful in modeling certain physical phenomenon such as temperature, thermal and electrical energy. 2. When it is applied to more than one variable it does not restrict the data being modeled to be a function like Newton’s and Lagrange’s methods. Trigonometric Polynomials A trigonometric polynomial of degree m ( a m  0 or b m  0) is a polynomial of the form:

Data Sets for Fourier Interpolation Data for Fourier Interpolation is always assumes to be at evenly spaced intervals of the independent variable (we usually refer to as t ). For ease of calculation we will assume the variable t is in the half closed interval [0,2  ). The data set with n data items is usually given in the form { x 0, x 1, x 2, …, x n -1 }, but it really represents the data: Degree of a Trigonometric Interpolating Polynomial For a data set of the with n data above the degree of the polynomial depends on if n is even or odd. If m is the degree of the trigonometric polynomial the relation between n and m is that: n = 2 m +1 (if n is odd)and n = 2 m (if n is even) For example the data set {1,3,-5,2} will be of degree 2 (i.e. n = 4) while {1,3,- 5,2,6,-1,4} will be of degree 3 ( n = 7).

Interpolating Polynomials Because of the distinction between even and odd the interpolating polynomials take on two different forms. One if the data set has an even number of data items another if it is odd. This is the form if n (the number of data points) is odd: This is the form if n (the number of data points) is even (notice the a m term): In either case the a j and b j terms are given by:

Example: Let’s use a Fourier Interpolation of the data {1,3,-5,2} This gives n =4 so m =4/2=2 as before. We begin by computing a 0, a 1, a 2, b 1, b 2. (Notice from the formula we can assume b 0 is always 0.) The interpolating polynomial is:

Substituting the angle values:

Algorithm for Fourier Interpolation of data set { x 0, x 1, x 2, …, x n -1 }. If Mod[ n,2]==0 then m = n /2 else m = ( n -1)/2 cossum=0 sinsum=0 For[ j =0, j  m, j ++, ajsum = 0 bjsum = 0 For[ k =0, k  ( n -1), k ++, ajsum = ajsum + x k Cos[ j  (2 k  )/ n ] bjsum = bjsum + x k Sin[ j  (2 k  )/ n ]] If j ==0then ajsum = ajsum/2 If j == m and Mod[ n,2]==0 then ajsum=ajsum/2 cossum=cossum+ajsum*(2/ n )Cos[ j  t ] sinsum=sinsum+bjsum*(2/ n )Sin[ j  t ]] f(t) = cossum + sinsum