Generalized pencil-of-function method

From HandWiki
Extraction of two sinusoids from a noisy data through the GPOF method

Generalized pencil-of-function method (GPOF), also known as matrix pencil method, is a signal processing technique for estimating a signal or extracting information with complex exponentials. Being similar to Prony and original pencil-of-function methods, it is generally preferred to those for its robustness and computational efficiency.[1]

The method was originally developed by Yingbo Hua and Tapan Sarkar for estimating the behaviour of electromagnetic systems by its transient response, building on Sarkar's past work on the original pencil-of-function method.[1][2] The method has a plethora of applications in electrical engineering, particularly related to problems in computational electromagnetics, microwave engineering and antenna theory.[1]

Method

Mathematical basis

A transient electromagnetic signal can be represented as:[3]

[math]\displaystyle{ y(t)=x(t)+n(t) \approx \sum_{i=1}^{M}R_i e^{s_i t} + n(t); 0 \leq t \leq T, }[/math]

where

[math]\displaystyle{ y(t) }[/math] is the observed time-domain signal,
[math]\displaystyle{ n(t) }[/math] is the signal noise,
[math]\displaystyle{ x(t) }[/math] is the actual signal,
[math]\displaystyle{ R_i }[/math] are the residues ([math]\displaystyle{ R_i }[/math]),
[math]\displaystyle{ s_i }[/math] are the poles of the system, defined as [math]\displaystyle{ s_i=-\alpha_i+j \omega_i }[/math],
[math]\displaystyle{ z_i=e^{(- \alpha_i + j \omega_i) T_s} }[/math] by the identities of Z-transform,
[math]\displaystyle{ \alpha_i }[/math] are the damping factors and
[math]\displaystyle{ \omega_i }[/math] are the angular frequencies.

The same sequence, sampled by a period of [math]\displaystyle{ T_s }[/math], can be written as the following:

[math]\displaystyle{ y[kT_s]=x[kT_s]+n[kT_s] \approx \sum_{i=1}^{M}R_i z_i^{k} + n[kT_s]; k=0,...,N-1; i=1,2,...,M }[/math],

Generalized pencil-of-function estimates the optimal [math]\displaystyle{ M }[/math] and [math]\displaystyle{ z_i }[/math]'s.[4]

Noise-free analysis

For the noiseless case, two [math]\displaystyle{ (N-L) \times L }[/math] matrices, [math]\displaystyle{ Y_1 }[/math] and [math]\displaystyle{ Y_2 }[/math], are produced:[3]

[math]\displaystyle{ [Y_1]= \begin{bmatrix} x(0) & x(1) & \cdots & x(L-1)\\ x(1) & x(2) & \cdots & x(L)\\ \vdots & \vdots & \ddots & \vdots\\ x(N-L-1) & x(N-L) & \cdots & x(N-2) \end{bmatrix}_{(N-L) \times L}; }[/math]Template:Fs[math]\displaystyle{ [Y_2]= \begin{bmatrix} x(1) & x(2) & \cdots & x(L)\\ x(2) & x(3) & \cdots & x(L+1)\\ \vdots & \vdots & \ddots & \vdots\\ x(N-L) & x(N-L+1) & \cdots & x(N-1) \end{bmatrix}_{(N-L) \times L} }[/math]

where [math]\displaystyle{ L }[/math] is defined as the pencil parameter. [math]\displaystyle{ Y_1 }[/math] and [math]\displaystyle{ Y_2 }[/math] can be decomposed into the following matrices:[3]

[math]\displaystyle{ [Y_1]=[Z_1][B][Z_2] }[/math]
[math]\displaystyle{ [Y_2]=[Z_1][B][Z_0][Z_2] }[/math]

where

[math]\displaystyle{ [Z_1]= \begin{bmatrix} 1 & 1 & \cdots & 1\\ z_1 & z_2 & \cdots & z_M\\ \vdots & \vdots & \ddots & \vdots\\ z_1^{(N-L-1)} & z_2^{(N-L-1)} & \cdots & z_M^{(N-L-1)} \end{bmatrix}_{(N-L) \times M}; }[/math]Template:Fs[math]\displaystyle{ [Z_2]= \begin{bmatrix} 1 & z_1 & \cdots & z_1^{L-1}\\ 1 & z_2 & \cdots & z_2^{L-1}\\ \vdots & \vdots & \ddots & \vdots\\ 1 & z_M & \cdots & z_M^{L-1} \end{bmatrix}_{M \times L} }[/math]

[math]\displaystyle{ [Z_0] }[/math] and [math]\displaystyle{ [B] }[/math] are [math]\displaystyle{ M \times M }[/math] diagonal matrices with sequentially-placed [math]\displaystyle{ z_i }[/math] and [math]\displaystyle{ R_i }[/math] values, respectively.[3]

If [math]\displaystyle{ M \leq L \leq N-M }[/math], the generalized eigenvalues of the matrix pencil

[math]\displaystyle{ [Y_2]-\lambda[Y_1]=[Z_1][B]([Z_0]-\lambda[I])[Z_2] }[/math]

yield the poles of the system, which are [math]\displaystyle{ \lambda=z_i }[/math]. Then, the generalized eigenvectors [math]\displaystyle{ p_i }[/math] can be obtained by the following identities:[3]

[math]\displaystyle{ [Y_1]^+[Y_1]p_i=p_i; }[/math]    [math]\displaystyle{ i=1,...,M }[/math]
[math]\displaystyle{ [Y_1]^+[Y_2]p_i=z_i p_i; }[/math]    [math]\displaystyle{ i=1,...,M }[/math]

where the [math]\displaystyle{ ^+ }[/math] denotes the Moore–Penrose inverse, also known as the pseudo-inverse. Singular value decomposition can be employed to compute the pseudo-inverse.

Noise filtering

If noise is present in the system, [math]\displaystyle{ [Y_1] }[/math] and [math]\displaystyle{ [Y_2] }[/math] are combined in a general data matrix, [math]\displaystyle{ [Y] }[/math]:[3]

[math]\displaystyle{ [Y]= \begin{bmatrix} y(0) & y(1) & \cdots & y(L)\\ y(1) & y(2) & \cdots & y(L+1)\\ \vdots & \vdots & \ddots & \vdots\\ y(N-L-1) & y(N-L) & \cdots & y(N-1) \end{bmatrix}_{(N-L) \times (L+1)} }[/math]

where [math]\displaystyle{ y }[/math] is the noisy data. For efficient filtering, L is chosen between [math]\displaystyle{ \frac{N}{3} }[/math] and [math]\displaystyle{ \frac{N}{2} }[/math]. A singular value decomposition on [math]\displaystyle{ [Y] }[/math] yields:

[math]\displaystyle{ [Y]=[U][\Sigma][V]^H }[/math]

In this decomposition, [math]\displaystyle{ [U] }[/math] and [math]\displaystyle{ [V] }[/math] are unitary matrices with respective eigenvectors [math]\displaystyle{ [Y][Y]^H }[/math] and [math]\displaystyle{ [Y]^H[Y] }[/math] and [math]\displaystyle{ [\Sigma] }[/math] is a diagonal matrix with singular values of [math]\displaystyle{ [Y] }[/math]. Superscript [math]\displaystyle{ H }[/math] denotes the conjugate transpose.[3][4]

Then the parameter [math]\displaystyle{ M }[/math] is chosen for filtering. Singular values after [math]\displaystyle{ M }[/math], which are below the filtering threshold, are set to zero; for an arbitrary singular value [math]\displaystyle{ \sigma_c }[/math], the threshold is denoted by the following formula:[1]

[math]\displaystyle{ \frac{\sigma_c}{\sigma_{max}}=10^{-p} }[/math],

[math]\displaystyle{ \sigma_{max} }[/math] and p are the maximum singular value and significant decimal digits, respectively. For a data with significant digits accurate up to p, singular values below [math]\displaystyle{ 10^{-p} }[/math] are considered noise.[4]

[math]\displaystyle{ [V_1'] }[/math] and [math]\displaystyle{ [V_2'] }[/math] are obtained through removing the last and first row and column of the filtered matrix [math]\displaystyle{ [V'] }[/math], respectively; [math]\displaystyle{ M }[/math] columns of [math]\displaystyle{ [\Sigma] }[/math] represent [math]\displaystyle{ [\Sigma'] }[/math]. Filtered [math]\displaystyle{ [Y_1] }[/math] and [math]\displaystyle{ [Y_2] }[/math] matrices are obtained as:[4]

[math]\displaystyle{ [Y_1]=[U][\Sigma'][V_1']^H }[/math]
[math]\displaystyle{ [Y_2]=[U][\Sigma'][V_2']^H }[/math]

Prefiltering can be used to combat noise and enhance signal-to-noise ratio (SNR).[1] Band-pass matrix pencil (BPMP) method is a modification of the GPOF method via FIR or IIR band-pass filters.[1][5]

GPOF can handle up to 25 dB SNR. For GPOF, as well as for BPMP, variace of the estimates approximately reaches Cramér–Rao bound.[3][5][4]

Calculation of residues

Residues of the complex poles are obtained through the least squares problem:[1]

[math]\displaystyle{ \begin{bmatrix} y(0) \\ y(1) \\ \vdots \\ y(N-1) \end{bmatrix} = \begin{bmatrix} 1 & 1 & \cdots & 1 \\ z_1 & z_2 & \cdots & z_M \\ \vdots & \vdots & \ddots & \vdots \\ z_1^{N-1} & z_2^{N-1} & \cdots & z_M^{N-1} \end{bmatrix} \begin{bmatrix} R_1 \\ R_2 \\ \vdots \\ R_M \end{bmatrix} }[/math]

Applications

The method is generally used for the closed-form evaluation of Sommerfeld integrals in discrete complex image method for method of moments applications, where the spectral Green's function is approximated as a sum of complex exponentials.[1][6] Additionally, the method is used in antenna analysis, S-parameter-estimation in microwave integrated circuits, wave propagation analysis, moving target indication, radar signal processing,[1][7][8] and series acceleration in electromagnetic problems.[9]

See also

References

  1. 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 Sarkar, T. K.; Pereira, O. (February 1995). "Using the matrix pencil method to estimate the parameters of a sum of complex exponentials". IEEE Antennas and Propagation Magazine 37 (1): 48–55. doi:10.1109/74.370583. Bibcode1995IAPM...37...48S. 
  2. Sarkar, T.; Nebat, J.; Weiner, D.; Jain, V. (November 1980). "Suboptimal approximation/identification of transient waveforms from electromagnetic systems by pencil-of-function method". IEEE Transactions on Antennas and Propagation 28 (6): 928–933. doi:10.1109/TAP.1980.1142411. Bibcode1980ITAP...28..928S. 
  3. 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7 Hua, Y.; Sarkar, T. K. (February 1989). "Generalized pencil-of-function method for extracting poles of an EM system from its transient response". IEEE Transactions on Antennas and Propagation 37 (2): 229–234. doi:10.1109/8.18710. Bibcode1989ITAP...37..229H. https://escholarship.org/uc/item/53k15111. 
  4. 4.0 4.1 4.2 4.3 4.4 Hua, Y.; Sarkar, T. K. (May 1990). "Matrix pencil method for estimating parameters of exponentially damped/undamped sinusoids in noise". IEEE Transactions on Acoustics, Speech, and Signal Processing 38 (5): 814–824. doi:10.1109/29.56027. https://escholarship.org/uc/item/1tw1j9hm. 
  5. 5.0 5.1 Hu, Fengduo; Sarkar, T. K.; Hua, Yingbo (January 1993). "Utilization of Bandpass Filtering for the Matrix Pencil Method". IEEE Transactions on Signal Processing 41 (1): 442–446. doi:10.1109/TSP.1993.193174. Bibcode1993ITSP...41..442H. https://escholarship.org/uc/item/7q6635rr. 
  6. Dural, G.; Aksun, M. I. (July 1995). "Closed-form Green's functions for general sources and stratified media". IEEE Transactions on Microwave Theory and Techniques 43 (7): 1545–1552. doi:10.1109/22.392913. Bibcode1995ITMTT..43.1545D. 
  7. Kahrizi, M.; Sarkar, T. K.; Maricevic, Z. A. (January 1994). "Analysis of a wide radiating slot in the ground plane of a microstrip line". IEEE Transactions on Microwave Theory and Techniques 41 (1): 29–37. doi:10.1109/22.210226. 
  8. Hua, Y. (January 1994). "High resolution imaging of continuously moving object using stepped frequency radar". Signal Processing 35 (1): 33–40. doi:10.1016/0165-1684(94)90188-0. https://escholarship.org/uc/item/5vv1k6fs. 
  9. Karabulut, E. Pınar; Ertürk, Vakur B.; Alatan, Lale; Karan, S.; Alişan, Burak; Aksun, M. I. (2016). "A novel approach for the efficient computation of 1-D and 2-D summations". IEEE Transactions on Antennas and Propagation 64 (3): 1014-1022. doi:10.1109/TAP.2016.2521860.