Prony's method

1

Prony analysis (Prony's method) was developed by Gaspard Riche de Prony in 1795. However, practical use of the method awaited the digital computer. Similar to the Fourier transform, Prony's method extracts valuable information from a uniformly sampled signal and builds a series of damped complex exponentials or damped sinusoids. This allows the estimation of frequency, amplitude, phase and damping components of a signal.

The method

Let f(t) be a signal consisting of N evenly spaced samples. Prony's method fits a function to the observed f(t). After some manipulation utilizing Euler's formula, the following result is obtained, which allows more direct computation of terms: where

Representations

Prony's method is essentially a decomposition of a signal with M complex exponentials via the following process: Regularly sample \hat{f}(t) so that the n-th of N samples may be written as If \hat{f}(t) happens to consist of damped sinusoids, then there will be pairs of complex exponentials such that where Because the summation of complex exponentials is the homogeneous solution to a linear difference equation, the following difference equation will exist: The key to Prony's Method is that the coefficients in the difference equation are related to the following polynomial: These facts lead to the following three steps within Prony's method:

  1. Construct and solve the matrix equation for the P_m values: Note that if N \ne 2M, a generalized matrix inverse may be needed to find the values P_m.
  2. After finding the P_m values, find the roots (numerically if necessary) of the polynomial The m-th root of this polynomial will be equal to.
  3. With the values, the F_n values are part of a system of linear equations that may be used to solve for the \Beta_m values: where M unique values k_i are used. It is possible to use a generalized matrix inverse if more than M samples are used. Note that solving for \lambda_m will yield ambiguities, since only was solved for, and for an integer q. This leads to the same Nyquist sampling criteria that discrete Fourier transforms are subject to

This article is derived from Wikipedia and licensed under CC BY-SA 4.0. View the original article.

Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc.
Bliptext is not affiliated with or endorsed by Wikipedia or the Wikimedia Foundation.

Edit article