Abstract
Keywords
Introduction
Wireless sensor networks (WSNs) have many advantages because of their own characteristics, and they are used in many fields at present. Its localization technology has become the focus of current research and has shown its importance in many fields.1,2 In the field of medical and health care,3–5 it is impossible to obtain the location of a patient’s disease without localization technology; in the field of construction, 6 it is difficult to obtain the fault location of a building without localization technology; in the field of forest protection, if the location of sensor nodes cannot be obtained accurately, it is difficult to determine the accurate disaster location and achieve efficient disaster treatment. At present, Global Localization System (GPS) is the most common localization method, which can accurately locate its own position,7–9 but sensor nodes are limited by factors such as cost and power consumption; it is impossible to install GPS on each node, so it is not used in the general localization scheme. Node localization based on WSN has become a research hotspot in recent years, and a great number of algorithms based on it have been studied and applied.
The research of location algorithm can be divided into two categories: location algorithm based on ranging and location algorithm based on non-ranging. A direct location method based on time of arrival (TOA) localization algorithm is proposed in Khalaf-Allah. 10 A localization method based on Angle of Arrival (AOA) algorithm is proposed in Yang et al., 11 which uses wavelet transform to assist localization. A localization algorithm for WSNs based on Received Signal Strength Indication (RSSI) is proposed in Chen et al. 12 and then the weighted centroid algorithm is used to improve the localization accuracy. In Khalaf-Allah, 10 Yang et al., 11 and Chen et al., 12 the application of several location algorithms based on ranging is introduced. A localization method for WSNs based on Approximate Point-in-triangulation Test (APIT) algorithm is proposed in Liu et al., 13 which reduces the energy consumption by reducing the number of real anchor nodes. A localization algorithm based on Multidimensional Scaling (MDS) for WSN is proposed in Stojkoska and Vesna 14 and then the localization performance is improved by distance correction. The node location algorithm based on distance vector (DV)-Hop algorithm has also been studied by many researchers. In Cai et al., 15 a mathematical weighted DV-Hop location model is proposed and genetic algorithm is used to solve the model. A new method called N2-3DDV-Hop (non-dominated sorting genetic algorithm II with three-dimensional (3D) distance-vector hop) is proposed in Cai et al., 16 which builds on the 3D-DV-Hop algorithm by adding multi-objective model and non-dominated sorting genetic algorithm II (NSGA-II). In Wang et al., 17 a Gaussian error correction multi-objective positioning model with non-dominated sorting (NSGA-II) is proposed, which is named Gaussian error correction multi-objective positioning model with NSGA-II (GGA-II)-DVHop. In Liu et al., 13 Stojkosa and Vesna, 14 Cai et al.,15,16 and Wang et al., 17 the application of localization methods based on non-ranging is introduced. The algorithms introduced above are basically applied to the location of static nodes. At present, the location algorithm based on mobile nodes has also been studied and applied by many scholars.
According to the investigation and analysis, the localization algorithm based on Voronoi diagram is already improved, but the localization accuracy needs to be improved. Therefore, this article proposes an improved algorithm based on Voronoi diagram and Voronoi diagram and support vector machine (VD-SVM). The major contributions of this work can be summarized as follows:
Determines the range of location of a certain target node by dividing the location area by Voronoi partition.
Uses the support vector machine (SVM) for each sub-area of the division.
Validates the performance of the proposed node location method in both indoor and outdoor environments.
The remainder of this article is structured as follows. Section “Related works” reviews some related works on node localization systems based on VD-SVM. Section “Node localization algorithm” introduces the proposed model and describes how to determine the location of node. The experimental design and results are discussed in section “Localization algorithm simulation and experimental.” Finally, the conclusion drawn from the current work and brief discussion of future work are presented in section “Conclusion.”
Related works
Since the official support of the SVM, it has become a mainstream technology for machine learning because of its excellent performance in text classification tasks. In recent years, SVM has been widely used in localization. A data fusion localization algorithm based on SVM in WSN is proposed in Wang et al.; 18 based on the TOA/time difference of arrival (TDOA) localization technology, this article proposes a SVM data fusion model and optimizes the parameters based on the search algorithm to improve the localization algorithm based on least squares SVM. The probabilistic SVM localization of WSN is proposed in Samadian, 19 the localization method is optimized using the SVM, and then the localization accuracy is optimized by the ARPoFiL (Attracted/Repulsive Potential Filed Localization) method. Mao et al. 20 proposed a SVM “one-to-one” node localization algorithm based on ranging, which uses the basic 2% classification principle of SVM to extend the classification of multiple categories and then locate the nodes. SVM is also widely used in Wi-Fi indoor localization. Yu et al. 21 studied the indoor localization based on SVM and locate the fingerprint library. The localization of beacon-based SVM in WSN is proposed in Livinsa and Jayashri, 22 mainly by awakening the learning concept of SVM and improving the localization accuracy. A fast SVM-based localization algorithm proposed in large-scale WSN is proposed in Zhu and Wei; 23 the algorithm constructs a minimum span by introducing a similarity measure and divides the support vectors into groups according to the maximum similarity in the feature space. To solve the problem that the localization performance is reduced due to the distance measurement error in the non-ranging localization algorithm, a SVM-based range-free localization (RFSVM) algorithm is proposed in Tang et al. 24 A parameter optimization algorithm based on Krill-herd algorithm (KH-SVM) is proposed in Zhu and Wei, 25 because the classification of SVM determines the localization accuracy; the choice of parameters is the decisive factor.
Voronoi diagram (Tyson polygon or Dirichlet diagram) is composed of a set of continuous polygons composed of vertical bisection lines connecting two adjacent point lines. As a general basic geometric data structure, it is widely used in node coverage and network location. A node localization algorithm based on Voronoi diagram without distance measurement in WSN is proposed in Jichun et al. 26 The algorithm sorts the received signal strength of the received anchor nodes and uses the Unit Disk Graph (UDG) map to calculate the Voronoi region of each anchor node; the centroid of the intersection of the regions is the position of the node. To verify the localization skills of mobile robots, a generalized Voronoi diagram is proposed in Song and Liu 27 and then the hidden Markov model is used for reasoning. Lasla et al. 28 proposed a new localization algorithm based on Half Symmetric Lens (HSL) using the geometry of half symmetric lens in WSN. In this algorithm, the Voronoi diagram is used to alleviate the problem of non-localizable sensor nodes. A sequence localization correction algorithm based on 3D Voronoi diagram is proposed in Yang and Liu. 29 The Voronoi diagram is used to divide the spatial region to construct the order list of the virtual anchor node, and the RSSI method between the beacon nodes is used as the reference to correct the measured distance and the position sequence of the unknown node. Lu et al. 30 proposed a new localization algorithm called Basic Complete Voronoi Diagram localization scheme (BCVD). The full text mainly introduces the principle problem behind the complete Voronoi diagram. In Di and Qiang, 31 the application of the introduced Voronoi diagram in the localization of underwater sensor nodes is introduced. The above literature mainly introduces the application of Voronoi diagram in various aspects and the improvement of Voronoi diagram algorithm to improve the localization accuracy.
Whether in the indoor environment or in the outdoor environment, the location through the Voronoi map is a coarse-grained location, so there is a big error in the positioning results. At present, many scholars have improved the Voronoi diagram or combined with some other algorithms to improve the positioning accuracy, but there are still some problems. To locate in a more fine-grained environment, this article uses the combination of Voronoi diagram and SVM to locate, which can further improve the positioning accuracy under the condition of relatively low energy consumption and complexity. Finally, compared with the localization algorithm proposed by Zixiao et al. 32 and Cai et al., 33 the performance of the proposed VD-SVM algorithm is more excellent.
Node localization algorithm
Network initialization
The purpose of network initialization is to ensure the stability of node information in the network. When the information of nodes in the network remains stable, the node can guarantee the accuracy of its information when broadcasting and receiving information. The steps for network initialization are as follows:
The flow chart of network initialization is shown in Figure 1.

Network initialization flow chart.
Constructing a Voronoi diagram model
The location algorithm proposed in this article is through the division of the location region, through each part of the target node location, which is a distributed node location method. First of all, by constructing Voronoi diagram, the localization region is divided, so that the localization changes scattered part by part to locate the nodes, so as to achieve better coverage of the localization nodes.
To understand the application of Voronoi diagram in node location, the method and properties of constructing Voronoi diagram are analyzed. Through analysis and research, it is found that the fastest way to construct Voronoi diagram is Delaunay triangulation. When generating a Voronoi diagram, there are first several points in the region. These points generate their dual Delaunay triangulation and then each triangulation can find the corresponding circumcircle, by finding the center of these circumscribed circles and connecting the adjacent centers. Finally, a polygon mesh is formed with each triangle vertex as a generator, that is, a Voronoi diagram of several points in the region is obtained, and the specific implementation result is shown in Figure 2.

The principle of Voronoi diagram generation.
Assuming that 50 sensor nodes are randomly deployed in a certain area, these sensor nodes are determined to be anchor nodes. The Voronoi diagram formed using the Delaunay triangle method is shown in Figure 3. It can be seen from the Figure 3 that the determined area is divided into several parts.

Division of regions by Voronoi diagram.
Determine the location of node
Suppose there are
Determine the area where the target node is located
In the communication process of the node, the information is transmitted by the RSSI signal. The analog signal generally adopts the shadowing model when transmitting
where
In equation (1), since
Assuming that the node is to determine its position, it is assumed that it can obtain the RSSI value of the surrounding
According to the model in formula (1), it can be concluded
Available from formula (4)
It can be seen from the analysis that we can solve the inequality (5) using the weighted Voronoi diagram, first using the weighted Voronoi diagram of the K nodes around the node to be located to receive the signal. The formula for the weighted Voronoi diagram can be expressed as
where
According to formulas (5) and (6), it can be known that the node
Node precise localization
SVM is a machine learning pattern recognition method, which has obvious advantages in solving small sample, nonlinear and other problems. In this article, SVM is used to locate nodes. The localization of SVM can be divided into three stages: training stage, broadcast stage, and localization stage. Because of the partition calculation of Voronoi graph, we have preliminarily divided the region and roughly determined the region where the target node is located. Then, the SVM algorithm is used for location.

Distribution of sensor nodes for Voronoi diagram.
Localization algorithm simulation and experiment
Simulation study
To verify the location method proposed in this article, we compare the performance with the two location algorithms in Zixiao et al. 32 and Cai et al. 33 In the performance verification, MATLAB 2015b is used for experimental simulation and the network size is set to 150 m × 150 m × 150 m. This section mainly carries on the performance verification analysis from three aspects, namely, the communication radius, the number of anchor nodes, and the total number of nodes. To ensure the accuracy of the experimental results, 100 groups of experiments were carried out to calculate the average value of the experimental results. In experimental verification, the proposed positioning algorithm is compared with two positioning algorithms ORSS-VBLS 32 and W-VBLS 33 to verify the performance of the proposed algorithm.
Effect of communication radius
The size of the communication radius affects the unknown determination of the target node, because when the communication radius is too large or too small, there are too few or too many anchor nodes around the target node, which will affect the determination of the location of the target node and lead to the increase of localization error. The experimental results are shown in Figure 5; it shows that the location error of the proposed location algorithm VD-SVM is lower than that of the other two location algorithms, and the positioning performance of W-VBLS algorithm is similar to that of VD-SVM algorithm. It can also be seen from the figure that average positioning error of VD-SVM algorithm is stable after the communication radius is 30 m, which shows that the localization performance can be better when the communication radius is controlled between 30 and 45 m. When the communication radius is between 15 and 33 m, the average positioning error of the ORSS-VBLS positioning algorithm is much higher than the other two algorithms. When the communication radius is 15 m, the average positioning error is the maximum value of 0.25. When the communication radius is 20 m, there is an intersection between the average positioning error values of the W-VBLS algorithm and the VD-SVM algorithm, and the value is about 0.09.

Influence of communication radius on localization accuracy.
Effect of anchor density
The number of anchor nodes is particularly important when locating the target node. If there is no anchor node in the communication range, the target node cannot be located. When the number of fixed nodes is 500, the influence of the number of anchor nodes on the localization error is verified by experiments. The result is shown in Figure 6. It can be seen from the figure that as the number of anchor nodes increases, the positioning error of the VD-SVM positioning method proposed in this paper gradually decreases. Moreover, the localization accuracy of the VD-SVM localization algorithm is better than the other two localization algorithms. When the number of anchor nodes is more than 15, the localization accuracy of the localization algorithm ORSS-VBLS is basically similar to that of the localization algorithm VD-SVM, and the localization error of the localization algorithm W-VBLS is greater than the other two algorithms. When the number of anchor nodes is 5, the average positioning error of W-VBLS algorithm and VD-SVM algorithm is almost equal, and the value is about 0.15. When the number of anchor nodes is between 5 and 12, the average positioning error of the ORSS-VBLS algorithm is higher than that of the W-VBLS algorithm, but when the number of anchor nodes is between 12 and 30, the average positioning error of the W-VBLS algorithm is higher than that of the ORSS-VBLS algorithm.

The influence of the number of anchor nodes on the localization accuracy.
Effect of sensor density
In this article, in the fixed WSN area, the density of randomly deployed sensor nodes has an impact on the localization accuracy. In the case of sparse deployment of sensor nodes, there are fewer nodes that can communicate in the communication range, which affects the accuracy of location. The density of the nodes will affect the communication between the nodes to a certain extent, resulting in the reduction of the localization accuracy of the nodes. Through the experimental analysis, as shown in Figure 7, the location errors of the three location algorithms decrease with the increase in the number of nodes, and it can be concluded that the location error of the VD-SVM location algorithm is compared with that of ORSS-VBLS and W-VBLS, the localization error of VD-SVM is small as a whole. In the area we determine, the location error area is stable when the node is deployed about 300, indicating that the number of nodes is better in the determined range when the number of nodes is about 300.

Influence of total number of nodes on location accuracy.
Experimental evaluation
Experimental equipment
The equipment required during the experimental verification phase includes sensor node, sink node, and laptop. The sensor nodes used in the experiment as shown in Figure 8(a) are based on STM32W108 ZigBee nodes manufactured using ARM-Cotex-M3 technology, in line with ZigBee/IEEE802.15.4 standards, and can meet the requirements of users for low-cost, low-power WSNs. Its main function is to broadcast information to the sink node. The required sink nodes are shown in Figure 8(b), with STM32W108 as the control core, wireless transmission rates up to 250 kbps/s, and support for random selection of channels from 11 to 26. It provides a serial port connected to the PC terminal, and its main function is to send the information received from the sensor nodes to the PC terminal for data collection and processing.

Experimental equipment: (a) sensor node and (b) link node.
Experimental scene
Experiments are also conducted over a real WSN tested. To verify the performance of the proposed localization method in real environment, choose indoor meeting rooms and outdoor two scenes. The previous section compares the localization algorithm VD-SVM proposed in this article with the other two localization algorithms through simulation experiments, but the simulation experiments verify that the environment is ideal. In order to further verify the performance of the localization algorithm proposed in this article, the validated node deployment in a real environment is shown in Figures 9 and 10. As shown in Figure 9, an outdoor 20 m × 20 m open area is selected as an experimental scene, and 20 nodes are randomly deployed in the area (including 3 aggregation nodes and 17 sensor nodes). There are also three computers in the area to connect with the aggregation node, receive the data information sent by the node, and process the information. In order to get a clearer understanding of the environment deployment, Figure 9(b) is a logical diagram of the outdoor environment deployment. As shown in Figure 10, an indoor experimental environment of 5 m × 5 m is selected. Because the location area of the indoor environment is limited, only eight nodes are randomly deployed in the environment (including one sink node and seven sensor nodes) and there is a laptop connected to the sink node. Figure 10(b) is a logical diagram of the deployment of the indoor environment. The nodes involved in the experiment are two kinds of sensor nodes and sink nodes, and the sensor nodes are divided into anchor nodes and target nodes. The anchor node broadcasts its own position information in a certain time interval in the deployment area, and the sink node which receives the broadcast information transmits the data to the PC terminal.

Node deployment in outdoor environment: (a) Real graph of node distribution in outdoor environment and (b) Logical diagram of node distribution in outdoor environment.

Node deployment in indoor environment: (a) Real graph of node distribution in indoor environment and (b) Logical diagram of node distribution in indoor environment.
The VD-SVM algorithm needs to first locate the target area using the Voronoi diagram to locate the target node and then use the SVM algorithm to accurately locate it. To verify the localization performance of the proposed localization algorithm, the algorithm is verified in the experimental scenario. The experiment is mainly carried out in two parts. One is the performance analysis of the VD-SVM localization algorithm under the parameter change; the other is the experimental verification of the VD-SVM localization algorithm compared with ORSS-VBLS and W-VBLS localization algorithms.
Performance analysis of VD-SVM
In order to verify the performance of the localization algorithm proposed in this article, we analyze the performance of the algorithm by changing the parameters. In the location algorithm proposed in this article, we determine the communication radius and node power through experiments to ensure its location performance. Different communication radii are used in different indoor and outdoor location areas. In the process of positioning, the deployment of sensor nodes is usually dense. If each node has communicated with high power, it will aggravate the interference between nodes, reduce the communication efficiency, and cause a waste of node energy. However, if the transmission power is too small, it will affect the connectivity of the network and reduce the positioning performance. Therefore, in the positioning process, we use a certain algorithm to control the transmission power of the node, that is, to determine the better transmission power. The setting of the communication radius is adjusted according to the size of the located area. Because if the communication radius of the node is too small, the network may be disconnected; the communication radius is too large, although it will ensure its connectivity, but the network structure shows a very strong mesh network characteristic. Therefore, the effect of anchor node ratio and communication radius on localization accuracy and the influence of anchor node ratio and communication radius on energy consumption are analyzed by two experiments.
Influence of communication radius and anchor node ratio on VD-SVM
The experimental verification results of the influence of the change of anchor node ratio and communication radius on the localization accuracy are shown in Figure 11; it can be seen from the figure that the localization error of the node decreases with the increase in the anchor node ratio. The determination of communication radius also has a certain impact on the localization accuracy. The figure shows that when the communication radius is in the range of 5–30, the localization error is smaller when

Comparison of average positioning error when communication radius is different.
Energy consumption analysis of VD-SVM algorithm
This part is mainly through the analysis of energy consumption, and the experimental result is shown in Figure 12. It can be seen from the figure that the localization energy consumption decreases gradually with the increase in the proportion of anchor nodes, and the energy consumption is better when the communication radius is determined to be 20, when the anchor node ratio is 0.2, the energy consumption is the maximum value, which is about 25; when the anchor node ratio is 0.6, the energy consumption is the minimum value, which is about 10. When the communication radius is 15 m, the size of energy consumption changes erratically, when the anchor node ratio is between 0.3 and 0.4, the energy consumption decreases steadily; when the anchor node ratio is between 0.4 and 0.45, the energy consumption decreases relatively. It can be seen from the conclusion that in the experimental environment, when the number of anchor nodes is relatively large, the energy consumption is small, and the larger or smaller communication radius will cause the localization energy consumption of the nodes to increase. Therefore, it is more important to determine the appropriate value of the communication radius and the number of anchor nodes.

Comparison of energy consumption when communication radius is different.
Performance comparison and analysis of VD-SVM with ORSS-VBLS and W-VBLS
Energy consumption analysis
The results of the energy consumption problem of the localization algorithm under the real environment verification are shown in Figure 13. As shown in the figure, in outdoor and indoor environments, the overall energy consumption increases as the communication radius increases. And the energy consumption of the VD-SVM positioning method proposed in this article is lower than the ROSS-VBLS and W-VBLS algorithms. In Figure 13(a), when the communication radius is 5 m, the energy consumption of VD-SVM is about 16; when the communication radius is 16 m, the energy consumption of VD-SVM is about 12; when the communication radius is 30 m, the energy consumption of VD-SVM is about 21. The energy consumption of the ORSS-VBLS algorithm fluctuates; when the communication radius is between 10 and 16 m, the energy consumption gradually decreases; when the communication radius is greater than 16 m, the energy consumption gradually increases; and its minimum energy consumption is about 16. The energy consumption of W-VBLS algorithm increases steadily; when the communication radius is about 18 m, the energy consumption is the lowest, and its value is about 18. In Figure 13(b), when the communication radius is between 6 and 10 m, the energy consumption value of the VD-SVM method and the W-VBLS algorithm is relatively close; when the communication radius is 4 m, the energy consumption is the lowest, and its energy consumption value is about 11. The energy consumption of the ORSS-VBLS algorithm is the highest; when the communication radius is 10 m, the energy consumption is about 30.

Comparison of the influence of communication radius on energy consumption in (a) outdoor and (b) indoor environments.
Effect of communication radius
The results of the verification of the communication radius to the localization accuracy in the real environment are shown in Figure 14. It can be seen from the results of the two groups of experiments that the localization accuracy is gradually reduced with the increase in the communication radius, and the localization algorithm VD-SVM proposed in this article and the other two. The comparison results show that the localization accuracy of VD-SVM method is better than the ORSS-VBLS and W-VBLS, indicating that the localization algorithm is suitable under the proposed localization environment and conditions. In Figure 14(a), the average positioning error of the ROSS-VBLS algorithm is relatively large, and when the communication radius is between 5 and 10 m, the average positioning error decreases sharply. The maximum value of the average positioning error of the W-VBLS algorithm is 0.2, and the minimum value is about 0.5. And when the communication radius is larger than 10 m, the change of the average positioning error is small. The difference between the average positioning error of the VD-SVM positioning method and the W-VBLS algorithm is small. When the communication radius is 5 m, the average positioning error of the VD-SVM method is about 0.15, and the average positioning error of the W-VBLS algorithm is about 0.2. When the communication radius is 10 m, the average positioning error of the VD-SVM positioning method is about 0.09, and the average positioning error of the W-VBLS algorithm is about 0.1. When the communication radius is larger than 22 m, the average positioning errors of the three positioning algorithms are similar.

Comparison of the influence of communication radius on positioning accuracy in (a) outdoor and (b) indoor environments.
Effect of noise
The noise existing in the environment is unavoidable and will have certain influence on the localization accuracy. Therefore, in order to verify its influence on the localization accuracy, the experimental results are verified in the real environment. The results are shown in Figure 15. The localization algorithm VD-SVM has better localization accuracy under the influence of noise than the other two localization algorithms ORSS-VBLS and W-VBLS. The results of the two sets of experiments show that the localization error increases with the increase in noise, and the noise has great influence on the ORSS-VBLS and W-VBLS algorithms in the two experimental scenarios. The localization errors of the two algorithms vary greatly, but VD-SVM algorithm has a small range of localization error, which indicates that the VD-SVM is more robust both indoors and outdoors. In Figure 15(a), the average location error range of the VD-SVM location algorithm is about 0.02–0.08. When the degree of noise is between 0.1 and 0.25, the difference of the average location error between VD-SVM and W-VBLS is small and then becomes larger. The average positioning error of ORSS-VBLS algorithm is the largest. When the degree of noise is 0.1, the average positioning error is about 0.1 and when the degree of noise is 0.5, the average positioning error is about 0.15. In Figure 15(b), the average location error of VD-SVM algorithm is between 0.05 and 0.1. When the noise level is 0.1, the average location errors of ORSS-VBLS, W-VBLS, and VD-SVM algorithms are about 0.15, 0.08, and 0.05, respectively, and when the noise level is 0.5, the average location errors of ORSS-VBLS, W-VBLS, and VD-SVM are 0.2, 0.18, and 0.1, respectively.

Comparison of the influence of noise on positioning accuracy in (a) outdoor and (b) indoor environments.
Effect of number of anchor nodes
To further verify the positioning performance of the positioning method proposed in this article in the complex environment, by verifying the influence of the number of anchor nodes on the positioning accuracy in the positioning area, the experimental results are shown in Figure 16. It can be seen from the figure that whether in indoor or outdoor environment, the positioning accuracy of the proposed positioning method VD-SVM is better. In Figure 16(a), with the increase in the number of anchor nodes, the positioning accuracy of the three positioning methods increases gradually. When the number of anchor nodes is between 3 and 11, the positioning accuracy of VD-SVM algorithm increases steadily, and the positioning accuracy of the other two algorithms increases relatively, and the two algorithms have an intersection point when the number of anchor nodes is 4 and 6. When the number of anchor nodes is 3, the positioning accuracy of the three algorithms is relatively close, of which the positioning accuracy of VD-SVM algorithm is about 0.45 and that of the other two algorithms is about 0.4. When the number of anchor nodes is 7 and 9, the positioning accuracy of VD-SVM algorithm is about 0.78 and 0.9. When the number of anchor nodes is 11, the positioning accuracy of VD-SVM algorithm is about 0.98, so almost all nodes can determine their positions. Due to the limited positioning area in the indoor environment, a small number of destination sensor nodes are deployed, so the number of anchor nodes is set between 1 and 5 in this experiment. In Figure 16(b), the positioning accuracy of the three positioning algorithms increases gradually, compared with the outdoor environment, the positioning accuracy of the three algorithms is relatively stable in the indoor environment. When the number of nodes is more than 3, the positioning accuracy of the three algorithms is gradually close to each other. When the number of nodes is 4, the positioning accuracy of ORSS-VBLS, W-VBLS, and VD-SVM algorithms is about 0.7, 0.79, and 0.85, respectively. When the number of anchor nodes is 5, the positioning accuracy of VD-SVM algorithm tends to be close to 1, and the positioning accuracy of the other two algorithms tends to be equal.

Comparison of the influence of number of anchor nodes on positioning accuracy in (a) outdoor and (b) indoor environments.
Time complexity analysis
By analyzing the time complexity of the VD-SVM algorithm, that is, the computational workload required to implement the algorithm, the proposed algorithm VD-SVM is compared with ORSS-VBLS and W-VBLS, and the results are shown in Figure 17. As can be seen from the figure, in both indoor and outdoor environments, the time complexity of VD-SVM algorithm is relatively better, but the gap is small compared with the other two algorithms. In Figure 17(a), the time complexity of the algorithm increases with the increase in

Comparison of time complexity of algorithms in (a) outdoor and (b) indoor environments.
Conclusion
In this article, a localization algorithm based on Voronoi diagram and SVM algorithm is proposed. First, the localization region of sensor network is divided into several parts by establishing Voronoi partition model, and the initial region and preliminary estimated position of the target node are judged. In order to further improve the localization accuracy, SVM algorithm is used to locate the target nodes accurately. Through the simulation and real environment experiment verification and analysis, the location algorithm proposed in this article can achieve the better location of the target node, and its performance is better than the other two localization algorithms ORSS-VBLS and W-VBLS. The next step is to further study the verification and analysis of the algorithm in large-scale and complex environment.
