Signals and Systems Lecture 5: Discrete Fourier Series

Total Page:16

File Type:pdf, Size:1020Kb

Signals and Systems Lecture 5: Discrete Fourier Series Signals and Systems Lecture 5: Discrete Fourier Series Dr. Guillaume Ducard Fall 2018 based on materials from: Prof. Dr. Raffaello D’Andrea Institute for Dynamic Systems and Control ETH Zurich, Switzerland 1 / 27 Outline 1 The Discrete Fourier Series Discrete Fourier series representation of a periodic signal Properties of the discrete Fourier series DFS coefficients of real signals 2 Response to Complex Exponential Sequences Complex exponential as input DFS coefficients of inputs and outputs 3 Relation between DFS and the DT Fourier Transform Definition Example 2 / 27 The Discrete Fourier Series Discrete Fourier series representation of a periodic signal Response to Complex Exponential Sequences Properties of the discrete Fourier series Relation between DFS and the DT Fourier Transform DFS coefficients of real signals Overview of Frequency Domain Analysis in Lectures 4 - 6 Tools for analysis of signals and systems in frequency domain: The DT Fourier transform (FT): For general, infinitely long and absolutely summable signals. ⇒ Useful for theory and LTI system analysis. The discrete Fourier series (DFS): For infinitely long but periodic signals ⇒ basis for the discrete Fourier transform. The discrete Fourier transform (DFT): For general, finite length signals. ⇒ Used in practice with signals from experiments. Underlying these three concepts is the decomposition of signals into sums of sinusoids (or complex exponentials). 3 / 27 The Discrete Fourier Series Discrete Fourier series representation of a periodic signal Response to Complex Exponential Sequences Properties of the discrete Fourier series Relation between DFS and the DT Fourier Transform DFS coefficients of real signals Outline 1 The Discrete Fourier Series Discrete Fourier series representation of a periodic signal Properties of the discrete Fourier series DFS coefficients of real signals 2 Response to Complex Exponential Sequences Complex exponential as input DFS coefficients of inputs and outputs 3 Relation between DFS and the DT Fourier Transform Definition Example 4 / 27 The Discrete Fourier Series Discrete Fourier series representation of a periodic signal Response to Complex Exponential Sequences Properties of the discrete Fourier series Relation between DFS and the DT Fourier Transform DFS coefficients of real signals Recall on periodic signals A periodic signal displays a pattern that repeats itself, for example over time or space. Recall A periodic sequence x with period N is such that x[n + N]= x[n], ∀n 5 / 27 The Discrete Fourier Series Discrete Fourier series representation of a periodic signal Response to Complex Exponential Sequences Properties of the discrete Fourier series Relation between DFS and the DT Fourier Transform DFS coefficients of real signals Overview of the Discrete Fourier Series Analysis equation (Discrete Fourier Series) DFS coefficients are obtained as: N−1 −jk 2π n X[k] = X x[n]e N . n=0 Synthesis equation (Inverse Discrete Fourier Series) N−1 1 jk 2π n x[n]= X[k]e N N X k=0 6 / 27 The Discrete Fourier Series Discrete Fourier series representation of a periodic signal Response to Complex Exponential Sequences Properties of the discrete Fourier series Relation between DFS and the DT Fourier Transform DFS coefficients of real signals Discrete Fourier series representation of a periodic signal The Discrete Fourier Series (DFS) is an alternative representation of a periodic sequence x with period N. The periodic sequence x can be represented 2π as a sum of N complex exponentials with frequencies k N , where k = 0, 1,...,N −1: N−1 1 jk 2π n x[n]= X[k]e N (1) N X k=0 for all times n, where X[k] ∈ C is the kth DFS coefficient jk 2π n corresponding to the complex exponential sequence {e N }. 7 / 27 The Discrete Fourier Series Discrete Fourier series representation of a periodic signal Response to Complex Exponential Sequences Properties of the discrete Fourier series Relation between DFS and the DT Fourier Transform DFS coefficients of real signals Discrete Fourier series representation of a periodic signal Remarks: 1 2π The frequency N is called the fundamental frequency and is the lowest frequency component in the signal. (We will later show that there is no loss of information in this representation.) 2 We only need N complex exponentials to represent a DT periodic signal with period N. Indeed, there are only N distinct complex exponentials with 2π frequencies that are integer multiples of N : j(k+N) 2π n jk 2π n jN 2π n jk 2π n j2πn jk 2π n e N = e N e N = e N e = e N . 3 graphical representation (shown during class). 8 / 27 The Discrete Fourier Series Discrete Fourier series representation of a periodic signal Response to Complex Exponential Sequences Properties of the discrete Fourier series Relation between DFS and the DT Fourier Transform DFS coefficients of real signals Discrete Fourier series coefficients The DFS coefficients of Equation (1) are obtained from the periodic signal x (the role of X and x are permuted with a minus sign in the exponential) as: N−1 −jk 2π n X[k] = X x[n]e N . n=0 The DFS operator is denoted as Fs , where: X = Fsx −1 and x = Fs X. The pairs are usually denoted as {x[n]} ←→ {X[k]}. 9 / 27 The Discrete Fourier Series Discrete Fourier series representation of a periodic signal Response to Complex Exponential Sequences Properties of the discrete Fourier series Relation between DFS and the DT Fourier Transform DFS coefficients of real signals Discrete Fourier series coefficients Note that, like the underlying sequence x, X is periodic with period N: Proof: N−1 −j(k+N) 2π n X[k + N]= X x[n]e N n=0 N−1 −jk 2π n −j2πn = X x[n]e N e = X[k]. n=0 |=1{z∀n} Conclusions When working with the DFS, it is therefore common practice to only consider one period of the sequence {X[k]}, that is: only the N DFS coefficients as X[k] for k = 0, 1,...,N −1. 10 / 27 The Discrete Fourier Series Discrete Fourier series representation of a periodic signal Response to Complex Exponential Sequences Properties of the discrete Fourier series Relation between DFS and the DT Fourier Transform DFS coefficients of real signals Proof that the DFS operator in invertible - Part I The following identity highlights the orthogonality of complex exponentials: N−1 2 Z 1 j(r−k) π n 1 for r − k = mN, m ∈ e N = N n=0 (0 otherwise. X Proof: Case 1 : r − k = mN. In this case, we have 2 jmN π n j2πmn e N = e = 1 for all m, n N−1 N−1 2 1 j(r−k) π n 1 1 ∴ e N = 1= N= 1. N N N n=0 n=0 X X Case 2 : r − k 6= mN. Define l := r − k. We then have 2 N−1 jl π N 1 2π 1 1 − e N jl N n e = 2π , N N jl N n=0 1 − e X jl 2π the above equation is a geometric series and e N 6= 1 since l 6= mN. For 2 1 1−ej πl l mN 2 . 6= , we therefore have N jl π = 0 1−e N 11 / 27 The Discrete Fourier Series Discrete Fourier series representation of a periodic signal Response to Complex Exponential Sequences Properties of the discrete Fourier series Relation between DFS and the DT Fourier Transform DFS coefficients of real signals Proof that the DFS operator in invertible - Part II −1 In order to prove that Fs is the inverse transform of Fs , we need to show: −1 1 Fs Fs = I −1 2 and Fs Fs = I, where I is the identity operator. −1 We now show that Fs Fs = I: N−1 N−1 2 2 −1 1 jr π n −jk π n F F {X[k]} = X[r]e N e N s s N ( n=0 r=0 ! ) X X N−1 N−1 2 1 j(r−k) π n = X[r] e N . N r=0 n=0 X X From above equation, the term in underbrace is equal to 1 forr = k mod N and 0 otherwise. Thus: | {z } N−1 N−1 2 −1 1 j(r−k) π n F F {X[k]} = X[r] e N = {X[k mod N]} = {X[k]}. s s N ( r=0 n=0 !) X X 12 / 27 The Discrete Fourier Series Discrete Fourier series representation of a periodic signal Response to Complex Exponential Sequences Properties of the discrete Fourier series Relation between DFS and the DT Fourier Transform DFS coefficients of real signals −1 In a similar way, it can also be shown that Fs Fs = I. Remark: As both x and X are periodic with period N, we can sum over any N consecutive values (denoted as hNi): 1 jk 2π n −jk 2π n x[n]= X[k]e N and X[k]= x[n]e N . N X X k=hNi n=hNi 13 / 27 The Discrete Fourier Series Discrete Fourier series representation of a periodic signal Response to Complex Exponential Sequences Properties of the discrete Fourier series Relation between DFS and the DT Fourier Transform DFS coefficients of real signals Outline 1 The Discrete Fourier Series Discrete Fourier series representation of a periodic signal Properties of the discrete Fourier series DFS coefficients of real signals 2 Response to Complex Exponential Sequences Complex exponential as input DFS coefficients of inputs and outputs 3 Relation between DFS and the DT Fourier Transform Definition Example 14 / 27 The Discrete Fourier Series Discrete Fourier series representation of a periodic signal Response to Complex Exponential Sequences Properties of the discrete Fourier series Relation between DFS and the DT Fourier Transform DFS coefficients of real signals Properties of the discrete Fourier series Linearity a1{x1[n]} + a2{x2[n]} ←→ a1{X1[k]} + a2{X2[k]} Parseval’s theorem (recall: period is N) N−1 N−1 1 |x[n]|2 = |X[k]|2 X N X n=0 k=0 15 / 27 The Discrete Fourier Series Discrete Fourier series representation of a periodic signal Response to Complex Exponential Sequences Properties of the discrete Fourier series Relation between DFS and the DT Fourier Transform DFS coefficients of real signals Proof of Parseval’s theorem N−1 1 |X[k]|2 =? N k X=0 N−1 1 ∗ ∗ = X [k]X[k] (where denotes the complex conjugate) N k X=0 N−1 N−1 1 ∗ jk 2π n = x [n]e N X[k] N k n=0 ! X=0 X N−1 N−1 2 1 ∗ jk π n = x [n]X[k]e N N k n=0 X=0 X N−1 N−1 ∗ 1 jk 2π n = x [n] X[k]e N
Recommended publications
  • 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]
  • Discrete Signals and Their Frequency Analysis
    Discrete signals and their frequency analysis. Valentina Hubeika, Jan Cernock´yˇ DCGM FIT BUT Brno, {ihubeika,cernocky}@fit.vutbr.cz • recapitulation – fundamentals on discrete signals. • periodic and harmonic sequences • discrete signal processing • convolution • Fourier transform with discrete time • Discrete Fourier Transform 1 Sampled signal ⇒ discrete signal During sampling we consider only values of the signal at sampling period multiplies T : x(nT ), nT = ... − 2T, −T, 0,T, 2T, 3T,... For a discrete signal, we forget about real time and simply count the samples. Discrete time becomes : x[n], n = ... − 2, −1, 0, 1, 2, 3,... Thus we often call discrete signals just sequences. 2 Important discrete signals Unit step and unit impulse: 1 for n ≥ 0 1 for n =0 σ[n]= δ[n]= 0 elsewhere 0 elsewhere 3 Periodic discrete signals their behaviour repeats after N samples, the smallest possible N is denoted as N1 and is called fundamental period. Harmonic discrete signals (harmonic sequences) x[n]= C1 cos(ω1n + φ1) (1) • C1 is a positive constant – magnitude. • ω1 is a spositive constant – normalized angular frequency. As n is just a number, the unit of ω1 is [rad]. Note, that in the previous lecture we denoted with the same simbol an angular frequency of continuous signals. Although in the last lecture we used ′ symbol ω1 for discrete time, we will not do it any longer. You will recognize continuous time frequency if there is real time associated with it (for instance cos(ω1t)). If you see discrete time n (for instance cos(ω1n)) you should know we are talking about normalized angular frequency.
    [Show full text]
  • Arxiv:1904.09040V2 [Math.NT]
    PERIODICITIES FOR TAYLOR COEFFICIENTS OF HALF-INTEGRAL WEIGHT MODULAR FORMS PAVEL GUERZHOY, MICHAEL H. MERTENS, AND LARRY ROLEN Abstract. Congruences of Fourier coefficients of modular forms have long been an object of central study. By comparison, the arithmetic of other expansions of modular forms, in particular Taylor expansions around points in the upper-half plane, has been much less studied. Recently, Romik made a conjecture about the periodicity of coefficients around τ0 = i of the classical Jacobi theta function θ3. Here, we generalize the phenomenon observed by Romik to a broader class of modular forms of half-integral weight and, in particular, prove the conjecture. 1. Introduction Fourier coefficients of modular forms are well-known to encode many interesting quantities, such as the number of points on elliptic curves over finite fields, partition numbers, divisor sums, and many more. Thanks to these connections, the arithmetic of modular form Fourier coefficients has long enjoyed a broad study, and remains a very active field today. However, Fourier expansions are just one sort of canonical expansion of modular forms. Petersson also defined [17] the so-called hyperbolic and elliptic expansions, which instead of being associated to a cusp of the modular curve, are associated to a pair of real quadratic numbers or a point in the upper half-plane, respectively. A beautiful exposition on these different expansions and some of their more recent connections can be found in [8]. In particular, there Imamoglu and O’Sullivan point out that Poincar´eseries with respect to hyperbolic expansions include the important examples of Katok [11] and Zagier [26], which are the functions which Kohnen later used [15] to construct the holomorphic kernel for the Shimura/Shintani lift.
    [Show full text]
  • Construction of Almost Periodic Sequences with Given Properties
    Electronic Journal of Differential Equations, Vol. 2008(2008), No. 126, pp. 1–22. ISSN: 1072-6691. URL: http://ejde.math.txstate.edu or http://ejde.math.unt.edu ftp ejde.math.txstate.edu (login: ftp) CONSTRUCTION OF ALMOST PERIODIC SEQUENCES WITH GIVEN PROPERTIES MICHAL VESELY´ Abstract. We define almost periodic sequences with values in a pseudometric space X and we modify the Bochner definition of almost periodicity so that it remains equivalent with the Bohr definition. Then, we present one (easily modifiable) method for constructing almost periodic sequences in X . Using this method, we find almost periodic homogeneous linear difference systems that do not have any non-trivial almost periodic solution. We treat this problem in a general setting where we suppose that entries of matrices in linear systems belong to a ring with a unit. 1. Introduction First of all we mention the article [9] by Fan which considers almost periodic sequences of elements of a metric space and the article [22] by Tornehave about almost periodic functions of the real variable with values in a metric space. In these papers, it is shown that many theorems that are valid for complex valued sequences and functions are no longer true. For continuous functions, it was observed that the important property is the local connection by arcs of the space of values and also its completeness. However, we will not use their results or other theorems and we will define the notion of the almost periodicity of sequences in pseudometric spaces without any conditions, i.e., the definition is similar to the classical definition of Bohr, the modulus being replaced by the distance.
    [Show full text]
  • Florentin Smarandache
    FLORENTIN SMARANDACHE SEQUENCES OF NUMBERS INVOLVED IN UNSOLVED PROBLEMS 1 141 1 1 1 8 1 1 8 40 8 1 1 8 1 1 1 1 12 1 1 12 108 12 1 1 12 108 540 108 12 1 1 12 108 12 1 1 12 1 1 1 1 16 1 1 16 208 16 1 1 16 208 1872 208 16 1 1 16 208 1872 9360 1872 208 16 1 1 16 208 1872 208 16 1 1 16 208 16 1 1 16 1 1 2006 Introduction Over 300 sequences and many unsolved problems and conjectures related to them are presented herein. These notions, definitions, unsolved problems, questions, theorems corollaries, formulae, conjectures, examples, mathematical criteria, etc. ( on integer sequences, numbers, quotients, residues, exponents, sieves, pseudo-primes/squares/cubes/factorials, almost primes, mobile periodicals, functions, tables, prime/square/factorial bases, generalized factorials, generalized palindromes, etc. ) have been extracted from the Archives of American Mathematics (University of Texas at Austin) and Arizona State University (Tempe): "The Florentin Smarandache papers" special collections, University of Craiova Library, and Arhivele Statului (Filiala Vâlcea, Romania). It is based on the old article “Properties of Numbers” (1975), updated many times. Special thanks to C. Dumitrescu & V. Seleacu from the University of Craiova (see their edited book "Some Notions and Questions in Number Theory", Erhus Univ. Press, Glendale, 1994), M. Perez, J. Castillo, M. Bencze, L. Tutescu, E, Burton who helped in collecting and editing this material. The Author 1 Sequences of Numbers Involved in Unsolved Problems Here it is a long list of sequences, functions, unsolved problems, conjectures, theorems, relationships, operations, etc.
    [Show full text]
  • Complexity of Periodic Sequences
    Complexity of Periodic Sequences Wieb Bosma1 Radboud University Nijmegen, P.O. Box 9010, 6500 GL Nijmegen, the Netherlands, email: [email protected] Abstract. Periodic sequences form the easiest sub-class of k-automatic sequences. Two characterizations of k-automatic sequences lead to two different complexity measures: the sizes of the minimal automaton with output generating the sequence on input either the k-representations of numbers or their reverses. In this note we analyze this exactly. 1 Introduction 1 By definition, an infinite k-automatic sequence a = (an)n=0 = a0a1a2a3 ··· is the output of a deterministic finite automaton with output (DFAO) upon feeding the index n as input for an. In [2] two obvious complexity measure for such sequences are compared. The first, denoted kakk, is simply the size (that is, the R number of states) of the smallest DFAO that produces a; the second, kakk (the reversed size) is the size of the smallest DFAO that produces a when the input for n is the reverse of the k-ary representation of n. In general the two measures may differ, even exponentially, in size. In this note we attempt to analyze the exact values of both complexity measures for periodic sequences a. It turns out R 2 that in this case kakk = O(n) and kakk is O(n ); we will be more precise in the statement of the main theorems. R The main tool for the analysis is the basic result that kakk is essentially equal to the size of the k-kernel Kk(a); this kernel may be defined to be the smallest set of infinite sequences containing a as well as every pj(b) for any b 2 Kk(a) 1 and any j with 0 ≤ j < k, where pj(b) = (bj+n)n=0 = bjbj+nbj+2nbj+3n ··· .
    [Show full text]
  • Finite Automata and Arithmetic
    Finite automata and arithmetic J.-P. Allouche ∗ 1 Introduction The notion of sequence generated by a finite automaton, (or more precisely a finite automaton with output function, i. e. a \uniform tag system") has been introduced and studied by Cobham in 1972 (see [19]; see also [24]). In 1980, Christol, Kamae, Mend`esFrance and Rauzy, ([18]), proved that a sequence with values in a finite field is automatic if and only if the related formal power series is algebraic over the rational functions with coefficients in this field: this was the starting point of numerous results linking automata theory, combinatorics and number theory. Our aim is to survey some results in this area, especially transcendence results, and to provide the reader with examples of automatic sequences. We will also give a bibliography where more detailed studies can be found. See in particular the survey of Dekking, Mend`esFrance and van der Poorten, [22], or the author's, [2], where many relations between finite automata and number theory (and between finite automata and other mathematical fields) are described. For applications of finite automata to physics see [6]. In the first part of this paper we will recall the basic definitions and give the theorem of Christol, Kamae, Mend`esFrance and Rauzy. We will also give five typical examples of sequences generated by finite automata. In the second part we will discuss transcendence results related to au- tomata theory, giving in particular some results concerning the Carlitz zeta function. We will indicate in the third part of this paper the possible generaliza- tions of these automatic sequences.
    [Show full text]
  • On the Periodic Hurwitz Zeta-Function. a Javtokas, a Laurinčikas
    On the periodic Hurwitz zeta-function. A Javtokas, A Laurinčikas To cite this version: A Javtokas, A Laurinčikas. On the periodic Hurwitz zeta-function.. Hardy-Ramanujan Journal, Hardy-Ramanujan Society, 2006, 29, pp.18 - 36. hal-01111465 HAL Id: hal-01111465 https://hal.archives-ouvertes.fr/hal-01111465 Submitted on 30 Jan 2015 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Hardy-Ramanujan Journal Vol.29 (2006) 18-36 On the periodic Hurwitz zeta-function A. Javtokas, A. Laurinˇcikas Abstract.In the paper an universality theorem in the Voronin sense for the periodic Hurwitz zeta-function is proved. 1. Introduction Let N, N0, R and C denote the sets of all positive integers, non-negative integers, real and complex numbers, respectively, and let a = a ; m Z f m 2 g be a periodic sequence of complex numbers with period k 1. Denote by s = σ + it a complex variable. The periodic zeta-function ζ(s≥; a), for σ > 1, is defined by 1 a ζ(s; a) = m ; ms m=1 X and by analytic continuation elsewhere. Define 1 k−1 a = a : k m m=0 X A.
    [Show full text]
  • 2. Infinite Series
    2. INFINITE SERIES 2.1. A PRE-REQUISITE:SEQUENCES We concluded the last section by asking what we would get if we considered the “Taylor polynomial of degree for the function ex centered at 0”, x2 x3 1 x 2! 3! As we said at the time, we have a lot of groundwork to consider first, such as the funda- mental question of what it even means to add an infinite list of numbers together. As we will see in the next section, this is a delicate question. In order to put our explorations on solid ground, we begin by studying sequences. A sequence is just an ordered list of objects. Our sequences are (almost) always lists of real numbers, so another definition for us would be that a sequence is a real-valued function whose domain is the positive integers. The sequence whose nth term is an is denoted an , or if there might be confusion otherwise, an n 1, which indicates that the sequence starts when n 1 and continues forever. Sequences are specified in several different ways. Perhaps the simplest way is to spec- ify the first few terms, for example an 2, 4, 6, 8, 10, 12, 14,... , is a perfectly clear definition of the sequence of positive even integers. This method is slightly less clear when an 2, 3, 5, 7, 11, 13, 17,... , although with a bit of imagination, one can deduce that an is the nth prime number (for technical reasons, 1 is not considered to be a prime number). Of course, this method com- pletely breaks down when the sequence has no discernible pattern, such as an 0, 4, 3, 2, 11, 29, 54, 59, 35, 41, 46,..
    [Show full text]
  • ON PARTITIONS and PERIODIC SEQUENCES Introduction
    Ø Ñ ÅØÑØÐ ÈÙ ÐØÓÒ× DOI: 10.2478/tmmp-2019-0002 Tatra Mt. Math. Publ. 73 (2019), 9–18 ON PARTITIONS AND PERIODIC SEQUENCES Milan Paˇsteka´ Department of Mathematics, Faculty of Education, University of Trnava, Trnava, SLOVAKIA ABSTRACT. In the first part we associate a periodic sequence with a partition and study the connection the distribution of elements of uniform limit of the sequences. Then some facts of statistical independence of these limits are proved. Introduction This paper is inspired by the papers [CIV], [CV], [K] where the uniformly distributed sequences of partitions of the unit interval are studied. For technical reasons we will study the systems of finite sequences of the unit interval — an equivalent of partitions. Let VN = vN (1),...,vN (BN ) , N =1, 2, 3,..., limN→∞ BN = ∞ be a sys- tem of finite sequences of elements of interval [0, 1]. We say that this system is uniformly distributed if and only if B 1 1 N lim f vN (n) = f(x)dx. N→∞ BN n=1 0 By the standard way we can prove 1º ÌÓÖÑ The system VN ,N =1, 2, 3,... is uniformly distributed if and only if 1 lim n ≤ BN ; vN (n) <x = x N→∞ BN for every x ∈ [0, 1]. c 2019 Mathematical Institute, Slovak Academy of Sciences. 2010 M a t h e m a t i c s Subject Classification: 11A25. K e y w o r d s: statistical independence, uniform distribution, polyadic continuity. Supported by Vega Grant 2/0109/18. Licensed under the Creative Commons Attribution-NC-ND4.0 International Public License.
    [Show full text]
  • Properties of Periodic Fibonacci-Like Sequences
    Properties of Periodic Fibonacci-like Sequences Alexander V. Evako Email address: [email protected] Abstract Generalized Fibonacci-like sequences appear in finite difference approximations of the Partial Differential Equations based upon replacing partial differential equations by finite difference equations. This paper studies properties of the generalized Fibonacci-like sequence . It is shown that this sequence is periodic with the period ( ) if | | . Keywords: Generalized Fibonacci-like sequence, Periodicity, Discrete Dynamical System, PDE, Graph, Network, Digital Space 1. Preliminaries Generalized Fibonacci sequences are widely used in many areas of science including applied physics, chemistry and biology. Over the past few decades, there has been a growth of interest in studying properties periodic Fibonacci sequences modulo m, Pell sequence and Lucas sequence. Many interesting results have been received in this area by researchers (see, e.g., [1, 4, 8, 10, 14]). Fibonacci like sequences are basic elements in computational solutions of partial differential equations using finite difference approximations of the PDE [ 6, 11], and in partial differential equations on networks and graphs [2, 7, 9]. The goals for this study is to investigate properties of the Fibonacci-like sequences, which are structural elements in discrete dynamic processes that can be encoded into graphs. The property we are interested in this study is the periodicity of a the Fibonacci-like sequence. In Section 2, we study a periodic continuous function ( ), where ( ) ( ) ( ). We show that if ( ) is periodic with period then | | . We apply the obtained results to the sequence, which is defined by recurrence relation with , where A, B C, a and b are real numbers.
    [Show full text]
  • On Rational and Periodic Power Series and on Sequential and Polycyclic Error-Correcting Codes
    On Rational and Periodic Power Series and on Sequential and Polycyclic Error-Correcting Codes A dissertation presented to the faculty of the College of Arts and Sciences of Ohio University In partial fulfillment of the requirements for the degree Doctor of Philosophy Benigno Rafael Parra Avila November 2009 © Benigno Rafael Parra Avila. All Rights Reserved. 2 This dissertation titled On Rational and Periodic Power Series and on Sequential and Polycyclic Error-Correcting Codes by BENIGNO RAFAEL PARRA AVILA has been approved for the Department of Mathematics and the College of Arts and Sciences by Sergio R. Lopez-Permouth´ Professor of Mathematics Benjamin M. Ogles Dean, College of Arts and Sciences 3 Abstract PARRA AVILA, BENIGNO RAFAEL, Ph.D., November 2009, Mathematics On Rational and Periodic Power Series and on Sequential and Polycyclic Error-Correcting Codes (74 pp.) Director of Dissertation: Sergio R. Lopez-Permouth´ Let R be a commutative ring with identity. A power series f 2 R[[x]] with (eventually) periodic coefficients is rational. We show that the converse holds if and only if R is an integral extension over Zm for some positive integer m. Let F be a field; we prove the equivalence between two notions of rationality in F[[x1;:::; xn]], and hence in F((x1;:::; xn)), and thus extend Kronecker’s criterion for rationality from F[[x]] to the multivariable setting. We introduce the notion of sequential code, a natural generalization of cyclic and even constacyclic codes, over a (not necessarily finite) field and explore fundamental properties of sequential codes as well as connections with periodicity of sequences and with the related notion of linear recurrence sequences.
    [Show full text]