Abstract
To estimate the mobile location is an important topic in wireless communication. It is well known that non-line-of-sight (NLOS) problem is the most pivotal part that causes the estimated error. When we transmit the signal from mobile station (MS) to base stations (BSs), the direct path between MS and BS is sealed off by some obstacles, and the signal measurements will measure the error due to the signal reflection or diffraction. The hybrid Taguchi-genetic algorithm (HTGA) combines the Taguchi method with the genetic algorithm (GA). In this paper, we bring up a novel HTGA algorithm that utilizes time of arrival (TOA) measurements from three BSs to locate MS. The proposed algorithm utilizes the intersections of three TOA circles based on HTGA to estimate the MS location. Finally, we compare HTGA with GA and find that the Taguchi algorithm can enhance genetic algorithm. We also can find that the average convergence of generation number will not be affected no matter which propagation models we use. Obviously HTGA is more robust, statistically sound, and quickly convergent than the other algorithms. The simulation results show that the HTGA can converge more quickly than GA and furthermore the HTGA can enhance the accuracy of the mobile location.
1. Introduction
The mobile positioning is an important research topic in wireless communication. In recent years, it has gained considerable attention. Several researchers are concentrated on how to achieve higher accuracy in positioning. There are several wireless location schemes such as signal strength (SS), angle of arrival (AOA), time of arrival (TOA), and time difference of arrival (TDOA) techniques. The location of a mobile station (MS) is measured by the TOA between three or more base stations (BSs) with velocity of light [1, 2] in TOA method. The direction of the arrival signal [1] is detected by an antenna array and a directive antenna in AOA scheme where the MS is constrained along a line. The location of an MS is measured by the difference of arrival time between three or more BSs [3] in TDOA method. In particular, time-based and angle-based categories have their own advantages and disadvantages. The angle-based schemes have to know the minimum of two BSs to determine the MS location and the BSs do not require synchronization. On the contrary, the time-based schemes require at least three BSs and need synchronization. However, the time-based schemes usually provide much better positioning accuracy than angle-based schemes. Nowadays, There are a lot of applications of wireless location services, such as the intelligent transportation system (ITS) [4] and the emergency 911 (E-911). The public safety officer can see the caller's phone number and accurate location by E-911, and ITS combines a variety of positioning technologies to enhance the safety and efficiency of the transportation systems.
Non-line-of-sight (NLOS) is an important issue in MS location estimation problem. The line-of-sight (LOS) propagation is usually unavailable, especially in urban or suburban areas. NLOS error is always positive and large that arises when a distance is estimated from a calculation [5]. Some methods for mitigating NLOS error have been proposed in the literature [6–11]. In [2], the geometrical location algorithm was proposed to reduce the NLOS error. In [12, 13], range-scaling algorithm (RSA) was proposed. To adjust TOA by scaling NLOS-corrupted TOA measurements with the utilization of the factors that are estimated from a constrained nonlinear optimization process is the way to mitigate the NLOS. Reference [14] proposed hybrid TDOA and AOA techniques for MS location estimation in wideband code-division multiple access (CDMA) cellular systems.
One of the important issues that affects the implementation of location scheme in wireless communication systems is hearability. The definition of hearability is the ability to receive sufficient signals from the number of neighboring BSs simultaneously as soon as the signal power level is defined. In rural areas, only 35% of signal strength indication received by three BSs is stronger than −100 dB; in contrast, it is about 84% in urban areas [15]. Usually, larger geographic area is covered by a BS in rural areas; an MS receives signals from neighboring BSs more difficultly, because each BS usually covers a large area and the hearability of an MS is very low for neighboring BSs.
Genetic algorithm (GA) was proposed by Holland [16], and it has utilized optimum approaches in various fields recently. GA has become one of the most important evolutionary computation methods. GA is an optimum approach method inspired by the ability of organisms to evolve. The major sources of such variation are genetic recombination and mutation. GA has been utilized in many applications in a variety of fields such as control engineering, aeronautics, image processing, and structure analysis. The authors of this paper proposed a novel positioning algorithm based on GA to locate MS when three BSs are available for location purpose [17].
The hybrid Taguchi-genetic algorithm (HTGA) was proposed by Jyh-Horng Chou. It combines both the Taguchi method [18–20] and the GA [21]. The Taguchi method replaced the crossover operation in the HTGA. The Taguchi method combined the systematic reasoning ability with crossover operations to select better genes. It used the crossover operations to generate the representative chromosomes and it will be the new potential offspring. Hence, the Taguchi algorithm can enhance genetic algorithms. In this way, the HTGA can quickly converge and be more robust and statistically sound [22–24]. HTGA has smaller standard deviations of function values than the orthogonal genetic algorithm with quantization (OGA/Q) proposed by [25]. It particularly proposes the following four enhancements in the HTGA with continuous variables for global optimization. First, a real coding technique utilizes continuous variables to solve optimization problems. Second, the crossover operators utilize an arithmetical operator derived from convex set theory to integrate the one-cut-point crossover. Third, the two-level orthogonal array, two tools of the Taguchi method, and signal-to-noise ratio (SNR) are applied in this study. The value of the object function decreases gradually during the iterations. Generally speaking, the value will converge when the solution does not change after specific number of generation. Fourth, the mutation operator is also derived from convex set theory. The proposed algorithm utilizes the intersections of three TOA circles, based on HTGA, to estimate the MS location in NLOS environments. Simulation results will show that we proposed a better method of location estimation compared with the Taylor series algorithm (TSA), linear lines of position algorithm (LLOP), and RSA. Moreover, HTGA is more robust and can converge more quickly than GA.
The remainder of this paper is organized as follows. In Section 2, we describe some related localization methods. Section 3 briefly describes how HTGA works. In Section 4, we propose the algorithm based on HTGA to estimate MS location. Section 5 compares the performance of the proposed algorithm with the other methods through simulation results. Finally, Section 6 draws some conclusions.
2. Related Localization Methods
2.1. The Taylor Series Algorithm (TSA)
We take the constraint on hearability into account, so the number of BSs is limited to three in this paper for estimating the location. The coordinates for BS1, BS2, and BS3 are given by
2.2. Linear Lines of Position Algorithm (LLOP)
The algorithm uses the linear equation derived from the original nonlinear range equations. The linear LOP equation passes through the intersections of the two circles for TOA measurements instead of circular LOP. The linear equations can be obtained by squaring and subtracting the distances between BS and the MS. The MS location can be expressed as [2]
The LS solution to (5) is also given by
2.3. Range-Scaling Algorithm (RSA)
Reference [12] utilizes TOA measurements from three BSs to estimate the MS location. The constrained optimization algorithm can find the normalized scale factors to adjust the measured distance error caused by NLOS. Some constraints on the normalized scale factors are based on the geometry of the cell layout of three BSs and the ranges of three BSs depicted in circles. The algorithm utilized the proposed object function written as the vector form to compute normalized scale factors and then mitigate the NLOS error with the utilization of the normalized scale factors.
3. The Hybrid Taguchi-Genetic Algorithm (HTGA)
HTGA combines the GA and the Taguchi method [22, 23]. In the HTGA, the Taguchi method replaces the step of crossover operation in GA. In GA, the crossover operation has two different ways, for example, single-point crossover and double-point crossover. Two ways can be chosen to find the crossover point randomly. In the Taguchi method, we can use the orthogonal array to calculate the SNR. And we can obtain the optimal chrome. The part of estimation method proposed by GA can be found in [17]. The following steps describe the HTGA approach, and Figure 1 shows the signal flow diagram.

The signal flow chart of the hybrid Taguchi-genetic method.
Step 1.
Input parameter setting includes population size = 50, crossover rate = 0.7, mutation rate = 0.02, reproduction rate = 0.28, and generation number = 30. Output parameter setting includes the optimal chromosome and fitness value.
Step 2 (initialization).
Execute the algorithm to generate an initial population. Calculate the fitness values of the population.
Step 3 (crossover operation).
We utilize the Taguchi method to do the crossover operation. The probability of crossover is determined by crossover rate.
Step 4.
Select a two-level orthogonal array. The orthogonal array L 64 (263) is used in the proposed method.
Step 5.
Choose two chromosomes randomly at a time to execute matrix experiments.
Step 6.
Calculate the fitness value and SNRs in the experiment.
Step 7.
Calculate the effects of the different factors in the experiment.
Step 8.
Based on Step 7, generate an optimal chromosome.
Step 9.
Selection operation uses the roulette wheel approach.
Step 10 (mutation operation).
The probability of mutation is determined by mutation rate.
Step 11.
Generate offspring population.
Step 12.
If the condition is satisfied, then go to Step 13; if not, go back to Step 2.
Step 13.
Generate the population via HTGA.
4. Proposed Location Algorithm Based on HTGA
According to a point of view of geometric approach, each BS measured distance forms a circle, and the center of the circle is BS. Multiple TOA measurements can estimate the MS position by the intersection of the circles. As shown in Figure 2, each of the following three equations indicates a circle for TOA:

Geometric layout of the three circles of TOA method.
The possible MS location has to satisfy the above three equations, so we can estimate the location using the feasible intersections of the three circles, U, V, and W. By solving the circle equations (7), we can obtain the feasible intersections of three circles. The coordinates of U, V, and W are represented as
Another problem is to avoid the condition of the NLOS error being too large; that is, one circle is fully covered by another circle. If
We restrict chromosome in the overlap region of the three circles except for the upper bound and lower bound of the variables; that is to say, we only compute chromosomes which satisfy the three inequalities (8). This method can reduce the probability of bad convergence and computation complexity. The value of the object function decreases gradually during the iterations. Generally speaking, the value will converse when the solution does not change after specific number of generation.
5. Simulation Results
Computer simulations are conducted to illustrate the performance of the proposed positioning schemes. In the simulations, the coordinates of BSs are as BS1: (0, 0), BS2: (1732 m, 0), and BS3: (866 m, 1500 m). Five thousand independent trials are performed for each simulation (and the region is formed by the points BS1, BS2, and BS3 with sides I, J, and K being of uniform distribution). And the MS location is chosen randomly within the region as shown in Figure 3. Adjusting the parameter of GA affects just a little the result because of the good convergence. We set the parameter as the following analysis: number of generation = 30, crossover rate = 0.7, and mutate rate = 0.002. We take the NLOS effects into account in the simulation. Two propagation models are adopted, namely, circular disk of scatterers model (CDSM) [25] and uniformly distributed noise model [12], respectively.

Cell layout showing the relationship between the true ranges and inter-BS distances.
CDSM is the first NLOS propagation model which assumes that there are scatterers spreading around the MS when the signal travels between MS and BSs [25]. The signal goes through a single reflection at the scatterers. The sum of the distances between the BS and the scatterer and between the MS and the scatterer is the measured ranges. Figure 4 shows the geometry of CDSM, where p is the scatterer point. The measured ranges are the sum of the distances between the BS and the scatterer

Geometry of circular disk of scatterers model (CDSM).
Figure 5 shows the cumulative distribution functions (CDFs) of the location error for different algorithms using the CDSM. The radius of the scatterers is considered to be 200 m. Note that the proposed method is always better than TSA and LLOP for the error model considered. The positioning precision of the proposed HTGA is slightly better than that of RSA and GA.

The CDF of the location error for various methods.
MS location accuracy is measured in terms of root-mean-square (RMS) error between the actual MS location and the desired MS location. The radius effect of the CDSM on the average location error compared with other existing methods is as shown in Figure 6. It can also be observed that the sensitivity of the proposed methods with respect to the NLOS effect is much less than that for TSA and LLOP. Obviously the average location error of the proposed HTGA is slightly less than RSA and GA. The simulations result shows that the proposed HTGA can yield the MS location more accurately than the other algorithms.

Average location error versus the radius of scatters.
The uniformly distributed noise model [12] is applied for the second NLOS propagation model. The TOA measurement error is assumed to be uniformly distributed over (

Average location error versus the upper bound of NLOS errors.
The relationships between the fitness value and the number of generation for HTGA and GA are, respectively, shown in Figures 8 and 9. HTGA outperforms traditional GA in obtaining the optimal solutions because of its fast convergence ability. When we take the location estimation of MS at each generation, the generation is considered to be convergent if the difference of the estimated MS and best performance is less than 0.01.

The convergence speed of GA and HTGA in each generation by using CDSM.

Some of the convergence results of GA and HTGA in each generation for uniformly distributed noise model.
Figures 10 and 11, respectively, show the performance of the average generation numbers for convergence between HTGA and GA, in which the CDSM model and uniformly distributed noise model are applied. We can obtain the average generation number after running five thousand times. Note that the average generation number of HTGA and GA is, respectively, 14 and 26 when we choose the maximal generation number as 30. We also can find that the average generation number is independent of the propagation models.

Convergence generation number versus the radius of scatters.

Convergence generation number versus the upper bound of NLOS errors.
Simulation results show that, no matter which NLOS propagation model is considered, the proposed HTGA can always give better location estimation. Note that both HTGA and GA approach can provide more accurate MS location estimations. Although the performances of HTGA and GA are very close, HTGA still converges faster than GA. Therefore, there are many discussions about this phenomenon [22, 23]. The simulation results show that the proposed HTGA can reduce the number of iterations and decrease the calculation complexity. In mobile communication device, the computational complexity is an important topic. The proposed HTGA method can solve this problem. Thus the mobile device can decrease the computational complexity and power resources.
6. Conclusion
In this paper, we propose the schemes based on HTGA to estimate MS location from three BSs. In order to eliminate NLOS errors and without any a priori information about the NLOS error, the proposed methods utilize all the feasible intersections which are generated by three TOA circles to estimate the MS location. Obviously HTGA is not only robust but also quicker than GA. We also can found that the average generation number for convergence is not dependent on the propagation models. Simulation results show that the location accuracy of the proposed methods is much better comparing with the standard TSA, LLOP, RSA, and GA. On the other hand, reducing the signal-processing time of the mobile device can increase not only the processing capabilities available for other purposes but also the saving of the power of battery.
Footnotes
Conflict of Interests
The authors declare that there is no conflict of interests regarding the publication of this paper.
