3.5 Lecture 15: Fourier Series and Transforms

Total Page:16

File Type:pdf, Size:1020Kb

3.5 Lecture 15: Fourier Series and Transforms 3.5 Lecture 15: Fourier series and transforms Fourier transforms are useful for signal analysis, and are also an important tool for solving differential equations. First let’s recall what Fourier series can do: any periodic function f(x) defined on a finite interval 0 x L ≤ ≤ can be written as a Fourier series. If f(x) is symmetric about the midpoint at L/2, then we can write ∞ 2πkx f(x)= α cos , k L !k=0 " # where α is the set of coefficients. If f(x) is antisymmetric about the { k} midpoint, then we have ∞ 2πkx f(x)= β sin k L !k=1 " # So we can write a function with no symmetry as ∞ 2πkx ∞ 2πkx f(x)= α cos + β sin k L k L !k=0 " # !k=1 " # and then making using of cos θ =(eiθ + e iθ)/2 and sin θ =(eiθ eiθ)/2i to − − write ∞ 2πkx 2πkx f(x)= α exp i +exp i k L − L !k=0 $ " # " #% i ∞ 2πkx 2πkx + β exp i exp i 2 k − L − L !k=1 $ " # " #% From which point we can collect terms and write it as ∞ 2πkx f(x)= γ exp i k L k= " # !−∞ where 1 (α k + iβ k),k<0 2 − − γk = ⎧α0,k=0 ⎪ 1 ⎨ (α k iβ k),k>0. 2 − − − ⎩⎪ 76 Fourier series can only be used for periodic functions! To extend to non- periodic ones, just pick out an interval of a function and repeat it infinitely so that it becomes periodic. i 2πkx How do we calculate the coefficients, γ ? Just use the fact that e− L k { }k constitutes an orthonormal basis for the space [0,L]. That is, consider that L L 2πkx ∞ 2π(k′ k)x f(x)exp i = γk′ exp i − dx. 0 − L 0 L * " # k′= * " # !−∞ If k = k,then ′ ̸ L 2π(k k)x L 2π(k k)x L exp i ′ − dx = exp i ′ − L i2π(k k) L *0 " # ′ − $ " #%0 L = exp(i2π(k′ k)) 1 i2π(k′ k) − − −2πin =0sincee +=1 n Z , ∀ ∈ However, if k′ = k, then the integral is equal to L. In this case, L 2πkx f(x)exp i dx = Lγ − L k *0 " # or 1 L 2πkx γ = f(x)exp i dx. k L − L *0 " # 3.5.1 Discrete Fourier transforms There are many cases in which it isn’t possible to calculate the coefficients γk analytically. So we can use numerical methods. It turns out that ap- proximations with the trapezoidal rule is equivalent to the discrete Fourier transform. Consider N slices of width h = L/N. Applying the trapezoidal rule gives N 1 1 L 1 1 − 2πkx γ = f(0) + f(L)+ f(x )exp i n k L N 2 2 n − L - n=1 . " # ! " # when the sample point positions are xn = nL/N. Since f(x)isperiodic,we have f(0) = f(L), so then above simplifies to N 1 1 − 2πkx γ = f(x )exp i n k N n − L n=0 ! " # 77 We can use this to evaluate coefficients, at least in cases with evenly sampled data (pretty frequent). It’s also worth noting that while these results were derived using the trapezoidal rule, there is a sense in which that are exact. Recall that N 1 − 1 aN ak = − ,a=1, 1 a ̸ !k=0 − then N 1 k i2πm − i 2πm 1 e e N = − =0, 1 ei2πm/N !k=0 / 0 − since m is an integer, making the numerator zero. In the case that m =0, or is a multiple of N,thenthesumisN. So N 1 − 2πkm N if m =0,N,2N,... exp i = N 10else !k=0 " # Then consider the sum N 1 N 1 N 1 − 2πkn − − 2πkxn′ 2πkn ck exp i = γn′ exp i exp i N - − L . N !k=0 " # !k=0 n!′=0 " # " # N 1 N 1 − − n n = γ exp i2πk( − ′ ) n′ N n!′=0 !k=0 " # N 1 − = yn′ δn,n′ N n!′=0 = Nyn N 1 1 − 2πkn = y = c exp i . ⇒ n N k N !k=0 " # This is the inverse discrete Fourier transform (inv. DFT). This proves that the matrix with entries 1 2πkn U = exp i kn √ − N N " # is a unitary matrix. So we can recover the original values exactly by per- forming the inverse DFT. So you can move freely back and force between the original values and the Fourier coefficients. 78 We can compute this on a computer because the sum is finite • This discrete formula only gives sample values y = f(x ). So if the • n n function is oscillating rapidly between samples, the DFT won’t capture this, so DFT just gives some idea of the function. If the function is real, then can use this symmetry to simplify further. Sup- pose all y are real and consider c for N/2 <k N 1, so k = N r for n k ≤ − − 1 r<N/2. Then ≤ N 1 − 2π(N r)n cN r = yn exp i − − − N n=0 ! " # N 1 − 2πrn = y exp ( i2πn )exp i n − N n=0 ! " # N 1 − 2πrn = y exp i = c′ n N r n=0 ! " # so then cN 1 = c1 ,cN 2 = c2′ , etc. So when calculating the DFT of a real − ′ − function, we only have to calculate c for 0 k<N/2. However, if the y k ≤ n are complex, then we need to calculate all N Fourier coefficients. Bring up dft.py. This program uses exp from the cmath package, which isn’t the quickest way to calculate the DFT. We can instead do FFT. If we shift the positions of the sample points. then not much changes. Suppose that instead of taking samples at xn = nL/N, we take them at xn′ = xn +∆. Then N 1 − 2πk(x + ∆) c = f(x + ∆)exp i n k n − L n=0 ! " # N 1 2πk∆ − 2πkxn =exp i f(x′ )exp i − L n − L n=0 " # ! " # N 1 2πk∆ − 2πkxn =exp i y′ exp i , − L n − L n=0 " # ! " # where yn′ = f(xn′ ) are the new samples. We can absorb the phase factors into 2πk∆ N 1 2πkn the coefficients as c =exp i c so that c = − y exp i k′ L k k′ n=0 n′ − L so that DFT is independent of where the samples are taken. 2 3 4 2 3 We can distinguish between Type-I DFT where we divide interval [0,L] into N slices and take samples at endpoints, and a Type-II where we take samples at the midpoints of slices. 79 3.5.2 2D Fourier transform It’s useful for image processing, for instance in astronomy (classic case: Hub- ble image correction). Suppose we have M N grid of samples y . First × mn do a FT on the rows: N 1 − 2πln c′ = y exp i , ml mn − N n=0 ! " # and then FT the m variable: N 1 − 2πkm c = c′ exp i . kl ml − M n=0 ! " # Combined, these read N 1 N 1 − − km ln c = y exp i2π + . kl mn − M N m=0 n=0 ! ! " " ## What is the FT doing? Breaking down a signal into its frequency com- ponents, like a signal analyzer. Bring up dft.py.Thefirstspikeisthe frequency of the main wave, and the others are harmonics. Discrete cosine transform Recall that if a function is symmetric about x = L/2 (the midpoint) then we can write ∞ 2πkx f(x)= α cos k L !k=0 " # We cannot do this for all functions. However, if we’d like to do so, we can by just sample a function over an interval, and then adding it to its mirror image, i.e., 80 So we make the function symmetric, and when the samples are, we have y0 = yN ,y1 = yN 1,y2 = yN 2, etc. We then get for the DFT: − − N 1 − 2πkn c = y exp i k n − N n=0 ! " # N/2 N 1 2πkn − 2πkn = y exp i + y exp i n − N n − N n=0 ! " # n=!N/2+1 " # N/2 N 2πkn 2πk(N n) = yn exp i + yN n exp i − − N − N n=0 ! " # n=!N/2+1 " # where in the final line we used exp(i2πk)=1. Make a change of variables N n n to get − → N/2 N/2 1 2πkn − 2πkn c = y exp i + y exp i k n − N n N n=0 n=1 ! " # ! " # N/2 1 2πk(N/2) − 2πkn = y + y cos +2 y cos . 0 N/2 N n N n=1 " # ! " # Usually though, the discrete cosine transform is applied to real values, which means that the ck coefficients are real. In this case, we have the cN r = − cr′ = cr, and the inverse transform is N 1 1 − 2πkn y = c exp i n N k N !k=0 " # N/2 N 1 1 2πkn − 2πkn = c exp i + c exp i N ⎡ k N k N ⎤ !k=0 " # k=!N/2+1 " # ⎣N/2 N 1 ⎦ 1 2πkn − 2π(N k)n = ck exp i + cN k exp i − N ⎡ N − − N ⎤ !k=0 " # k=!N/2+1 " # ⎣N/2 N/2 1 ⎦ 1 2πkn − 2πkn = c exp i + c exp i N ⎡ k N k − N ⎤ !k=0 " # !k=1 " # ⎣ N/2 1 ⎦ 1 2πn(N/2) − 2πkn = c + c cos +2 c cos N ⎡ 0 N/2 N k N ⎤ " # !k=1 " # ⎣ ⎦ 81 which is the inverse discrete cosine transform.
Recommended publications
  • 7: Inner Products, Fourier Series, Convolution
    7: FOURIER SERIES STEVEN HEILMAN Contents 1. Review 1 2. Introduction 1 3. Periodic Functions 2 4. Inner Products on Periodic Functions 3 5. Trigonometric Polynomials 5 6. Periodic Convolutions 7 7. Fourier Inversion and Plancherel Theorems 10 8. Appendix: Notation 13 1. Review Exercise 1.1. Let (X; h·; ·i) be a (real or complex) inner product space. Define k·k : X ! [0; 1) by kxk := phx; xi. Then (X; k·k) is a normed linear space. Consequently, if we define d: X × X ! [0; 1) by d(x; y) := ph(x − y); (x − y)i, then (X; d) is a metric space. Exercise 1.2 (Cauchy-Schwarz Inequality). Let (X; h·; ·i) be a complex inner product space. Let x; y 2 X. Then jhx; yij ≤ hx; xi1=2hy; yi1=2: Exercise 1.3. Let (X; h·; ·i) be a complex inner product space. Let x; y 2 X. As usual, let kxk := phx; xi. Prove Pythagoras's theorem: if hx; yi = 0, then kx + yk2 = kxk2 + kyk2. 1 Theorem 1.4 (Weierstrass M-test). Let (X; d) be a metric space and let (fj)j=1 be a sequence of bounded real-valued continuous functions on X such that the series (of real num- P1 P1 bers) j=1 kfjk1 is absolutely convergent. Then the series j=1 fj converges uniformly to some continuous function f : X ! R. 2. Introduction A general problem in analysis is to approximate a general function by a series that is relatively easy to describe. With the Weierstrass Approximation theorem, we saw that it is possible to achieve this goal by approximating compactly supported continuous functions by polynomials.
    [Show full text]
  • Fourier Series
    Academic Press Encyclopedia of Physical Science and Technology Fourier Series James S. Walker Department of Mathematics University of Wisconsin–Eau Claire Eau Claire, WI 54702–4004 Phone: 715–836–3301 Fax: 715–836–2924 e-mail: [email protected] 1 2 Encyclopedia of Physical Science and Technology I. Introduction II. Historical background III. Definition of Fourier series IV. Convergence of Fourier series V. Convergence in norm VI. Summability of Fourier series VII. Generalized Fourier series VIII. Discrete Fourier series IX. Conclusion GLOSSARY ¢¤£¦¥¨§ Bounded variation: A function has bounded variation on a closed interval ¡ ¢ if there exists a positive constant © such that, for all finite sets of points "! "! $#&% (' #*) © ¥ , the inequality is satisfied. Jordan proved that a function has bounded variation if and only if it can be expressed as the difference of two non-decreasing functions. Countably infinite set: A set is countably infinite if it can be put into one-to-one £0/"£ correspondence with the set of natural numbers ( +,£¦-.£ ). Examples: The integers and the rational numbers are countably infinite sets. "! "!;: # # 123547698 Continuous function: If , then the function is continuous at the point : . Such a point is called a continuity point for . A function which is continuous at all points is simply referred to as continuous. Lebesgue measure zero: A set < of real numbers is said to have Lebesgue measure ! $#¨CED B ¢ £¦¥ zero if, for each =?>A@ , there exists a collection of open intervals such ! ! D D J# K% $#L) ¢ £¦¥ ¥ ¢ = that <GFIH and . Examples: All finite sets, and all countably infinite sets, have Lebesgue measure zero. "! "! % # % # Odd and even functions: A function is odd if for all in its "! "! % # # domain.
    [Show full text]
  • Contentscontents 2323 Fourier Series
    ContentsContents 2323 Fourier Series 23.1 Periodic Functions 2 23.2 Representing Periodic Functions by Fourier Series 9 23.3 Even and Odd Functions 30 23.4 Convergence 40 23.5 Half-range Series 46 23.6 The Complex Form 53 23.7 An Application of Fourier Series 68 Learning outcomes In this Workbook you will learn how to express a periodic signal f(t) in a series of sines and cosines. You will learn how to simplify the calculations if the signal happens to be an even or an odd function. You will learn some brief facts relating to the convergence of the Fourier series. You will learn how to approximate a non-periodic signal by a Fourier series. You will learn how to re-express a standard Fourier series in complex form which paves the way for a later examination of Fourier transforms. Finally you will learn about some simple applications of Fourier series. Periodic Functions 23.1 Introduction You should already know how to take a function of a single variable f(x) and represent it by a power series in x about any point x0 of interest. Such a series is known as a Taylor series or Taylor expansion or, if x0 = 0, as a Maclaurin series. This topic was firs met in 16. Such an expansion is only possible if the function is sufficiently smooth (that is, if it can be differentiated as often as required). Geometrically this means that there are no jumps or spikes in the curve y = f(x) near the point of expansion.
    [Show full text]
  • On the Real Projections of Zeros of Almost Periodic Functions
    ON THE REAL PROJECTIONS OF ZEROS OF ALMOST PERIODIC FUNCTIONS J.M. SEPULCRE AND T. VIDAL Abstract. This paper deals with the set of the real projections of the zeros of an arbitrary almost periodic function defined in a vertical strip U. It pro- vides practical results in order to determine whether a real number belongs to the closure of such a set. Its main result shows that, in the case that the Fourier exponents {λ1, λ2, λ3,...} of an almost periodic function are linearly independent over the rational numbers, such a set has no isolated points in U. 1. Introduction The theory of almost periodic functions, which was created and developed in its main features by H. Bohr during the 1920’s, opened a way to study a wide class of trigonometric series of the general type and even exponential series. This theory shortly acquired numerous applications to various areas of mathematics, from harmonic analysis to differential equations. In the case of the functions that are defined on the real numbers, the notion of almost periodicity is a generalization of purely periodic functions and, in fact, as in classical Fourier analysis, any almost periodic function is associated with a Fourier series with real frequencies. Let us briefly recall some notions concerning the theory of the almost periodic functions of a complex variable, which was theorized in [4] (see also [3, 5, 8, 11]). A function f(s), s = σ + it, analytic in a vertical strip U = {s = σ + it ∈ C : α< σ<β} (−∞ ≤ α<β ≤ ∞), is called almost periodic in U if to any ε > 0 there exists a number l = l(ε) such that each interval t0 <t<t0 + l of length l contains a number τ satisfying |f(s + iτ) − f(s)|≤ ε ∀s ∈ U.
    [Show full text]
  • Almost Periodic Sequences and Functions with Given Values
    ARCHIVUM MATHEMATICUM (BRNO) Tomus 47 (2011), 1–16 ALMOST PERIODIC SEQUENCES AND FUNCTIONS WITH GIVEN VALUES Michal Veselý Abstract. We present a method for constructing almost periodic sequences and functions with values in a metric space. Applying this method, we find almost periodic sequences and functions with prescribed values. Especially, for any totally bounded countable set X in a metric space, it is proved the existence of an almost periodic sequence {ψk}k∈Z such that {ψk; k ∈ Z} = X and ψk = ψk+lq(k), l ∈ Z for all k and some q(k) ∈ N which depends on k. 1. Introduction The aim of this paper is to construct almost periodic sequences and functions which attain values in a metric space. More precisely, our aim is to find almost periodic sequences and functions whose ranges contain or consist of arbitrarily given subsets of the metric space satisfying certain conditions. We are motivated by the paper [3] where a similar problem is investigated for real-valued sequences. In that paper, using an explicit construction, it is shown that, for any bounded countable set of real numbers, there exists an almost periodic sequence whose range is this set and which attains each value in this set periodically. We will extend this result to sequences attaining values in any metric space. Concerning almost periodic sequences with indices k ∈ N (or asymptotically almost periodic sequences), we refer to [4] where it is proved that, for any precompact sequence {xk}k∈N in a metric space X , there exists a permutation P of the set of positive integers such that the sequence {xP (k)}k∈N is almost periodic.
    [Show full text]
  • Fourier Transform for Mean Periodic Functions
    Annales Univ. Sci. Budapest., Sect. Comp. 35 (2011) 267–283 FOURIER TRANSFORM FOR MEAN PERIODIC FUNCTIONS L´aszl´oSz´ekelyhidi (Debrecen, Hungary) Dedicated to the 60th birthday of Professor Antal J´arai Abstract. Mean periodic functions are natural generalizations of periodic functions. There are different transforms - like Fourier transforms - defined for these types of functions. In this note we introduce some transforms and compare them with the usual Fourier transform. 1. Introduction In this paper C(R) denotes the locally convex topological vector space of all continuous complex valued functions on the reals, equipped with the linear operations and the topology of uniform convergence on compact sets. Any closed translation invariant subspace of C(R)iscalledavariety. The smallest variety containing a given f in C(R)iscalledthevariety generated by f and it is denoted by τ(f). If this is different from C(R), then f is called mean periodic. In other words, a function f in C(R) is mean periodic if and only if there exists a nonzero continuous linear functional μ on C(R) such that (1) f ∗ μ =0 2000 Mathematics Subject Classification: 42A16, 42A38. Key words and phrases: Mean periodic function, Fourier transform, Carleman transform. The research was supported by the Hungarian National Foundation for Scientific Research (OTKA), Grant No. NK-68040. 268 L. Sz´ekelyhidi holds. In this case sometimes we say that f is mean periodic with respect to μ. As any continuous linear functional on C(R) can be identified with a compactly supported complex Borel measure on R, equation (1) has the form (2) f(x − y) dμ(y)=0 for each x in R.
    [Show full text]
  • 6.436J / 15.085J Fundamentals of Probability, Homework 1 Solutions
    MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.436J/15.085J Fall 2018 Problem Set 1 Readings: (a) Notes from Lecture 1. (b) Handout on background material on sets and real analysis (Recitation 1). Supplementary readings: [C], Sections 1.1-1.4. [GS], Sections 1.1-1.3. [W], Sections 1.0-1.5, 1.9. Exercise 1. (a) Let N be the set of positive integers. A function f : N → {0, 1} is said to be periodic if there exists some N such that f(n + N)= f(n),for all n ∈ N. Show that the set of periodic functions is countable. (b) Does the result from part (a) remain valid if we consider rational-valued periodic functions f : N → Q? Solution: (a) For a given positive integer N,letA N denote the set of periodic functions with a period of N.Fora given N ,since thesequence, f(1), ··· ,f(N), actually defines a periodic function in AN ,wehave thateach A N contains 2N elements. For example, for N =2,there arefour functions inthe set A2: f(1)f(2)f(3)f(4) ··· =0000··· ;1111··· ;0101··· ;1010··· . The set of periodic functions from N to {0, 1}, A,can bewritten as, ∞ A = AN . N=1 ! Since the union of countably many finite sets is countable, we conclude that the set of periodic functions from N to {0, 1} is countable. (b) Still, for a given positive integer N,let AN denote the set of periodic func- tions with a period N.Fora given N ,since the sequence, f(1), ··· ,f(N), 1 actually defines a periodic function in AN ,weconclude that A N has the same cardinality as QN (the Cartesian product of N sets of rational num- bers).
    [Show full text]
  • Fourier Series
    Chapter 10 Fourier Series 10.1 Periodic Functions and Orthogonality Relations The differential equation ′′ y + 2y = F cos !t models a mass-spring system with natural frequency with a pure cosine forcing function of frequency !. If 2 = !2 a particular solution is easily found by undetermined coefficients (or by∕ using Laplace transforms) to be F y = cos !t. p 2 !2 − If the forcing function is a linear combination of simple cosine functions, so that the differential equation is N ′′ 2 y + y = Fn cos !nt n=1 X 2 2 where = !n for any n, then, by linearity, a particular solution is obtained as a sum ∕ N F y (t)= n cos ! t. p 2 !2 n n=1 n X − This simple procedure can be extended to any function that can be repre- sented as a sum of cosine (and sine) functions, even if that summation is not a finite sum. It turns out that the functions that can be represented as sums in this form are very general, and include most of the periodic functions that are usually encountered in applications. 723 724 10 Fourier Series Periodic Functions A function f is said to be periodic with period p> 0 if f(t + p)= f(t) for all t in the domain of f. This means that the graph of f repeats in successive intervals of length p, as can be seen in the graph in Figure 10.1. y p 2p 3p 4p 5p Fig. 10.1 An example of a periodic function with period p.
    [Show full text]
  • CALIFORNIA STATE UNIVERSITY, NORTHRIDGE Optimized AV1 Inter
    CALIFORNIA STATE UNIVERSITY, NORTHRIDGE Optimized AV1 Inter Prediction using Binary classification techniques A graduate project submitted in partial fulfillment of the requirements for the degree of Master of Science in Software Engineering by Alex Kit Romero May 2020 The graduate project of Alex Kit Romero is approved: ____________________________________ ____________ Dr. Katya Mkrtchyan Date ____________________________________ ____________ Dr. Kyle Dewey Date ____________________________________ ____________ Dr. John J. Noga, Chair Date California State University, Northridge ii Dedication This project is dedicated to all of the Computer Science professors that I have come in contact with other the years who have inspired and encouraged me to pursue a career in computer science. The words and wisdom of these professors are what pushed me to try harder and accomplish more than I ever thought possible. I would like to give a big thanks to the open source community and my fellow cohort of computer science co-workers for always being there with answers to my numerous questions and inquiries. Without their guidance and expertise, I could not have been successful. Lastly, I would like to thank my friends and family who have supported and uplifted me throughout the years. Thank you for believing in me and always telling me to never give up. iii Table of Contents Signature Page ................................................................................................................................ ii Dedication .....................................................................................................................................
    [Show full text]
  • Fourier Series for Periodic Functions Lecture #8 5CT3,4,6,7
    Fourier Series for Periodic Functions Lecture #8 5CT3,4,6,7 BME 333 Biomedical Signals and Systems 2 - J.Schesser Fourier Series for Periodic Functions • Up to now we have solved the problem of approximating a function f(t) by fa(t) within an interval T. • However, if f(t) is periodic with period T, i.e., f(t)=f(t+T), then the approximation is true for all t. • And if we represent a periodic function in terms of an infinite Fourier series, such that the frequencies are all integral multiples of the frequency 1/T, where k=1 corresponds to the fundamental frequency of the function and the remainder are its harmonics. Tjkt 2 1 2 T aftedtk T () T 2 j22kt j kt j 2 kt j 2 kt TT T T ft() a00 [aakk e * e ] a k e a2Re[ a k e ] kkk11 jkt2 j k ftak( ) a0 C cos( kkk ), where 2aa Ce and 00 C k1 T BME 333 Biomedical Signals and Systems 3 - J.Schesser Another Form for the Fourier Series 2 kt ft() C0 Ckk cos( ) k1 T 22kt kt AA0 kkcos( ) B sin( ) k1 TT where Akk CBCACcos k and k - k sin k and 00 BME 333 Biomedical Signals and Systems 4 - J.Schesser Fourier Series Theorem • Any periodic function f (t) with period T which is integrable ( f ( t ) dt ) can be represented by an infinite Fourier Series • If [f (t)]2 is also integrable, then the series converges to the value of f (t) at every point where f(t) is continuous and to the average value at any discontinuity.
    [Show full text]
  • Periodic Linear Systems Lecture 17 Math 634 10/8/99
    Periodic Linear Systems Lecture 17 Math 634 10/8/99 We now consider x˙ = A(t)x (1) when A is a continuous periodic n n matrix function of t; i.e., when there × is a constant T>0 such that A(t + T )=A(t) for every t R . When that condition is satisfied, we say, more precisely, that A is T -periodic∈ .IfT is the smallest positive number for which this condition holds, we say that T is the minimal period of A. Let A be T -periodic, and let X(t) be a fundamental matrix for (1). Define ˜ n n ˜ ˜ R R X : R ( , )byX(t)=X(t + T ). Clearly, the columns of X are linearly→L independent functions of t. Also, d d X˜(t)= X(t + T )=X0(t + T )=A(t + t)X(t + T )=A(t)X˜(t), dt dt so X˜ solves the matrix equivalent of (1). Hence, X˜ is a fundamental matrix for (1). Because the dimension of the solution space of (1) is n, this means that there is a nonsingular (constant) matrix C such that X(t + T )=X(t)C for every t R . C is called a monodromy matrix. ∈ n n TB C Lemma There exists B (C , ) such that C = e . ∈L Proof. Without loss of generality, we assume that T = 1, since if it isn’t we can just rescale B by a scalar constant. We also assume, without loss of generality, that C is in Jordan canonical form. (If it isn’t, then use the fact 1 B PBP 1 that P − CP = e implies that C = e − .) Furthermore, because of the way the matrix exponential acts on a block diagonal matrix, it suffices to 1 show that for each p p Jordan block × λ 0 0 ··· ··· .
    [Show full text]
  • Video Compression Optimized for Racing Drones
    Video compression optimized for racing drones Henrik Theolin Computer Science and Engineering, master's level 2018 Luleå University of Technology Department of Computer Science, Electrical and Space Engineering Video compression optimized for racing drones November 10, 2018 Preface To my wife and son always! Without you I'd never try to become smarter. Thanks to my supervisor Staffan Johansson at Neava for providing room, tools and the guidance needed to perform this thesis. To my examiner Rickard Nilsson for helping me focus on the task and reminding me of the time-limit to complete the report. i of ii Video compression optimized for racing drones November 10, 2018 Abstract This thesis is a report on the findings of different video coding tech- niques and their suitability for a low powered lightweight system mounted on a racing drone. Low latency, high consistency and a robust video stream is of the utmost importance. The literature consists of multiple comparisons and reports on the efficiency for the most commonly used video compression algorithms. These reports and findings are mainly not used on a low latency system but are testing in a laboratory environment with settings unusable for a real-time system. The literature that deals with low latency video streaming and network instability shows that only a limited set of each compression algorithms are available to ensure low complexity and no added delay to the coding process. The findings re- sulted in that AVC/H.264 was the most suited compression algorithm and more precise the x264 implementation was the most optimized to be able to perform well on the low powered system.
    [Show full text]