An Efficient Implementation of the Music Algorithm for Frequency Estimation of Approximately Periodic Signals

Total Page:16

File Type:pdf, Size:1020Kb

An Efficient Implementation of the Music Algorithm for Frequency Estimation of Approximately Periodic Signals Proceedings of the 21st International Conference on Digital Audio Effects (DAFx-18), Aveiro, Portugal, September 4–8, 2018 FAST MUSIC – AN EFFICIENT IMPLEMENTATION OF THE MUSIC ALGORITHM FOR FREQUENCY ESTIMATION OF APPROXIMATELY PERIODIC SIGNALS Orchisama Das, Jonathan S. Abel, Julius O. Smith III Center for Computer Research in Music and Acoustics, Stanford University Stanford, USA [orchi|abel|jos]@ccrma.stanford.edu ABSTRACT with poles and zeros. It is said to have better resolution than MU- Noise subspace methods are popular for estimating the parame- SIC at low SNRs. Similarly, another popular algorithm, ESPRIT ters of complex sinusoids in the presence of uncorrelated noise [7], was invented by Roy et al. which makes use of the underly- and has applications in musical instrument modeling and micro- ing rotational invariance of the signal subspace. The generalized phone array processing. One such algorithm, MUSIC (Multiple eigenvalues of the matrix pencil formed by an auto-covariance ma- Signal Classification) has been popular for its ability to resolve trix and a cross-covariance matrix gives the unknown frequencies. closely spaced sinusoids. However, the computational efficiency ESPRIT performs better than MUSIC, especially when the sig- of MUSIC is relatively low, since it requires an explicit eigenvalue nal is sampled nonuniformly. More recently, another enhancement decomposition of an autocorrelation matrix, followed by a linear to MUSIC, gold-MUSIC [8] has been proposed which uses two search over a large space. In this paper, we discuss methods for and stages for coarse and fine search, respectively. the benefits of converting the Toeplitz structure of the autocorrela- One of the disadvantages of the MUSIC algorithm is its com- tion matrix to circulant form, so that the eigenvalue decomposition putational complexity. Typical eigenvalue decomposition algo- can be replaced by a Fast Fourier Transform (FFT) of one row of rithms are of the order O(N 3) [9]. In this paper, we use the the matrix. This transformation requires modeling the signal as at fact that, for periodic signals, the autocorrelation matrix is circu- least approximately periodic over some duration. Moreover, we lant when it spans an integer multiple of the signal’s period. In derive a closed-form expression for finding spectral peaks, yield- this case, looking for the eigenvalues with largest magnitude is ing large savings in computation time. We test our algorithm to equivalent to looking for magnitude peaks in the FFT. We know in resolve closely spaced piano partials and observe that it can work the circulant case that our noise eigenvectors are DFT sinusoids, with a much shorter data window than a regular FFT. and hence we can derive a closed-form solution when we project our search space onto the noise subspace, thereby reducing further 1. INTRODUCTION the calculations required to find the pseudospectrum. Replacing eigenvalue decomposition in MUSIC with efficient Fourier trans- Sinusoidal parameter estimation is a classical problem with appli- form based methods has been previously studied in [10] where cations in radar, sonar, music, and speech, among others. When the eigenvectors are derived to be some linear combinations of the the frequencies of sinusoids are well resolved, looking for spectral data vectors, while maintaining the orthonormality constraint. In peaks is adequate. It is shown in [1] that the maximum likelihood this paper, we take a different approach by utilizing the circulancy (ML) frequency estimate for a single sinusoid in Gaussian white of autocorrelation matrices. noise is given by the frequency of the magnitude peak in the peri- We test our algorithm to resolve closely spaced partials of the odogram. The ML approach is extended and Cramer-Rao bounds A3 note played on a piano. It is a well known fact that the strings are derived for multiple sinusoids in noise in a follow-on paper by corresponding to a particular piano key are slightly mistuned. Cou- the same authors [2]. Some other estimators are covered in [3]. pled motion of piano strings has been studied in detail by Weinre- For closely spaced sinusoidal frequencies, however, other ap- ich in [11, 12]. There is a slight difference in frequency of the proaches have been developed. Noise subspace methods are a individual strings, giving rise to closely spaced peaks in the spec- class of sinusoidal parameter estimators that utilize the fact that tra. A very long window of data is needed to resolve these peaks the noise subspace of the measured signal is orthogonal to the sig- with the FFT. We show that FAST MUSIC can resolve two closely nal subspace. Pisarenko Harmonic Decomposition [4] makes use spaced peaks with a much shorter window of data than a regular of the eigenvector associated with the minimum eigenvalue of the FFT, and much faster than MUSIC. estimated autocorrelation matrix to find frequencies. However, it The rest of this paper is organized as follows : Section 2 gives has been found to exhibit relatively poor accuracy [3]. Schmidt an outline of the MUSIC algorithm, Section 3 derives the FAST [5] improved over Pisarenko with the MUSIC (MUltiple SIgnal MUSIC algorithm, Section 4 describes the experimental results on Classification) algorithm which could estimate the frequencies of a) an artificially synthesized signal containing two sinusoids with multiple closely spaced signals more accurately in the presence of additive white noise and b) a partial of the A3 note played on the noise. In MUSIC, a pseudospectrum is generated by projecting piano which contains beating frequencies. We conclude the paper a complex sinusoid onto all of the noise subspace eigenvectors, in Section 5 and delineate the scope for future work. Estimation of defining peaks where this projection magnitude is minimum. This real-valued sine wave frequencies with MUSIC has been studied method is shown to be asymptotically unbiased. An enhancement in [13]. For all derivations in this paper, we work with real signals, to MUSIC, root-MUSIC, was proposed in [6]. It uses the proper- because we are interested in audio applications. This saves some ties of the signal-space eigenvectors to define a rational spectrum time in computing the pseudospectrum since we know it will be DAFX-1 Proceedings of the 21st International Conference on Digital Audio Effects (DAFx-18), Aveiro, Portugal, September 4–8, 2018 symmetric. Our derivations can be easily extended to complex 3. FAST MUSIC signals. Under conditions to be specified, it is possible to replace the eigen- 2. MUSIC value decomposition required in MUSIC by a Fast Fourier Trans- form (FFT). In this section, we derive the structure and order of 2.1. Model the autocorrelation matrix for which it is circulant instead of only Toeplitz. We also derive a closed-form expression for finding the We wish to estimate the parameters of a signal composed of ad- pseudospectrum. ditive sinusoids from noisy observations. Let y(n) be the noisy signal, composed of a deterministic part, x(n), made of r real sinu- 3.1. Deriving the autocorrelation matrix soids and random noise, w(n). We assume that w(n) ∼ N(0; σ2), M and that w(n) and x(n) are uncorrelated. The sinusoidal phases In vector form, y 2 R can be written as: φi’s are assumed to be i.i.d. and uniformly distributed φi ∼ U(−π; π). y = Sa + w r 2 (3) X w ∼ N(0; σ I) y(n) = Ai cos (!in + φi) + w(n) i=1 y(n) = x(n) + w(n) 2 y(n) 3 2 1 0 ··· 3 In vector notation, the signal y 2 M can be characterized 6 y(n − 1) 7 6 cos(!1) sin(!1) ··· 7 R 6 7 = 6 7 T 6 . 7 6 . 7 by the M × M autocorrelation matrix Ky = E(yy ). For a 4 . 5 4 . ::: 5 zero-mean signal, the autocorrelation matrix coincides with the y(n − M + 1) cos[(M − 1)!1] sin[(M − 1)!1] ··· covariance matrix. Since this matrix is Toeplitz and symmetric 2 3 2 3 positive-definite, its eigenvalues are real and nonnegative (and pos- A1 cos(!1n + φ1) w(n) itive when σ > 0). We can perform an eigenvalue decomposition 6A1 sin(!1n + φ2)7 6 w(n − 1) 7 × 6 7 + 6 7 on this matrix to get a diagonal matrix Λ consisting of the eigen- 6 . 7 6 . 7 4 . 5 4 . 5 Q 2r values, and an eigenvector matrix . The eigenvectors cor- A sin(! n + φ ) w(n − M + 1) responding to the 2r largest eigenvalues, Q , contain signal plus r r r x (4) noise information, whereas the remaining M-2r eigenvectors, Qw, only represent the noise subspace. Thus, we have the following Since y is zero-mean, its covariance matrix is relationships: T T 2 2 Ky = (yy ) = SKaS + σ I: (5) Ky = Kx + Kw = Kx + σ I E K = QΛQH We now want to get K in terms of K . We have assumed φ ∼ y (1) y a i 0 H U(−π; π) (uniformly identically distributed random phase). We Λ 0 Qx Ky = Qx Qw 2 H observe that every term of Ka is of the form Ka(i; j) = E[Ai cos(!i 0 σ IM−2r Qw n + φi) Aj cos(!j n + φj )], or E[Ai sin(!in + φi)Aj sin(!j n + φj )], or E[Ai sin(!in+φi)Aj cos(!j n+φj )], or E[Ai cos(!in+ 2.2. Pseudospectrum Estimation φi)Aj sin(!j n + φj )]. All of these terms are zero, except the first 2 2 2 Let a vector of M harmonic frequencies be denoted as b(!) = two when i = j, i.e. E[Ai cos (!in + φi) ] = E[Ai sin(!in + 2 j! 2j! (M−1)j! T 2 Ai [1; e ; e ··· e ] .
Recommended publications
  • Criss-Cross Type Algorithms for Computing the Real Pseudospectral Abscissa
    CRISS-CROSS TYPE ALGORITHMS FOR COMPUTING THE REAL PSEUDOSPECTRAL ABSCISSA DING LU∗ AND BART VANDEREYCKEN∗ Abstract. The real "-pseudospectrum of a real matrix A consists of the eigenvalues of all real matrices that are "-close to A. The closeness is commonly measured in spectral or Frobenius norm. The real "-pseudospectral abscissa, which is the largest real part of these eigenvalues for a prescribed value ", measures the structured robust stability of A. In this paper, we introduce a criss-cross type algorithm to compute the real "-pseudospectral abscissa for the spectral norm. Our algorithm is based on a superset characterization of the real pseudospectrum where each criss and cross search involves solving linear eigenvalue problems and singular value optimization problems. The new algorithm is proved to be globally convergent, and observed to be locally linearly convergent. Moreover, we propose a subspace projection framework in which we combine the criss-cross algorithm with subspace projection techniques to solve large-scale problems. The subspace acceleration is proved to be locally superlinearly convergent. The robustness and efficiency of the proposed algorithms are demonstrated on numerical examples. Key words. eigenvalue problem, real pseudospectra, spectral abscissa, subspace methods, criss- cross methods, robust stability AMS subject classifications. 15A18, 93B35, 30E10, 65F15 1. Introduction. The real "-pseudospectrum of a matrix A 2 Rn×n is defined as R n×n (1) Λ" (A) = fλ 2 C : λ 2 Λ(A + E) with E 2 R ; kEk ≤ "g; where Λ(A) denotes the eigenvalues of a matrix A and k · k is the spectral norm. It is also known as the real unstructured spectral value set (see, e.g., [9, 13, 11]) and it can be regarded as a generalization of the more standard complex pseudospectrum (see, e.g., [23, 24]).
    [Show full text]
  • Reproducing Kernel Hilbert Space Compactification of Unitary Evolution
    Reproducing kernel Hilbert space compactification of unitary evolution groups Suddhasattwa Dasa, Dimitrios Giannakisa,∗, Joanna Slawinskab aCourant Institute of Mathematical Sciences, New York University, New York, NY 10012, USA bFinnish Center for Artificial Intelligence, Department of Computer Science, University of Helsinki, Helsinki, Finland Abstract A framework for coherent pattern extraction and prediction of observables of measure-preserving, ergodic dynamical systems with both atomic and continuous spectral components is developed. This framework is based on an approximation of the generator of the system by a compact operator Wτ on a reproducing kernel Hilbert space (RKHS). A key element of this approach is that Wτ is skew-adjoint (unlike regularization approaches based on the addition of diffusion), and thus can be characterized by a unique projection- valued measure, discrete by compactness, and an associated orthonormal basis of eigenfunctions. These eigenfunctions can be ordered in terms of a Dirichlet energy on the RKHS, and provide a notion of coherent observables under the dynamics akin to the Koopman eigenfunctions associated with the atomic part of the spectrum. In addition, the regularized generator has a well-defined Borel functional calculus allowing tWτ the construction of a unitary evolution group fe gt2R on the RKHS, which approximates the unitary Koopman evolution group of the original system. We establish convergence results for the spectrum and Borel functional calculus of the regularized generator to those of the original system in the limit τ ! 0+. Convergence results are also established for a data-driven formulation, where these operators are approximated using finite-rank operators obtained from observed time series. An advantage of working in spaces of observables with an RKHS structure is that one can perform pointwise evaluation and interpolation through bounded linear operators, which is not possible in Lp spaces.
    [Show full text]
  • Banach J. Math. Anal. 6 (2012), No. 1, 45–60 LINEAR MAPS
    Banach J. Math. Anal. 6 (2012), no. 1, 45–60 Banach Journal of Mathematical Analysis ISSN: 1735-8787 (electronic) www.emis.de/journals/BJMA/ LINEAR MAPS PRESERVING PSEUDOSPECTRUM AND CONDITION SPECTRUM G. KRISHNA KUMAR1 AND S. H. KULKARNI2 Communicated by K. Jarosz Abstract. We discuss properties of pseudospectrum and condition spectrum of an element in a complex unital Banach algebra and its -perturbation. Sev- eral results are proved about linear maps preserving pseudospectrum/ condition spectrum. These include the following: (1) Let A, B be complex unital Banach algebras and > 0. Let Φ : A → B be an -pseudospectrum preserving linear onto map. Then Φ preserves spectrum. If A and B are uniform algebras, then, Φ is an isometric isomorphism. (2) Let A, B be uniform algebras and 0 < < 1. Let Φ : A → B be 0 an -condition spectrum preserving linear map. Then Φ is an -almost 0 multiplicative map, where , tend to zero simultaneously. 1. Introduction Let A be a complex Banach algebra with unit 1. We shall identify λ.1 with λ. We recall that the spectrum of an element a ∈ A is defined as −1 σ(a) = λ ∈ C : λ − a∈ / A , where A−1 is the set of all invertible elements of A. The spectral radius of an element a is defined as r(a) = sup{|λ| : λ ∈ σ(a)}. Date: Received: 20June 2011; Revised: 25 August 2011; Accepted: 8 September 2011. ∗ Corresponding author. 2010 Mathematics Subject Classification. Primary 47B49; Secondary 46H05, 46J05, 47S48. Key words and phrases. Pseudospectrum, condition spectrum, almost multiplicative map, linear preserver, perturbation. 45 46 G.
    [Show full text]
  • Lecture Notes on Spectra and Pseudospectra of Matrices and Operators
    Lecture Notes on Spectra and Pseudospectra of Matrices and Operators Arne Jensen Department of Mathematical Sciences Aalborg University c 2009 Abstract We give a short introduction to the pseudospectra of matrices and operators. We also review a number of results concerning matrices and bounded linear operators on a Hilbert space, and in particular results related to spectra. A few applications of the results are discussed. Contents 1 Introduction 2 2 Results from linear algebra 2 3 Some matrix results. Similarity transforms 7 4 Results from operator theory 10 5 Pseudospectra 16 6 Examples I 20 7 Perturbation Theory 27 8 Applications of pseudospectra I 34 9 Applications of pseudospectra II 41 10 Examples II 43 1 11 Some infinite dimensional examples 54 1 Introduction We give an introduction to the pseudospectra of matrices and operators, and give a few applications. Since these notes are intended for a wide audience, some elementary concepts are reviewed. We also note that one can understand the main points concerning pseudospectra already in the finite dimensional case. So the reader not familiar with operators on a separable Hilbert space can assume that the space is finite dimensional. Let us briefly outline the contents of these lecture notes. In Section 2 we recall some results from linear algebra, mainly to fix notation, and to recall some results that may not be included in standard courses on linear algebra. In Section 4 we state some results from the theory of bounded operators on a Hilbert space. We have decided to limit the exposition to the case of bounded operators.
    [Show full text]
  • Pseudospectrum of an Element of a Banach Algebra
    Tusi Advances in Operator Theory Mathematical Research https://doi.org/10.1007/s43036-019-00016-x Group ORIGINAL PAPER Decomposition of the (n, )-pseudospectrum of an element of a Banach algebra Kousik Dhara1 · S. H. Kulkarni2 Received: 20 June 2019 / Accepted: 9 October 2019 © Tusi Mathematical Research Group (TMRG) 2019 Abstract Let A be a complex Banach algebra with unit. For an integer n ≥ 0 and >0, the (n,)-pseudospectrum of a ∈ A is defined by −2n 1/2n 1 Λ ,(A, a) := λ ∈ C : (λ − a) A (λ − a) ≥ . n is not invertible in or Let p ∈ A be a nontrivial idempotent. Then pAp ={pbp : b ∈ A} is a Banach subalgebra of A with unit p, known as a reduced Banach algebra. Suppose ap = pa. We study the relationship of Λn,(A, a) and Λn,(pAp, pa). We extend this by considering first a finite family, and then an at most countable family of idempotents satisfying some conditions. We establish that under suitable assumptions, the (n,)- pseudospectrum of a can be decomposed into the union of the (n,)-pseudospectra of some elements in reduced Banach algebras. Keywords Banach algebra · Spectrum · Pseudospectrum · (n,)-Pseudospectrum Mathematics Subject Classification 47A10 · 46H05 · 47A12 Communicated by Chi-Keung Ng. B Kousik Dhara [email protected] S. H. Kulkarni [email protected] 1 Theoretical Statistics and Mathematics Unit, Indian Statistical Institute, Bangalore Centre, 8th Mile, Mysore Road, Bangalore 560059, India 2 Department of Mathematics, Indian Institute of Technology Palakkad, Palakkad, Kerala 678557, India K. Dhara and S. H. Kulkarni 1 Introduction It is known that the spectrum of the direct sum of a finite number of operators on the direct sum of Hilbert spaces is the union of their spectra (Problem 98 of [9]).
    [Show full text]
  • International Conference on Linear Algebra and Its Applications REPORT
    International Conference on Linear Algebra and its Applications December 11-15, 2017 REPORT The Fourth DAE-BRNS Theme Meeting on Generation and Use of Covariance Matrices in the Applications of Nuclear Data December 09-13, 2017 Department of Statistics, PSPH Level VI, Health Sciences Library Building Manipal Academy of Higher Education Manipal–576104, Karnataka, INDIA Editor Shreemathi S. Mayya Compiler David Raj Micheal January 15, 2018 MAHE honours save nature policy and limited number of this report are printed for internal circulation and for the communications with sponsors. Table of Contents 1 Overview of ICLAA 2017 & Theme Meeting on Covariance Matrix 5 1.1 Invited Delegates: ICLAA 20176 1.2 Delegates Contributing Paper: ICLAA 20178 1.3 Delegates Presenting Poster: ICLAA 2017 10 1.4 Fourth DAE-BRNS Theme Meeting on Covariance Matrix 10 1.5 Speakers in DAE-BRNS Theme Meeting 10 1.6 Acknowledgements 12 1.7 Special Issues 12 2 Committees 15 3 Message 19 4 From the Desk of Chairman (DAE-BRNS Theme Meeting) 21 5 Technical Committee: DAE-BRNS Theme Meeting 23 6 Program: DAE-BRNS Theme Meeting 25 7 Abstracts: DAE-BRNS Theme Meeting 29 8 List of Delegates: Theme Meeting 51 9 Program: ICLAA 2017 55 10 Abstracts: ICLAA 2017 61 10.1 Special Lectures & Plenary Talks 61 10.2 Invited Talks 67 10.3 Contributory Talks 85 10.4 Posters 131 11 List of Delegates: ICLAA 2017 137 3 Overview of ICLAA 2017 & Theme Meeting on Covariance Matrix International conference on Linear Al- gebra and its Applications–ICLAA 2017, third in its sequence, following CMT- GIM 2012 and ICLAA 2014, held in Manipal Academy of Higher Educa- tion, Manipal, India in December 11-15, 2017.
    [Show full text]
  • Spectrum and Pseudospectrum of a Tensor
    Spectrum and Pseudospectrum of a Tensor Lek-Heng Lim University of California, Berkeley July 11, 2008 L.-H. Lim (Berkeley) Spectrum and Pseudospectrum of a Tensor July 11, 2008 1 / 27 Matrix eigenvalues and eigenvectors One of the most important ideas ever invented. I R. Coifman et. al.: \Eigenvector magic: eigenvectors as an extension of Newtonian calculus." Normal/Hermitian A I Invariant subspace: Ax = λx. > > I Rayleigh quotient: x Ax=x x. > 2 I Lagrange multipliers: x Ax − λ(kxk − 1). > I Best rank-1 approximation: minkxk=1kA − λxx k. Nonnormal A −1 −1 I Pseudospectrum: σ"(A) = fλ 2 C j k(A − λI ) k > " g. ∗ I Numerical range: W (A) = fx Ax 2 C j kxk = 1g. ∗ I Irreducible representations of C (A) with natural Borel structure. ∗ I Primitive ideals of C (A) with hull-kernel topology. How can one define these for tensors? L.-H. Lim (Berkeley) Spectrum and Pseudospectrum of a Tensor July 11, 2008 2 / 27 DARPA mathematical challenge eight One of the twenty three mathematical challenges announced at DARPA Tech 2007. Problem Beyond convex optimization: can linear algebra be replaced by algebraic geometry in a systematic way? Algebraic geometry in a slogan: polynomials are to algebraic geometry what matrices are to linear algebra. Polynomial f 2 R[x1;:::; xn] of degree d can be expressed as > > f (x) = a0 + a1 x + x A2x + A3(x; x; x) + ··· + Ad (x;:::; x): n n×n n×n×n n×···×n a0 2 R; a1 2 R ; A2 2 R ; A3 2 R ;:::; Ad 2 R . Numerical linear algebra: d = 2.
    [Show full text]
  • Mathematical Analysis of Quantum Mechanics with Non-Self-Adjoint Operators Radek Novak
    Mathematical analysis of quantum mechanics with non-self-adjoint operators Radek Novak To cite this version: Radek Novak. Mathematical analysis of quantum mechanics with non-self-adjoint operators. Func- tional Analysis [math.FA]. Université de Nantes; Czech Technical University in Prague, 2018. English. tel-01903520 HAL Id: tel-01903520 https://hal.archives-ouvertes.fr/tel-01903520 Submitted on 24 Oct 2018 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. THESE DE DOCTORAT DE L'UNIVERSITE DE NANTES ET L’UNIVERSITE TECHNIQUE DE PRAGUE COMUE UNIVERSITE BRETAGNE LOIRE ECOLE DOCTORALE N° 601 Mathématiques et Sciences et Technologies de l'Information et de la Communication Spécialité : Mathématiques et leurs Interactions Par Radek NOVÁK Mathematical analysis of quantum mechanics with non-self-adjoint operators Thèse présentée et soutenue à Nantes, le 19 octobre 2018 Unité de recherche : Laboratoire de Mathématiques Jean Leray Rapporteurs avant soutenance : Michael LEVITIN Professeur, Université de Reading Thierry RAMOND Maître de Conférences, Université
    [Show full text]
  • ON the OPEN BALL CENTERED at an INVERTIBLE ELEMENT of a BANACH ALGEBRA 1. Introduction Let a Be a Complex Unital Banach Algebra
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Research Archive of Indian Institute of Technology Hyderabad O perators a nd & M atrices www.ele-math.com ON THE OPEN BALL CENTERED AT AN INVERTIBLE ELEMENT OF A BANACH ALGEBRA GEETHIKA SEBASTIAN AND SUKUMAR DANIEL Submitted to Operators and Matrices Abstract. Let A be a complex unital Banach algebra. Since the set of invertible elements is open, there is an open ball around every invertible element. In this article, we investigate the Banach algebras for which the radius given by the Neumann series is optimal. 1. Introduction Let A be a complex unital Banach algebra with unit e. G(A) and Sing(A) denote the set of invertible and singular elements of A respectively. The spectrum, spectral radius and the resolvent of an element a in A, are denoted by s(a), r(a) and r(a) respectively. It is well known that G(A) is open in A, as the open ball centered at any invert- a 1 B a; 1 G(A) ible element with radius ka−1k , denoted by ka−1k , is contained in ([2] Theorem 2.11). It is a natural to ask if there is a bigger open ball centered at a inside G(A)? It will be convenient to have the following definition. DEFINITION 1. An element a 2 G(A) is said to satisfy condition (B) (or belongs to the B class) if 1 B a; \ Sing(A) 6= f: ka−1k We say a Banach algebra A satisfies condition (B) if every a 2 G(A) satisfies condition (B).
    [Show full text]
  • Minimizing Communication for Eigenproblems and the Singular Value Decomposition
    Minimizing Communication for Eigenproblems and the Singular Value Decomposition Grey Ballard∗, James Demmel†, and Ioana Dumitriu‡ November 12, 2010 Abstract Algorithms have two costs: arithmetic and communication. The latter represents the cost of moving data, either between levels of a memory hierarchy, or between processors over a network. Communication often dominates arithmetic and represents a rapidly increasing proportion of the total cost, so we seek algorithms that minimize communication. In [4] lower bounds were presented on the amount of communi- cation required for essentially all O(n3)-like algorithms for linear algebra, including eigenvalue problems and the SVD. Conventional algorithms, including those currently implemented in (Sca)LAPACK, perform asymptotically more communication than these lower bounds require. In this paper we present parallel and sequential eigenvalue algorithms (for pencils, nonsymmetric matrices, and symmetric matrices) and SVD algorithms that do attain these lower bounds, and analyze their convergence and communication costs. 1 Introduction The running time of an algorithm depends on two factors: the number of floating point operations executed (arithmetic) and the amount of data moved either between levels of a memory hierarchy in the case of sequential computing, or over a network connecting processors in the case of parallel computing (commu- nication). The simplest metric of communication is to count the total number of words moved (also called the bandwidth cost). Another simple metric is to count the number of messages containing these words (also known as the latency cost). On current hardware the cost of moving a single word, or that of sending a single message, already greatly exceed the cost of one arithmetic operation, and technology trends indicate that this processor-memory gap is growing exponentially over time.
    [Show full text]
  • And Singular Values)
    Finite-dimensional spectral theory part II: understanding the spectrum (and singular values) Ed Bueler MATH 617 Functional Analysis Spring 2020 Ed Bueler (MATH 617) Finite-dimensional spectral theory II Spring 2020 1 / 41 Outline 1 introduction 2 functional calculus 3 resolvents 4 orthogonal projectors 5 singular value decomposition 6 conclusion Ed Bueler (MATH 617) Finite-dimensional spectral theory II Spring 2020 2 / 41 what happened in part I see part I first: bueler.github.io/M617S20/slides1.pdf definition. for a square matrix A 2 Cn×n, the spectrum is the set σ(A) = λ 2 C Av = λv for some v 6= 0 we proved: ∗ n×n A = QTQ Schur decomposition for any A 2 C A = QΛQ∗ spectral theorem for normal (AA∗ = A∗A) matrices where Q is unitary, T is upper-triangular, and Λ is diagonal ◦ both decompositions “reveal” the spectrum: σ(A) = fdiagonal entries of T or Λg ◦ spectral theorem for hermitian matrices is sometimes called the principal axis decomposition for quadratic forms Ed Bueler (MATH 617) Finite-dimensional spectral theory II Spring 2020 3 / 41 goal for MATH 617 goal extend the spectral theorem to 1-dimensions only possible for linear operators on Hilbert spaces H ◦ inner product needed for adjoints and unitaries ◦ unitary maps needed because they preserve vector space and metric and adjoint structures textbook (Muscat) extends to compact normal operators on H ◦ the spectrum is eigenvalues (almost exclusively) recommended text (B. Hall, Quantum Theory for Mathematicians) extends further to bounded (continuous) normal operators on H ◦ spectrum is not only eigenvalues ◦ statement of theorem uses projector-valued measures Hall also extends to unbounded normal operators on H ◦ but we won’t get there .
    [Show full text]
  • A Characterization of S-Condition Pseudospectrum of Multivalued
    Filomat 33:15 (2019), 5037–5050 Published by Faculty of Sciences and Mathematics, https://doi.org/10.2298/FIL1915037A University of Nis,ˇ Serbia Available at: http://www.pmf.ni.ac.rs/filomat A Characterization of -Condition Pseudospectrum of Multivalued S Linear Operators Aymen Ammara, Aref Jeribia, Mayssa Zayeda aDepartment of Mathematics, Faculty of Sciences of Sfax, University of Sfax, soukra Road Km 3.5 B.P. 1171, 3000, Sfax, Tunisia Abstract. The main goal of this paper, is to extend the concept of condition pseudospectrum to the case of closed linear relations pencils and to reveal some of their properties. We will start by giving the definition and then we will focus on the characterization and some results concerning these pseudospectra. 1. Introduction The linear relation made their appearance in functional analysis motivated by the need to consider adjoints of non-densely defined linear differential operators and also through the need of considering the inverses of certain operators used in the study of some Cauchy problems associated with parabolic type equation in Banach spaces. The theory of linear relation is the one of the most exciting and influential field of research in modem mathematics. Applications of this theory can be found in economic theory, non cooperative games, artificial intelligence, medicine and existence of solutions for differential inclusions, we recall as examples ([1], [2], [5], [6], [13]). Several mathematical and physical problems lead to operators pencils, λ T (operator-valued functions of a complex argument). Recently the spectral theory of operator pencilsS− attracts an attention of many mathematicians. Mainly, the completeness of the root vectors and asymptotic distributions of characteristic values are considered.
    [Show full text]