• 沒有找到結果。

An Enhanced Predictive Location Tracking Scheme with Deficient Signal Sources for Wireless Networks

N/A
N/A
Protected

Academic year: 2021

Share "An Enhanced Predictive Location Tracking Scheme with Deficient Signal Sources for Wireless Networks"

Copied!
5
0
0

加載中.... (立即查看全文)

全文

(1)

An Enhanced Predictive Location Tracking Scheme

with Deficient Signal Sources for Wireless

Networks

Po-Hsuan Tseng and Kai-Ten Feng Department of Electrical Engineering

National Chiao Tung University Hsinchu, Taiwan

walker.cm90@nctu.edu.tw and ktfeng@mail.nctu.edu.tw

Abstract—Location estimation and tracking for the mobile devices have attracted a significant amount of attention in recent years. The location estimators associated with the Kalman filter-ing techniques are exploited to both acquire location estimation and trajectory tracking for the mobile devices. However, most of the existing schemes become inapplicable for location tracking due to the deficiency of signal sources. In this paper, the enhanced predictive location tracking (EPLT) are proposed to alleviate this problem. The EPLT scheme utilizes the predictive information obtained from the Kalman filter in order to provide the additional signal inputs for the location estimator. Furthermore, the EPLT scheme incorporates the geometric dilution of precision (GDOP) information into the algorithm design. Persistent accuracy for location tracking can be achieved by adopting the proposed EPLT scheme, especially with inadequate signal sources. Numerical results demonstrate that the EPLT algorithm can achieve better precision in comparison with other location tracking schemes.

I. INTRODUCTION

Wireless location technologies, which are designated to estimate the position of a mobile station (MS), have drawn a lot of attention over the past few decades. With the assistance of the information derived from the positioning system, the required performance and objectives for the targeting MS can be achieved with augmented robustness. In recent years, there are increasing demands for commercial applications to adopt the location information within their system design, such as the navigation systems, the health care systems and the wireless sensor networks. With the emergent interests in the location-based services, the location estimation and tracking algorithms with enhanced precision become necessitate for the applications under different circumstances.

The network-based location estimation schemes have been widely proposed and employed in the wireless communication system. These schemes locate the position of a MS based on the measured radio signals from its neighborhood base stations (BSs). In addition to the estimation of a MS’s position, trajectory tracking of a moving MS has been studied [1], [2] to enhance the accuracy of location estimation. The Kalman tracking (KT) scheme [1] distinguishes the linear part from

1This work was in part funded by the Aiming for the Top University

and Elite Research Center Development Plan, NSC 96-2221-E-009-016, the MediaTek research center at National Chiao Tung University, and the Universal Scientific Industrial (USI) Co., Taiwan.

the originally nonlinear equations for location estimation. The linear aspect is exploited within the Kalman filtering formulation; while the nonlinear term is served as an external measurement input to the Kalman filter. The cascade location tracking (CLT) scheme as proposed in [2] utilizes the two-step least square (LS) method for initial location estimation of the MS and the cascaded Kalman filtering technique to trace the position of the MS based on its previously esti-mated data. However, the wireless location tracking problem with insufficient signal sources has not been addressed in previous studies. In the cellular-based networks, three BSs are required in order to provide three signal sources for the time-of-arrival (TOA) based location estimation. Nevertheless, the scenario with sufficient signal sources does not always happen in real circumstances, e.g. under rural environments or city valley with blocking buildings. In real-time tracking case, the situation of temporary blackouts of signal would be encountered with a high probability due to MS’s mobility. It will be beneficial to provide consistent accuracy for location tracking under various environments.

It is noted that the design of the predictive location tracking (PLT) scheme was presented in our previous work in [3]. The PLT algorithm is proposed to improve the problem by utilizing the predictive information obtained from the Kalman filter with insufficient measurement inputs, i.e., with only two BSs or a single BS available to be exploited. In this paper, an enhanced predictive location tracking (EPLT) scheme is proposed by adopting the geometric dilution of precision (GDOP) concept into its formulation in order to further enhance the performance of the original PLT algorithm. The position of the virtual signal source is relocated for the purpose of achieving the minimum GDOP value with respect to the MS’s position. In general, location estimation under higher standard deviations may yield degraded performance. It will be evaluated in the simulation that EPLT can still provide consistent precision with different noise model for location tracking comparing to the PLT scheme.

The remainder of this paper is organized as follows. Section II briefly describes the modeling of the signal sources and the GDOP metric. The architecture overview and formulation of the proposed EPLT scheme are explained in Section III.

(2)

Section IV illustrates the performance evaluation of the pro-posed EPLT scheme in comparison with the existing location tracking techniques. Section V draws the conclusions.

II. PRELIMINARIES A. Mathematical Modeling

In order to facilitate the design of the proposed EPLT algo-rithm, the signal model for the TOA measurements is utilized. The set rk contains all the available measured relative distance at the kth time step, i.e., rk = {r1,k, . . . , ri,k, . . . , rNk,k}, where Nk denotes the number of available BSs at the time step k. The measured relative distance between the MS and theithBS obtained at thekthtime step can be represented as

ri,k= c · ti,k = ζi,k+ ni,k+ ei,k i = 1, 2, ..., Nk (1)

where ti,k denotes the TOA measurement obtained from the

ith BS at thekth time step, andc is the speed of light. r i,k

is contaminated with the TOA measurement noise ni,k and the NLOS error ei,k. It is noted that the measurement noise

ni,k is in general considered as zero mean with Gaussian

distribution. On the other hand, the NLOS errorei,kis modeled as exponentially-distributed for representing the positive bias due to the NLOS effect [4]. The noiseless relative distance

ζi,k (in (1)) between the MS’s true position and the ith BS

can be obtained as

ζi,k= [(xk− xi,k)2+ (yk− yi,k)2]12 (2)

where xk = [xk yk] represents the MS’s true position and xi,k

= [xi,k yi,k] is the location of the ith BS for i = 1 to Nk. Therefore, the set of all the available BSs at the kthtime step can be obtained as PBS,k = {x1,k, . . . , xi,k, . . . , xNk,k}. B. Geometric Dilution of Precision (GDOP)

The GDOP [5] associated with the position error is utilized as an index for observing the location precision of the MS under different geometric location within the networks, e.g. the cellular or the satellite networks. In general, a larger GDOP value corresponds to a comparably worse geometric layout (established by the MS and its associated BSs), which consequently results in augmented errors for location estima-tion. Considering the MS’s location under the two-dimensional coordinate, the GDOP value (G) obtained at the position xk

can be represented as Gxk =  trace(HTxkHxk)−1 1 2 (3) where Hxk= ⎡ ⎢ ⎢ ⎢ ⎢ ⎢ ⎣ xk−x1,k ζ1,k yk−y1,k ζ1,k . . . . . . xk−xi,k ζi,k yk−yi,k ζi,k . . . . . . xk−xNk,k ζNk,k yk−yNk,k ζNk,k ⎤ ⎥ ⎥ ⎥ ⎥ ⎥ ⎦ (4)

It is noted that the elements within the matrix Hxk can be

acquired from (2). Location Estimator (2-Step LS) Kalman Filter 0 < Nk < 3 ? Yes No r e={ r k , rv, k } EPLT Criterions Nk = 0 k rk zk sk= [xkvk ak]T P P P e ={ PBS, k , PBSv, k } BS,k rv, k rk TOA Signals PBS,k -BSv, k BS,k r k PBS,k

-Fig. 1. The architecture diagrams of the proposed EPLT scheme

III. PROPOSEDEPLT ALGORITHM A. Architecture Overview

The objective of the proposed EPLT algorithm is to utilize the predictive information acquired from the Kalman filter to serve as the assisted measurement inputs while the envi-ronments are deficient with signal sources. Fig. 1 illustrates the system architectures of the proposed EPLT scheme. The TOA signals (rk as in (1)) associated with the corresponding location set of the BSs (PBS,k) are obtained as the signal inputs to each of the system, which result in the estimated state vector of the MS, i.e.,ˆsk = [ˆxk ˆvk ˆak]T where ˆxk = [ˆxk ˆyk] represents the MS’s estimated position,ˆvk = [ˆvx,k ˆvy,k] is the estimated velocity, andˆak = [ˆax,k ˆay,k] denotes the estimated acceleration.

It is noticed that the EPLT algorithm adopts the architecture of the CLT scheme, i.e., the two-step LS method cascaded with the Kalman filter. The EPLT algorithm will be the same as the CLT scheme while the number of available BSs is greater than or equal to three, i.e., Nk ≥ 3. It is also noted that the EPLT scheme will perform the same as the CLT method under the case with no signal input, i.e.,Nk = 0. However, the effectiveness of the EPLT scheme is revealed as1 ≤ Nk < 3, i.e., with deficient measurement inputs. The predictive state information obtained from the Kalman filter is utilized for acquiring the assisted information, which will be fed back into the location estimator. The extended sets for the locations of the BSs (i.e., PeBS,k = {PBS,k, PBSv,k}) and the measured relative distances (i.e., rek ={rk, rv,k}) will be utilized as the inputs to the location estimator. The sets of the virtual BS’s locations PBSv,kand the virtual measurements rv,kare defined as follows.

Definition 1 (Virtual Base Stations). The virtual Base Sta-tions are considered as the designed locaSta-tions for assisting the location tracking of the MS under the environments with deficient signal sources. The set of virtual BSs PBSv,k is defined under two different numbers ofNk as

PBSv,k=

{xv1,k} forNk= 2 {xv1,k, xv2,k} for Nk= 1

(3)

r1 , k

r2 , k





The Estimated MS’s Trajectory xk|k BS2( x2, k ) rv , k1 BSv,1 ( xv , k ) 2 θkm EPLT xk-2|k-2 xk-1|k-1 BS1( x1, k ) xk|k-1

Fig. 2. The schematic diagram of the two-BSs case for the proposed EPLT scheme

Definition 2 (Virtual Measurements). The virtual measure-ments are utilized to provide assisted measurement inputs while the signal sources are insufficient. Associating with the designed set of virtual BSs PBSv,k, the corresponding set of virtual measurements rv,k is defined as

rv,k=

{rv1,k} forNk= 2 {rv1,k, rv2,k} for Nk= 1

(6)

It is noticed that the major tasks of EPLT scheme are to design and to acquire the values of PBSv,k and rv,k for the two cases (i.e., Nk = 1 and 2) with inadequate signal sources. In traditional location tracking schemes such as the KT and the CLT schemes, the estimated state vector ˆsk can only be updated by the internal prediction mechanism of the Kalman filter while there are insufficient numbers of BSs. The location estimator (i.e., the two-step LS method) is consequently disabled owing to the inadequate number of the signal sources. The tracking capabilities of both schemes significantly depend on the correctness of the Kalman filter’s prediction mechanism. Therefore, the performance for loca-tion tracking can be severely degraded due to the changing behavior of the MS, i.e., with the variations from the MS’s acceleration. The proposed EPLT algorithm can still provide satisfactory tracking performance with deficient measurement inputs. Comparing to the PLT scheme which is presented in our previous work, the EPLT algorithm has the same set of virtual measurement rv,k and enhances the precision and the robustness of the location estimation from the PLT scheme by considering the GDOP effect with different virtual BSs set

PBSv,k.

B. Formulation of EPLT Algorithm

The proposed EPLT scheme will be explained in this sec-tion. As shown in Fig. 1, the measurement and state equations for the Kalman filter can be represented as

zk = Mˆsk+ mk (7)

ˆsk = Fˆsk−1+ pk (8)

where ˆsk = [ˆxk ˆvk ˆak]T. The variables mk and pk denote the measurement and the process noises associated with the covariance matrices R and Q within the Kalman filtering formulation. The measurement vector zk = [ˆxls,k ˆyls,k]T

represents the measurement input which is obtained from the output of the two-step LS estimator at the kth time step (as in Fig. 1.(c)). The matrix M and the state transition matrix F can be obtained as M = 1 0 0 0 0 0 0 1 0 0 0 0  (9) F = ⎡ ⎢ ⎢ ⎢ ⎢ ⎢ ⎣ 1 0 Δt 0 1 2Δt2 0 0 1 0 Δt 0 1 2Δt2 0 0 1 0 Δt 0 0 0 0 1 0 Δt 0 0 0 0 1 0 0 0 0 0 0 1 ⎤ ⎥ ⎥ ⎥ ⎥ ⎥ ⎦ (10)

where Δt denotes the sample time interval. Two cases (i.e., the two-BSs case and the single-BS case) are considered as follows:

1) Two-BSs Case: As shown in Fig. 2, it is assumed that

only two BSs (i.e., BS1 and BS2) associated with two TOA measurements are available at the time stepk in consideration. The main target is to introduce an additional virtual BS along with its virtual measurement (i.e., PBSv,k={xv1,k} and

rv,k= {rv1,k}) by acquiring the predictive output information

from the Kalman filter. Knowing that there are predicting and correcting phases within the Kalman filtering formulation, the predictive state can therefore be utilized to compute the supplementary virtual measurementrv1,k as

rv1,k = ˆxk|k−1− ˆxk−1|k−1 (11)

whereˆxk|k−1denotes the predicted MS’s position at time step

k; while ˆxk−1|k−1 is the corrected MS’s position obtained at

the (k − 1)th time step. It is noticed that both values are available at the (k − 1)thtime step. The virtual measurement

rv1,k is defined as the distance between the previous location

estimate (ˆxk−1|k−1) and the predicted MS’s position (ˆxk|k−1)

as the possible position of the MS.

The objective of the EPLT scheme is to acquire the angle

θk of xv1,ksuch that the predicted MS (ˆxk|k−1) will possess a

minimal GDOP value within its network topology for location estimation. As illustrated in Fig. 2, the following equality can be obtained based on the geometric relationship:

ˆxk|k−1− xv1,k= (−rv1,k· cos θk, −rv1,k· sin θk) (12)

It is noticed that the angle θk is rotated from the positive

x-axis based on the predicted MS (ˆxk|k−1). As mentioned

above, the position of the virtual BS (xv1,k) is designed such

that the predicted MS (ˆxk|k−1) will be located at a minimal GDOP position based on the extended geometric set PeBS,k = {x1,k, x2,k, xv1,k}. By incorporating (12) into (3) and (4), the GDOP value (i.e., Gˆxk|k−1) computed at the predicted MS’s position ˆxk|k−1 = (ˆxk|k−1, ˆyk|k−1) can be obtained. The associated matrix Hˆxk|k−1 becomes

Hˆxk|k−1 = ⎡ ⎢ ⎣ ˆxk|k−1−x1,k r1,k ˆ yk|k−1−y1,k r1,k ˆxk|k−1−x2,k r2,k ˆ yk|k−1−y2,k r2,k − cos θk − sin θk ⎤ ⎥ ⎦ (13) It is noted that the noiseless relative distances ζi,k in (3)

(4)

Γ = 2[r22,k(ˆxk|k−1− x1,k)(ˆyk|k−1− y1,k) + r21,k(ˆxk|k−1− x2,k)(ˆyk|k−1− y2,k)]

r2

2,k(ˆxk|k−1− x1,k)2− r2,k2 (ˆyk|k−1− y1,k)2+ r1,k2 (ˆxk|k−1− x2,k)2− r1,k2 (ˆyk|k−1− y2,k)2 (14)



The Estimated MS’s Trajectory xk|k r1 , k xk-2|k-2 BS1( x1, k ) BSv,2 ( xv , k ) k rv , k 1 2 rv , k EPLT θm 2 k 2 BSv,2 ( xv , k = xk-1|k-1) xk|k-1

Fig. 3. The schematic diagram of the single-BS case for the proposed EPLT scheme

are approximately replaced by ri,k in (13) since ζi,k are considered unattainable. It can be observed from (13) that the matrix Hˆxk|k−1 associated with the resultingGˆxk|k−1 value are regarded as functions of the angle θk, i.e., Hˆxk|k−1k) andGˆxk|k−1k). Based on the objective of the EPLT scheme, the angle θmk which results in the minimal GDOP value can therefore be acquired as θm k = arg min ∀θk Gˆxk|k−1(θk)  (15)

It is intuitive to observed that (15) can be achieved if the following conditions on the first and second derivatives of Gˆxk|k−1(θk) are satisfied:  ∂Gˆxk|k−1(θk) ∂θk  θk=θmk = 0 (16)  2G ˆxk|k−1(θk) 2θk  θk=θmk > 0 (17)

By substituting (13) and (3) into (16), the angle θmk can be computed as θm k = tan−1  1 ±√1 + Γ2 Γ  (18)

whereΓ is as in (14) at the top of the page. It is noted that the selection for either the positive or the negative value ofθkmis determined by (17). At each time instantk, the relative angle

θm

k betweenˆxk|k−1 and xv1,k can therefore be obtained such

that ˆxk|k−1 is located at the position with a minimal GDOP

value based on its current network layout.

2) Single-BS Case: In this case, only one BS (i.e., BS1) with one TOA measurement input is available at thekthtime step (as shown in Fig. 3). Two additional virtual BSs and measurements are required for the computation of the two-step LS estimator, i.e., PBSv,k = {xv1,k, xv2,k} and rv,k =

{rv1,k, rv2,k}. Similar to the previous case, the first virtual

measurement rv1,k is acquired as in (11) by considering the

distance between previous estimated MS position ˆxk−1|k−1 and the predicted MS’s position ˆxk|k−1. On the other hand, the second virtual measurementrv2,kis defined as the average prediction error obtained from the Kalman filtering formula-tion by accumulating the previous time steps as

rv2,k= 1 k − 1 k−1  i=1 ˆxi|i− ˆxi|i−1 (19)

It is noted thatrv2,kis obtained as the mean prediction error until the(k−1)thtime step. In the case while the Kalman filter is capable of providing sufficient accuracy in its prediction phase, the virtual measurementrv2,kmay approach zero value. Associating with the single measurement r1,k from BS1, the two additional virtual measurementsrv1,kandrv2,k result in a constrained region (as in Fig. 3) for location estimation of the MS under the environments with insufficient signal sources.

In order to locate two virtual BSs by utilizing the equations as in (15) and (18), the first virtual BS is designed to be located at xv1,k = ˆxk−1|k−1 associated with the first virtual measurement rv1,k as defined in (11). The position of the second virtual BS (xv2,k) is designed at a location with distance rv2,k relative to the predicted MS’s position ˆxk|k−1. Therefore, the following equations can be obtained based on the geometric relationships from Fig. 3:

ˆxk|k−1− xv2,k= (−rv2,k· cos θkm, −rv2,k· sin θmk ) (20)

The relative angleθmk between xv2,k andˆxk|k−1is determined by minimizing the GDOP value based on the predicted MS’s positionˆxk|k−1. Both of the information from BS1 and BSv1 alone with the predicted MS’s positionˆxk|k−1are utilized for the computation of the angle θmk (as in (15) and (18)). It is noticed that instead of altering the position of BSv1, the BSv2’s

location is adjusted in order to acquire a better GDOP value for the predicted MSˆxk|k−1. The design concept is primarily owing to the fact that the average prediction error is in general smaller than the length of each prediction within the Kalman filtering formulation, i.e., rv1,k > rv2,k. The expected MS’s position ˆxk|k−1 is considered more sensitive to rv2,k due to its smaller value comparing with r1,k and rv1,k. It will be beneficial to adjust the location of BSv2 (by rotating the angle

θm

k ) such that a smaller GDOP value can be achieved at the

predicted location of the MS (ˆxk|k−1). With the computation

of the angleθmk from the EPLT scheme, the collinear situation between BS1 and BSv2 can be avoided.

IV. PERFORMANCEEVALUATION

The model for the measurement noise of the TOA signals is selected as the Gaussian distribution with zero mean and 10 meters of standard deviation, i.e., ni,k ∼ N (0, 100) . On the other hand, an exponential distributionpei,k(υ) is assumed for

(5)

0 26 70 78 96 119 129 150 0 500 1000 1500 2000 Position Error (m) 0 26 70 78 96 119 129 150 0 500 1000 1500 2000 Time (sec) RMSE (m) KT CLT PLT EPLT KT CLT PLT EPLT N k=3 Nk=4 Nk=3 Nk=2 Nk=1 Nk=2 Nk=3

Fig. 4. Upper plot: the position error vs. the simulation time (sec); Lower plot: the RMSE vs. the simulation time (sec)

0.1 0.15 0.2 0.25 0.3 0.35 0.4 0 100 200 300 400 Position Error (m) 0.1 0.15 0.2 0.25 0.3 0.35 0.4 0 100 200 300 400 500

Median Value of NLOS Noise τm (μsec)

RMSE (m)

CLT PLT EPLT

Fig. 5. Upper plot: the position error vs the median value of NLOS noise (τm); Lower plot: the RMSE vs the median value of NLOS noise (τm)

the NLOS noise model of the TOA measurements as

pei,k(υ) =  1 λi,kexp  υ λi,k  υ > 0 0 otherwise (21)

where λi,k = c · τi,k = c · τmi,k)ερ. The parameter τi,k is the RMS delay spread between the ith BS to the MS.τm represents the median value of τi,k, which is selected as 0.1

μs in the simulations. ε is the path loss exponent which is

assumed to be 0.5. The shadow fading factorρ is a log-normal random variable with zero mean and standard deviation σρ chosen as 4 dB in the simulations. The parameters for the noise models as listed in this subsection primarily fulfill the environment while the MS is located within the rural area. It is noticed that the reason for selecting the rural area as the simulation scenario is due to its higher probability to suffer from deficiency of signal sources. Moreover, the sampling time Δt is chosen as 1 sec.

The performance comparisons between the KT scheme, the CLT scheme, the PLT scheme and the proposed EPLT algorithm are first conducted under the rural environment. The various numbers of BSs (i.e., theNk values) that are available at different time intervals are illustrated in the middle of Fig. 4. For example, the number of available BSs is equal to three between the time interval (70,77). It can be seen that the number of BSs becomes insufficient (i.e., Nk < 3) from the time interval oft = 78 to 128 sec. The total simulation interval is set as 150 seconds. The acceleration is designed to vary at

time t = 40, 55, 100, and 120 sec from ak = (ax,k, ay,k) = (0.5, 0), (-1, 1.5), (0, 0), (0.5, 0), to (1, -2) m/sec2. It is noted that the number of BSs becomes insufficient during the second acceleration change, i.e., att = 78 sec. Fig. 4 illustrates the position error and the root mean square error (RMSE). It can be observed that the PLT and proposed EPLT algorithm outperform the conventional KT and CLT schemes. The main differences between these algorithms occur while the signal sources become insufficient within the time interval betweent = 78 and 128 sec. The PLT and proposed EPLT schemes can still provide consistent location estimation and tracking. The major reason is attributed to the assisted information that is fed back into the location estimator while the signal sources are deficient.

In order to evaluate the sensitivity evaluation of the NLOS errors to the estimation performance, the position error and the RMSE as depicted in Fig. 5 are utilized to compare the three schemes under different NLOS errors, where the median value of the NLOS noisesτm=0.1, 0.3, and 0.4 corresponds to the rural, suburban, and urban environments. It is noted that both the estimation error and the RMSE are obtained as the average values acquired from the trajectory as designed in Fig. 4. Moreover, the performance obtained from the KT scheme is not illustrated in Fig. 5 due to its drastically degraded performance as the NLOS noises τm is increased. Owing to the consideration of the geometric layout, it can be observed from Fig. 5 that the proposed EPLT scheme possesses better performance comparing with the other two algorithms under different NLOS errors. Furthermore, the performance obtained from the PLT scheme is degraded with the increase of the NLOS errors. As a result, the effectiveness of the EPLT algorithm is perceived.

V. CONCLUSION

In this paper, the enhanced predictive location tracking (EPLT) scheme is proposed. With the predictive information obtained from the Kalman filtering formulation, additional measurement inputs are exploited and the signal sources be-come available for location estimation and tracking of a mobile device. Moreover, the EPLT algorithm adjusts the locations of its virtual Base Stations based on the geometric dilution of precision (GDOP) criterion. Consistent location estimation and tracking accuracy can be acquired by adopting the EPLT scheme with different scenario.

REFERENCES

[1] M. N´ajar and J. Vidal, “Kalman Tracking for Mobile Location in NLOS Situations,” in IEEE International Symposium on Personal, Indoor and Mobile Radio Communications (PIMRC), Sep. 2003, pp. 2203–2207. [2] C. L. Chen and K. F. Feng, “Hybrid Location Estimation and Tracking

System for Mobile Devices,” in IEEE Vehicular Technology Conference (VTC), Jun. 2005, pp. 2648–2652.

[3] Y.-C. Lin, P.-H. Tseng, and K.-T. Feng, “A Predictive Location Tracking Algorithm for Mobile Devices with Deficient Signal Sources,” in IEEE Vehicular Technology Conference (VTC), Apr. 2007, pp. 859–863. [4] C. Y. Lee, Mobile Communications Engineering. McGraw-Halls, 1993. [5] J. Chaffee and J. Abel, “GDOP and the Cramer-Rao Bound,” in IEEE Position Location and Navigation System (PLANS) Conference, Apr. 1994, pp. 663–668.

數據

Fig. 1. The architecture diagrams of the proposed EPLT scheme
Fig. 2. The schematic diagram of the two-BSs case for the proposed EPLT scheme
Fig. 3. The schematic diagram of the single-BS case for the proposed EPLT scheme
Fig. 4. Upper plot: the position error vs. the simulation time (sec); Lower plot: the RMSE vs

參考文獻

相關文件

The existence and the uniqueness of the same ratio points for given n and k.. The properties about geometric measurement for given n

The coordinate ring of an affine variety is a domain and a finitely generated k-algebra.. Conversely, a domain which is a finitely generated k-algebra is a coordinate ring of an

refined generic skills, values education, information literacy, Language across the Curriculum (

We have made a survey for the properties of SOC complementarity functions and theoretical results of related solution methods, including the merit function methods, the

We have made a survey for the properties of SOC complementarity functions and the- oretical results of related solution methods, including the merit function methods, the

A subgroup N which is open in the norm topology by Theorem 3.1.3 is a group of norms N L/K L ∗ of a finite abelian extension L/K.. Then N is open in the norm topology if and only if

3: Calculated ratio of dynamic structure factor S(k, ω) to static structure factor S(k) for &#34;-Ge at T = 1250K for several values of k, plotted as a function of ω, calculated

The Hilbert space of an orbifold field theory [6] is decomposed into twisted sectors H g , that are labelled by the conjugacy classes [g] of the orbifold group, in our case