Skip to main content

Two accurate phase-difference estimators for dual-channel sine-wave model

Abstract

Two algorithms for estimating the phase-difference between two real sinusoids with common frequency in the presence of white noise are proposed. The first estimator utilizes the maximum likelihood criterion to find the phase of each channel output in a separable manner, and the phase-shift estimate is then given by their difference. The algorithm extension to unknown frequency and/or noise powers is also studied. On the other hand, the development of the second method is based on the linear prediction approach with a properly chosen sampling frequency. Furthermore, variance expressions for the two estimators are derived. Computer simulations are included to corroborate the theoretical calculations and to contrast the performance of the proposed schemes with several existing phase-difference estimators as well as Cramér-Rao lower bound.

1 Introduction

Finding the phase-difference between two noisy sinusoids with common frequency has applications such as particle size and velocity estimation in laser anemometry [1], impedance measurements [2], and electric power calibration [3]. In this work, we consider the following dual-channel discrete-time sine-wave model:

x i ( n ) = s i ( n ) + v i ( n ) , i = 1 , 2 , n = 1 , ⋯ , N
(1)

where

s i ( n ) = A i sin ( ωn + ϕ i ) .
(2)

The A i >0 and ϕ i ∈ [0,2π) denote the sinusoidal amplitude and initial phase at the i-th channel, respectively, while ω=Ω T∈ [0,π) is the common frequency with Ω and T being the frequency of the continuous-time counterpart and sampling period. The additive noises v 1(n) and v 2(n) are uncorrelated white Gaussian processes with variances σ 1 2 and σ 2 2 . The task is to estimate the phase-shift, denoted by θ=ϕ 1−ϕ 2, from x 1(n) and x 2(n).

Handel [4] has proposed the nonlinear least squares approach for (1) and (2), where there is an additional DC offset term at each channel output, which corresponds to the estimation of seven unknown parameters. Alternatively, the seven unknowns can also be solved by the ellipse-fitting [5] technique. When Ω in (2) is known, we have proposed the unbiased quadratic delay estimator (UQDE) and discrete-time Fourier transform-based method in [6] for accurately estimating θ. The derivation of both algorithms is based on utilizing the in-phase and quadrature-phase components of {s i (n)}, but they can give optimum estimation performance only when π/(2Ω T)=π/(2ω) is a positive integer. Using the idea of [6], the modified simple algorithm (MSAL) [3] has recently been developed for phase-difference estimation even if π/(2ω) is not an integer.

The main contribution of this work is to develop and analyze two accurate phase-shift estimation approaches for the signal model of (1) and (2). In Section 2, the maximum likelihood (ML) estimator for θ is presented. It is proved that its variance is equal to the Cramér-Rao lower bound (CRLB) in the presence of white Gaussian noises. We also extend the ML algorithm to the scenarios of unknown frequency and/or noise powers. By properly choosing T such that ω=π/2, a linear prediction (LP)-based phase-difference estimator is derived and its performance is investigated in Section 3. Section 4 contains numerical examples for corroborating our theoretical development and comparing the performance of the ML and LP algorithms with the UQDE and MSAL, as well as CRLB. Finally, conclusions are drawn in Section 5.

2 Maximum likelihood estimator

First, we consider that Ω and the ratio of noise powers, denoted by r= σ 1 2 / σ 2 2 , are known a priori. By letting α i =A i cos(ϕ i ) and β i =A i sin(ϕ i ) [7], s i (n) can be written as

s i ( n ) = α i sin ( ωn ) + β i cos ( ωn ) , i = 1 , 2 .
(3)

The logarithm of the probability density function of {x i (n)} parameterized by α i and β i is

ln p ( { x i ( n ) } | α i , β i ) = − N 2 ln ( 2 π σ i 2 ) − 1 2 σ i 2 ∑ n = 1 N ( x i ( n ) − α i sin ( ωn ) − β i cos ( ωn ) ) 2 .
(4)

Eliminating the terms in (4), which are irrelevant to α i and β i , their ML estimates are given by the minimum of the following function, denoted by Λ i (α i ,β i ):

Λ i ( α i , β i ) = ∑ n = 1 N ( x i ( n ) − α i sin ( ωn ) − β i cos ( ωn ) ) 2 .
(5)

Taking the partial derivatives of (5) with respect to α i and β i , and setting the resultant expressions to zero lead to

α ̂ i ∑ n = 1 N sin 2 ( ωn ) + β ̂ i ∑ n = 1 N sin ( ωn ) cos ( ωn ) = ∑ n = 1 N x i ( n ) sin ( ωn )
(6)

and

α ̂ i ∑ n = 1 N sin ( ωn ) cos ( ωn ) + β ̂ i ∑ n = 1 N cos 2 ( ωn ) = ∑ n = 1 N x i ( n ) cos ( ωn ) ,
(7)

where α ̂ i and β ̂ i are the ML estimates of α i and β i , respectively. Solving (6) and (7), we obtain:

[b]

α ̂ i = ∑ n = 1 N x i ( n ) sin ( ωn ) · ∑ n = 1 N cos 2 ( ωn ) − ∑ n = 1 N x i ( n ) cos ( ωn ) · ∑ n = 1 N sin ( ωn ) cos ( ωn ) ∑ n = 1 N sin 2 ( ωn ) · ∑ n = 1 N cos 2 ( ωn ) − ∑ n = 1 N sin ( ωn ) cos ( ωn ) 2
(8)

and

β ̂ i = ∑ n = 1 N x i ( n ) cos ( ωn ) · ∑ n = 1 N sin 2 ( ωn ) − ∑ n = 1 N x i ( n ) sin ( ωn ) · ∑ n = 1 N sin ( ωn ) cos ( ωn ) ∑ n = 1 N sin 2 ( ωn ) · ∑ n = 1 N cos 2 ( ωn ) − ∑ n = 1 N sin ( ωn ) cos ( ωn ) 2 .
(9)

According to [7], the ML estimate of Ï• i is

ϕ ̂ i = tan − 1 β ̂ i α ̂ i , i = 1 , 2 .
(10)

As a result, the ML estimate of θ is:

θ ̂ = ϕ ̂ 1 − ϕ ̂ 2 .
(11)

Note that this estimation procedure corresponds to a simplified form for the ML formulation of the seven-parameter model [4] with unknown frequency and additional DC offsets.

In Appendix 1, we have derived the variance of θ ̂ , denoted by var( θ ̂ ), which has the form of:

var ( θ ̂ ) = 1 C σ 1 2 C 1 A 1 2 + σ 2 2 C 2 A 2 2 ,
(12)

where C= ∑ n = 1 N sin 2 (nω)· ∑ n = 1 N cos 2 (nω)−( ∑ n = 1 N sin(n ω)cos(n ω))2, C i = cos 2 ( ϕ i ) ∑ n = 1 N sin 2 (nω)+ sin 2 ( ϕ i ) ∑ n = 1 N cos 2 (nω)+2sin( ϕ i )cos( ϕ i ) ∑ n = 1 N sin(nω)cos(nω), i=1,2, which is identical to the CRLB (see Appendix 2).

When N→∞, we simply obtain C=(N/2)2 and C 1=C 2=N/2. As a result, the asymptotic variance is:

var ( θ ̂ ) = 1 N 1 SNR 1 + 1 SNR 2 ,
(13)

where SNR i = A i 2 /(2 σ i 2 ), i=1,2, is the signal-to-noise ratio at the i-th channel.

Analogous to (5), when the frequency is unknown, ML estimation is achieved by minimizing

Λ ( ω , α 1 , β 1 , α 2 , β 2 ) = ∑ n = 1 N ( x 1 ( n ) − α 1 sin ( ωn ) − β 1 cos ( ωn ) ) 2 + r ∑ n = 1 N ( x 2 ( n ) − α 2 sin ( ωn ) − β 2 cos ( ωn ) ) 2
(14)

or in matrix form:

Λ ( ω , κ 1 , κ 2 ) = ( x 1 − Ξ κ 1 ) T ( x 1 − Ξ κ 1 ) + r ( x 2 − Ξ κ 2 ) T ( x 2 − Ξ κ 2 ) ,
(15)

where

Ξ= sin ( ω ) ⋯ sin ( Nω ) cos ( ω ) ⋯ cos ( Nω ) T
(16)
x i = x i ( 1 ) ⋯ x i ( N ) T , i = 1 , 2
(17)
κ i = α i , β i T , i = 1 , 2 .
(18)

Expressing κ i in terms of Ω as (Ξ T Ξ)−1 Ξ T x i , which corresponds to (8) and (9), the ML frequency estimate is given by

ω ̂ = arg max ω g ( ω ) ,
(19)

where

g ( ω ) = x 1 T Ξ ( Ξ T Ξ ) − 1 Ξ T x 1 + r x 2 T Ξ ( Ξ T Ξ ) − 1 Ξ T x 2 .
(20)

Once ω ̂ is obtained by solving (19), the phase-difference is estimated as in (8) to (11).

The proposed methodology can also be generalized to the scenario when both r and Ω are not known a priori, and we have to estimate the noise powers and frequency in an iterative manner as follows:

  • Step 1. Set r=1.

  • Step 2. Compute ω Ì‚ using (19).

  • Step 3. Use ω= ω Ì‚ to estimate the noise powers as σ i 2 = x i T I N − Ξ ( Ξ T Ξ ) − 1 Ξ T x i /N, i=1,2, where I N is the N×N identity matrix.

  • Step 4. Repeat steps 2 and 3 until a stopping criterion is reached.

  • Step 5. Compute the phase-difference estimate θ Ì‚ based on (8) to (11).

3 Linear prediction estimator

The basic idea is to approximate x 2(n+1) using a linear combination of x 1(n) and x 1(n+1), and then minimize the least squares cost function for the resultant LP error vector. To facilitate the development of the LP approach, the sampling interval is properly chosen such that the discrete-time frequency is ω=π/2. In doing so, x 1(n)and x 1(n+1) are

x 1 ( n ) = A 1 sin ( ω 0 n + ϕ 1 ) + v 1 ( n )
(21)

and

x 1 ( n + 1 ) = A 1 sin ( ω 0 ( n + 1 ) + ϕ 1 ) + v 1 ( n + 1 ) = A 1 sin ( ω 0 n + ϕ 1 ) cos ( ω 0 ) + A 1 cos ( ω 0 n + ϕ 1 ) sin ( ω 0 ) + v 1 ( n + 1 ) = A 1 cos ( ω 0 n + ϕ 1 ) + v 1 ( n + 1 ) .
(22)

On the other hand, x 2(n+1) can be written as

x 2 ( n + 1 ) = A 2 sin ( ω 0 ( n + 1 ) + ϕ 2 ) + v 2 ( n + 1 ) = A 2 sin ( ω 0 n + ω 0 + ϕ 1 ) cos ( θ ) − A 2 cos ( ω 0 n + ω 0 + ϕ 1 ) sin ( θ ) + v 2 ( n + 1 ) = A 2 sin ( ω 0 n + ϕ 1 ) cos ( ω 0 ) cos ( θ ) + A 2 cos ( ω 0 n + ϕ 1 ) sin ( ω 0 ) cos ( θ ) − A 2 cos ( ω 0 n + ϕ 1 ) cos ( ω 0 ) sin ( θ ) + A 2 sin ( ω 0 n + ϕ 1 ) sin ( ω 0 ) sin ( θ ) + v 2 ( n + 1 ) = A 2 cos ( ω 0 n + ϕ 1 ) cos ( θ ) + A 2 sin ( ω 0 n + ϕ 1 ) sin ( θ ) + v 2 ( n + 1 ) .
(23)

From(21)to(23), we construct the LP error vector for n=1,⋯,N−1:

e = μ − c ~ 1 ν 1 − c ~ 2 ν 2 ,
(24)

where μ= [x 2(2) ⋯ x 2(N)]T, ν 1= [x 1(1) ⋯ x 1(N−1)]T, ν 2= [x 1(2) ⋯ x 1(N)]T, and c ~ is the variable for the LP coefficient vector c=[c 1 c 2]T=[sin(θ)A 2/A 1 cos(θ)A 2/A 1]T. The optimum estimate of c= [c 1 c 2]T, denoted by c ̂ = [ ĉ 1 ĉ 2 ] T , is obtained via weighted least squares:

c ̂ = arg min c ~ e T W e = ( X 1 T W X 1 ) − 1 ( X 1 T W μ ) ,
(25)

where X 1=[ν 1 ν 2], and the weighting matrix W is computed according to the Gauss-Markov theorem [8]:

W = E { e e T } c ~ = c − 1 = ( σ 1 2 A A T + σ 2 2 I N − 1 ) − 1 ,
(26)

where E denotes the expectation operator, A=[Toeplitz([−c 1 0 1×(N−2)]T,[−c 1 −c 2 0 1×(N−3)])] with 0 M×N being the M×N zero matrix. Moreover, Toeplitz (u,v T)stands for the Toeplitz matrix with u and v T being the first column and first row, respectively.

It is observed from (25) that a scaled version of W can be used. As a result, we simplify the weighting matrix as W=(r A A T+I N−1)−1 so that only the ratio r= σ 1 2 / σ 2 2 is required. As W is a function of the unknown c, we propose the following iterative procedure to solve for θ ̂ :

  • Step 1. Set W=I N−1.

  • Step 2. Compute c Ì‚ using (25).

  • Step 3. Use c= c Ì‚ to construct W.

  • Step 4. Repeat steps 2 and 3 until a stopping criterion is reached.

  • Step 5. Compute the phase-difference estimate as θ Ì‚ = tan − 1 ( ĉ 1 / ĉ 2 ).

For small error conditions such that c ̂ is sufficiently close to c, we follow Appendix 1 (see [9] for the first-order perturbation analysis) to compute the variance of the phase-difference estimate. The first-order estimation error Δθ= θ ̂ −θ is

Δθ = ∂ tan − 1 ( c 1 / c 2 ) ∂ c 1 Δ c 1 + ∂ tan − 1 ( c 1 / c 2 ) ∂ c 2 Δ c 2 ,
(27)

where the covariance matrix for c Ì‚ , denoted by cov( c Ì‚ ), is approximated as

C ≈ σ 2 2 ( S 1 T W S 1 ) − 1
(28)

with S 1 being the signal component in X 1. As a result, from (27) to (28), the variance is

var ( θ ̂ ) = E { ( Δθ ) 2 } ≈ a T C a ,
(29)

where

a = A 1 A 2 [ cos θ − sin θ ] T .
(30)

When N→∞, (29) is equivalent to (13). That is, the performance of the LP estimator is optimum in the asymptotic sense. Note that when r is not known a priori, we can use the procedure in Section 2 to perform the noise level estimation.

4 Simulation results

Extensive computer simulations are carried out to evaluate the mean square error (MSE) performance of the two proposed phase-difference estimators by comparing with the UQDE and MSAL as well as CRLB. The validity of the theoretical calculations of (12), (13), and (29) is also investigated. For the LP method, we use the number of iterations, which is selected to be 15, as the stopping criterion. The amplitude and phase parameters are assigned as α 1=3, α 2=1, ϕ 1=2, and ϕ 2=1. The noises {v 1(n)} and {v 2(n)} are uncorrelated zero-mean white Gaussian processes with variances σ 1 2 and σ 2 2 , respectively. Unless stated otherwise, N=10, σ 1 2 =0.5 σ 2 2 , and the frequency as well as power ratio are assumed known. All the results provided are averages of 500 independent runs.

In the first test, the sampling frequency is properly chosen such that ω=π/2. Figure 1 shows the MSEs of the four estimators versus σ 1 2 . It is seen that the performance of all estimators is very close to the CRLB when σ 1 2 is sufficiently small. Moreover, the analytical variances of the ML and LP methods are verified. We observe that the former is an optimum estimator, while the difference between (29) and CRLB is very small. This experiment is repeated with N=100, and the results are shown in Figure 2. The findings are similar to those of Figure 1 except now (29) is equal to the CRLB, confirming the asymptotic optimality of the LP algorithm. We repeat the test with σ 1 2 =0.1 σ 2 2 , and Figure 3 shows their MSE performance. Again, the findings are similar to those of Figure 1, but the MSEs of the four methods are close to CRLB for smaller noise conditions, namely, when σ 1 2 <0.1.

Figure 1
figure 1

Mean square frequency estimation performance versus σ 1 2 at ω = π/2 , σ 1 2 = 0 . 5 σ 2 2 , and N = 10 .

Figure 2
figure 2

Mean square frequency estimation performance versus σ 1 2 at ω = π/2 , σ 1 2 = 0 . 5 σ 2 2 , and N = 100 .

Figure 3
figure 3

Mean square frequency estimation performance versus σ 1 2 at ω = π/2 , σ 1 2 = 0 . 1 σ 2 2 , and N = 10 .

In the second test, ω=0.3 is employed. Note that the LP estimator and UQDE are not designed to work for this frequency. The MSEs of the ML method and MSAL are plotted in Figure 4. We see that the ML algorithm gives optimum performance for sufficiently small noise conditions and outperforms the MSAL particularly when σ 1 2 <0.1, indicating the latter is a biased estimator. Note that when the proposed conditions [3] of the MSAL are satisfied, the bias will be eliminated.

Figure 4
figure 4

Mean square frequency estimation performance versus σ 1 2 at ω = 0.3 , σ 1 2 = 0 . 5 σ 2 2 , and N = 10 .

In the third test, we compare the performance of the ML method and MSAL for ω∈ [0.1,0.9]π at SNR i =( α 1 2 + α 2 2 )/(2 σ i 2 )=0.01,i=1,2, and the results are shown in Figure 5. We again see the optimality of the ML scheme for different frequencies, while the performance of the MSAL can be close to CRLB only when Ω is around 0.5 π. Nevertheless, the MSE of the MSAL can approach the CRLB for all admissible frequencies when proper conditions are satisfied.

Figure 5
figure 5

Mean square frequency estimation performance versus ω .

In the final test, we consider the scenario when ω=0.3 and r=0.5 are unknown. Figure 6 shows the MSE performance of the ML method versus σ 1 2 . Note that the known frequency information is required in the remaining three schemes, and thus their results are not included. It is seen that the results are similar to those of Figure 4, although larger estimation error occurs at smaller σ 1 2 . Moreover, we observe that the CRLB with unknown Ω and r is only a little bit larger than (12). Nevertheless, it is worth pointing out that the proposed algorithms are more computationally demanding than the UQDE and MSAL. As we can see, the ML estimator requires a one-dimensional search in (19). Moreover, both the ML and LP solutions need matrix operations, the corresponding is around N×N. As a result, the complexity of the proposed methods increases with N.

Figure 6
figure 6

Mean square frequency estimation performance versus σ 1 2 with unknown ω and r .

5 Conclusion

Two algorithms for accurate phase-difference estimation between two discrete-time real-valued sinusoids with common frequency have been developed and analyzed. The first estimator first computes the ML solution for phase at each channel output, and the phase-shift is given by the difference between the two ML estimates. We have also extended the method to work for scenarios when the frequency and/or noise powers are unknown. When the discrete-time frequency is properly chosen as π/2, one channel output can be represented as a linear combination of another channel output, where the corresponding LP coefficients have simple relationship with the phase-difference parameter. The second estimator utilizes this LP relationship and applies the weighted least squares for phase-difference estimation. The variance expressions for the two methods are derived and confirmed by computer simulations. It is shown that the ML and LP estimators perform comparably with conventional methods when the frequency is equal to π/2. For other frequencies, even if they are unknown, the ML algorithm can still achieve optimum performance when the noise is sufficiently small. Nevertheless, the proposed algorithms are more computationally demanding, particularly for a larger data length.

Appendices

Appendix 1

Based on θ= tan−1(β 1/α 1)−tan−1(β 2/α 2), we utilize the first-order perturbation analysis [9] to obtain

dθ = ∂ tan − 1 ( β 1 / α 1 ) ∂ α 1 d α 1 + ∂ tan − 1 ( β 1 / α 1 ) ∂ β 1 d β 1 − ∂ tan − 1 ( β 2 / α 2 ) ∂ α 2 d α 2 − ∂ tan − 1 ( β 2 / α 2 ) ∂ β 2 d β 2 = cos ( ϕ 1 ) d β 1 − sin ( ϕ 1 ) d α 1 A 1 − cos ( ϕ 2 ) d β 2 − sin ( ϕ 2 ) d α 2 A 2 ⇒ Δθ ≈ cos ( ϕ 1 ) Δ β 1 − sin ( ϕ 1 ) Δ α 1 A 1 − cos ( ϕ 2 ) Δ β 2 − sin ( ϕ 2 ) Δ α 2 A 2 .
(31)

The variance is computed by squaring both sides of (31) and taking the expected value. Since κ ̂ 1 = α ̂ 1 β ̂ 1 and κ ̂ 2 = α ̂ 2 β ̂ 2 are uncorrelated, we have

var ( θ ̂ ) = E cos ( ϕ 1 ) Δ β 1 − sin ( ϕ 1 ) Δ α 1 A 1 2 + E cos ( ϕ 2 ) Δ β 2 − sin ( ϕ 2 ) Δ α 2 A 2 2 = sin 2 ϕ 1 cov ( α ̂ 1 , α ̂ 1 ) + cos 2 ϕ 1 cov ( β ̂ 1 , β ̂ 1 ) − 2 sin ϕ 1 cos ϕ 1 cov ( α ̂ 1 , β ̂ 1 ) A 1 2 + sin 2 ϕ 2 cov ( α ̂ 2 , α ̂ 2 ) + cos 2 ϕ 2 cov ( β ̂ 2 , β ̂ 2 ) − 2 sin ϕ 2 cos ϕ 2 cov ( α ̂ 2 , β ̂ 2 ) A 2 2 ,
(32)

where cov(l 1,l 2)denotes the covariance of l 1 and l 2.

To determine the covariance matrices for κ ̂ i , denoted by C κ ̂ i , i=1,2, we express (1) as the matrix form of x i =Ξ κ i +v i which is linear in κ i , i=1,2, and v i =[v i (1), v i (2), ⋯, v i (N)]is the noise vector with zero mean and covariance σ i 2 I N . According to the Gauss-Markov theorem [8], C κ ̂ i is simply

C κ ̂ i = σ i 2 ( Ξ T Ξ ) − 1 , i = 1 , 2 .
(33)

Substituting the corresponding entries of (33) into (32) yields (12).

Appendix 2

We first compute the Fisher information matrix for κ=[α 1 β 1 α 2 β 2]T, denoted by F. As the parameters are linear in (1), the (i,j) entry of F in the presence of white Gaussian noise is

[ F ] ij = s ′ i T C − 1 s ′ j ,
(34)

wheres= s 1 T , s 2 T T with s 1=[s 1(1) ⋯ s 1(N)]T, s 2=[s 2(1) ⋯ s 2(N)]T, and s i′ stands for the partial derivative of s with respect to the i-th parameter of κ, i=1,⋯,4. The C is the noise covariance of x 1 T , x 2 T T which has the form of

C = σ 1 2 I N 0 N × N 0 N × N σ 2 2 I N .
(35)

Using (34) and (35), we obtain:

F = σ 1 − 2 Γ 0 2 × 2 0 2 × 2 σ 2 − 2 Γ ,
(36)

where

Γ = ∑ n = 1 N sin 2 ( nω ) ∑ n = 1 N sin ( nω ) cos ( nω ) ∑ n = 1 N sin ( nω ) cos ( nω ) ∑ n = 1 N cos 2 ( nω ) .
(37)

The inverse of (36) can be shown as

F − 1 = σ 1 2 ( Ξ T Ξ ) − 1 0 2 × 2 0 2 × 2 σ 2 2 ( Ξ T Ξ ) − 1 .
(38)

Let g(κ)=θ= tan−1(β 1/α 1)−tan−1(β 2/α 2). With the use of the transformation formula [8], the CRLB for the phase-difference, denoted by CRLB(θ) is

CRLB ( θ ) = ∂ g T ( κ ) ∂κ · F − 1 · ∂g ( κ ) ∂κ ,
(39)

where

∂g ( κ ) ∂κ = − β 1 α 1 2 + β 1 2 α 1 α 1 2 + β 1 2 − β 2 α 2 2 + β 2 2 α 2 α 2 2 + β 2 2 T = − sin ϕ 1 A 1 cos ϕ 1 A 1 − sin ϕ 2 A 2 cos ϕ 2 A 2 T .
(40)

Substituting (40) into (39) yields (12).

References

  1. Handel P, Host-Madsen A: Estimation of velocity and size of particles from two channel laser anemometry measurements. Measurement 1997, 21(3):113-123. 10.1016/S0263-2241(97)00058-4

    Article  Google Scholar 

  2. Ramos PM, da Silva MF, Serra AC: Low frequency impedance measurement using sine-fitting. Measurement 2004, 35(1):89-96. 10.1016/j.measurement.2003.08.008

    Article  Google Scholar 

  3. Vucijak NM, Saranovac LV: A simple algorithm for the estimation of phase difference between two sinusoidal voltages. IEEE Trans. Instrum. Meas 2010, 59(12):3152-3158.

    Article  Google Scholar 

  4. Handel P: Parameter estimation employing a dual-channel sine-wave model under a Gaussian assumption. IEEE Trans. Instrum. Meas 2008, 57(8):1661-1669.

    Article  Google Scholar 

  5. Ramos PM, Janeiro FM, Tlemcani M, Serra AC: Recent developments on impedance measurements with DSP-based ellipse-fitting algorithms. IEEE Trans. Instrum. Meas 2009, 58(5):1680-1689.

    Article  Google Scholar 

  6. So HC: A comparative study of two discrete-time phase delay estimators. IEEE Trans. Instrum. Meas 2005, 54(6):2501-2504. 10.1109/TIM.2005.859143

    Article  Google Scholar 

  7. Kenefic RJ, Nuttall AH: Maximum likelihood estimation of the parameters of tone using real discrete data. IEEE J. Oceanic. Eng 1987, 12(1):279-280. 10.1109/JOE.1987.1145230

    Article  Google Scholar 

  8. Kay SM: Fundamentals of Statistical Signal Processing - Estimation Theory. Englewood Cliffs: Prentice-Hall; 1993.

    MATH  Google Scholar 

  9. Papoulis A: Probability, Random Variables, and Stochastic Processes. New York: McGraw-Hill; 1991.

    MATH  Google Scholar 

Download references

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Hing Cheung So.

Additional information

Competing interests

Both authors declare that they have no competing interests.

Authors’ original submitted files for images

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 2.0 International License (https://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

So, H.C., Zhou, Z. Two accurate phase-difference estimators for dual-channel sine-wave model. EURASIP J. Adv. Signal Process. 2013, 122 (2013). https://doi.org/10.1186/1687-6180-2013-122

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1687-6180-2013-122

Keywords