CN106412841A - Indoor location method based on DBSCAN algorithm - Google Patents
Indoor location method based on DBSCAN algorithm Download PDFInfo
- Publication number
- CN106412841A CN106412841A CN201611059276.2A CN201611059276A CN106412841A CN 106412841 A CN106412841 A CN 106412841A CN 201611059276 A CN201611059276 A CN 201611059276A CN 106412841 A CN106412841 A CN 106412841A
- Authority
- CN
- China
- Prior art keywords
- sample point
- signal strength
- sample
- point
- coordinates
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
- 238000000034 method Methods 0.000 title claims abstract description 19
- 238000005259 measurement Methods 0.000 description 3
- 238000013528 artificial neural network Methods 0.000 description 1
- 238000013398 bayesian method Methods 0.000 description 1
- 230000007812 deficiency Effects 0.000 description 1
- 238000010586 diagram Methods 0.000 description 1
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W16/00—Network planning, e.g. coverage or traffic planning tools; Network deployment, e.g. resource partitioning or cells structures
- H04W16/22—Traffic simulation tools or models
- H04W16/225—Traffic simulation tools or models for indoor or short range network
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W64/00—Locating users or terminals or network equipment for network management purposes, e.g. mobility management
- H04W64/006—Locating users or terminals or network equipment for network management purposes, e.g. mobility management with additional information processing, e.g. for direction or speed determination
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Mobile Radio Communication Systems (AREA)
Abstract
本发明一种基于DBSCAN算法的室内定位方法,属于室内定位技术领域;该方法首先在所需定位的建筑内安装信号发射器和信号采集器,设定样本点的个数,获得每个样本点的信号强度序列,然后将每个样本点的坐标和信号强度序列进行纪录编号,利用DBSCAN算法建立室内定位模型,最后获得待定位点的信号强度序列,并根据建立完成的室内定位模型获得该待定位点的定位坐标;本发明利用非监督学习算法进行建模,根据无线信号强度值(RSSI)进行分类聚簇,而非人为进行网格划分,使网格划分更符合实际,提高了室内定位的稳定性和精确度。
The present invention is an indoor positioning method based on the DBSCAN algorithm, which belongs to the technical field of indoor positioning; the method first installs a signal transmitter and a signal collector in a building to be positioned, sets the number of sample points, and obtains each sample point Then record and number the coordinates and signal strength sequence of each sample point, use the DBSCAN algorithm to establish an indoor positioning model, and finally obtain the signal strength sequence of the point to be located, and obtain the pending location according to the established indoor positioning model Positioning coordinates of the site; the present invention uses unsupervised learning algorithm to model, classifies and clusters according to the wireless signal strength value (RSSI), instead of artificially performing grid division, so that the grid division is more realistic and improves indoor positioning stability and precision.
Description
技术领域technical field
本发明属于室内定位技术领域,具体涉及一种基于DBSCAN算法的室内定位方法。The invention belongs to the technical field of indoor positioning, and in particular relates to an indoor positioning method based on a DBSCAN algorithm.
背景技术Background technique
随着物联网的发展,对室内定位的需求也与日俱增,诸如在商场、学校、写字楼、医院、酒店、飞机场、仓库等室内环境中都需要室内定位技术来对资源、人员进行高效的管理,VR领域也存在着大量的需求来定位玩家的室内位置信息等,因此,如何更好的满足日益增加室内定位需求,已经成为当前定位技术中的热点问题。With the development of the Internet of Things, the demand for indoor positioning is also increasing day by day. In indoor environments such as shopping malls, schools, office buildings, hospitals, hotels, airports, warehouses, etc., indoor positioning technology is needed to efficiently manage resources and personnel. VR There is also a large demand in the field to locate the player's indoor location information, etc. Therefore, how to better meet the increasing demand for indoor positioning has become a hot issue in the current positioning technology.
现有的室内定位技术中,基于无线信号强度(RSSI)的指纹定位方法已被广泛应用于各种室内定位系统中,在室内环境中,由于无线信号的传播容易受温度、湿度和人员走动的影响,因此无线信号强度(RSSI)的测量值波动较大;为了提高测量的稳定性和精度,常用匹配指纹库的方式实现室内定位,利用匹配指纹数据库实现室内定位的常用方法有朴素贝叶斯法,K近邻法(KNN),贝叶斯估计,神经网络法等,这些皆为监督学习的方法,通常需要人为划分网格,这些网络一般通过平分面积来划分,由于实际中无线信号强度(RSSI)分布不平均,会导致无线信号强度(RSSI)序列相似的地点被分入不同网格中,出现多个邻近网格信号强度(RSSI)序列很相近,但最终被随机定位到其中一个网格的情况发生,导致定位结果不准确。In the existing indoor positioning technology, the fingerprint positioning method based on the radio signal strength (RSSI) has been widely used in various indoor positioning systems. Therefore, the measurement value of the wireless signal strength (RSSI) fluctuates greatly; in order to improve the stability and accuracy of the measurement, the method of matching the fingerprint database is commonly used to realize indoor positioning, and the common method of using the matching fingerprint database to realize indoor positioning is Naive Bayesian method, K-nearest neighbor method (KNN), Bayesian estimation, neural network method, etc., these are all methods of supervised learning, usually need to artificially divide the grid, these networks are generally divided by dividing the area equally, due to the actual wireless signal strength ( RSSI) is unevenly distributed, which will cause locations with similar wireless signal strength (RSSI) sequences to be divided into different grids, and multiple adjacent grid signal strength (RSSI) sequences are very similar, but they are finally randomly located in one of the grids. The grid situation occurs, resulting in inaccurate positioning results.
发明内容Contents of the invention
为解决现有技术的不足,本发明提出一种基于DBSCAN算法的室内定位方法,包括以下步骤:In order to solve the deficiencies in the prior art, the present invention proposes a kind of indoor positioning method based on DBSCAN algorithm, comprising the following steps:
步骤1、在所需定位的建筑内,安装若干个信号发射器和若干个信号采集器;Step 1. Install several signal transmitters and several signal collectors in the building to be located;
步骤2、设定样本点的个数,确定每个样本点的坐标,并获得每个样本点的信号强度序列,即每个样本点到各个信号发射器的信号强度;Step 2. Set the number of sample points, determine the coordinates of each sample point, and obtain the signal strength sequence of each sample point, that is, the signal strength from each sample point to each signal transmitter;
步骤3、将每个样本点的坐标和信号强度序列进行纪录编号;Step 3, record and number the coordinates and signal strength sequences of each sample point;
步骤4、根据编号后的每个样本点的坐标和信号强度序列,利用DBSCAN算法建立室内定位模型,包括以下步骤:Step 4, according to the coordinates and signal strength sequences of each sample point after numbering, use the DBSCAN algorithm to establish an indoor positioning model, including the following steps:
步骤4.1、设定密度选择参数,即设定邻域的长度和每个核心对象至少包含的样本点的个数;Step 4.1, setting density selection parameters, that is, setting the length of the neighborhood and the number of sample points that each core object contains at least;
步骤4.2、根据编号后的每个样本点的信号强度序列和所设定的密度选择参数设定核心对象的约束条件,根据约束条件确定样本点的核心对象,通过核心对象进一步确定聚类簇;所述的核心对象的约束条件为:每个样本点的邻域内所包含的其他样本点的个数是否大于等于所设定的每个核心对象至少包含的样本点的个数;Step 4.2, according to the signal strength sequence of each sample point after numbering and the set density selection parameter, set the constraint condition of the core object, determine the core object of the sample point according to the constraint condition, and further determine the clustering cluster through the core object; The constraint condition of the core object is: whether the number of other sample points contained in the neighborhood of each sample point is greater than or equal to the set number of sample points contained in each core object at least;
步骤4.3、获得每个聚类簇的平均信号强度,并根据编号后的每个样本点的坐标,获得每个聚类簇的平均位置坐标,即室内定位模型建立完成;Step 4.3, obtain the average signal strength of each cluster, and obtain the average position coordinates of each cluster according to the coordinates of each sample point after numbering, that is, the establishment of the indoor positioning model is completed;
步骤5、获得待定位点的信号强度序列,并根据建立完成的室内定位模型获得该待定位点的定位坐标,具体为:获得该待定位点与每个聚类簇的平均信号强度的欧氏距离,并选择与其欧氏距离最小的聚类簇的平均位置坐标作为该待定位点的定位坐标。Step 5. Obtain the signal strength sequence of the point to be located, and obtain the positioning coordinates of the point to be located according to the established indoor positioning model, specifically: obtain the Euclidean value of the average signal strength of the point to be located and each cluster distance, and select the average position coordinates of the cluster with the smallest Euclidean distance as the positioning coordinates of the point to be located.
步骤4.2所述的核心对象的约束条件,公式如下:The constraint condition of the core object described in step 4.2, the formula is as follows:
|Nθ(xj)|≥Minpts (1)|N θ (x j )|≥Minpts (1)
其中,Nθ表示某个样本点的θ邻域内的样本个数;θ表示邻域的长度;xj表示第j个样本点,j表示自然数;Minpts表示每个核心对象至少包含的样本点的个数;Among them, N θ represents the number of samples in the θ neighborhood of a certain sample point; θ represents the length of the neighborhood; x j represents the jth sample point, and j represents a natural number; Minpts represents the number of sample points that each core object contains at least number;
其中,in,
Nθ(xj)={xi∈D|d(xi,xj)≤θ} (2)N θ (x j )={ xi ∈ D|d( xi ,x j )≤θ} (2)
其中,xi表示第i个样本点;i表示自然数;D表示编号后的每个样本点的坐标和信号强度序列的数据集;d(xi,xj)表示xi与xj两个样本点之间的欧氏距离;Among them, x i represents the i-th sample point; i represents a natural number; D represents the coordinates of each sample point after numbering and the data set of the signal intensity sequence; d( xi , x j ) represents two x i and x j Euclidean distance between sample points;
其中,in,
其中,n表示每个样本点记录的无线信号强度的个数;k表示自然数;rik表示第i个样本点的第k个无线信号强度值;rjk表示第j个样本点的第k个无线信号强度值。Among them, n represents the number of wireless signal strengths recorded at each sample point; k represents a natural number; r ik represents the kth wireless signal strength value of the i-th sample point; r jk represents the k-th value of the j-th sample point Wireless signal strength value.
本发明的优点:Advantages of the present invention:
本发明提出一种基于DBSCAN算法的室内定位方法,利用非监督学习算法进行建模,根据无线信号强度值(RSSI)进行分类聚簇,而非人为进行网格划分,使网格划分更符合实际,提高了室内定位的稳定性和精确度。The present invention proposes an indoor positioning method based on the DBSCAN algorithm, uses a non-supervised learning algorithm for modeling, and classifies and clusters according to the wireless signal strength value (RSSI), instead of artificially performing grid division, so that the grid division is more realistic , improving the stability and accuracy of indoor positioning.
附图说明Description of drawings
图1为本发明一种实施例的基于DBSCAN算法的室内定位方法流程图;Fig. 1 is the flow chart of the indoor positioning method based on DBSCAN algorithm of an embodiment of the present invention;
图2为本发明一种实施例的室内定位的示意图。Fig. 2 is a schematic diagram of indoor positioning according to an embodiment of the present invention.
具体实施方式detailed description
下面结合附图对本发明一种实施例做进一步说明。An embodiment of the present invention will be further described below in conjunction with the accompanying drawings.
本发明实施例中,一种基于DBSCAN算法的室内定位方法,方法流程图如图1所示,包括以下步骤:In the embodiment of the present invention, an indoor positioning method based on the DBSCAN algorithm, the method flow chart is shown in Figure 1, including the following steps:
步骤1、在所需定位的建筑内,安装若干个信号发射器和若干个信号采集器;Step 1. Install several signal transmitters and several signal collectors in the building to be located;
步骤2、设定样本点的个数,确定每个样本点的坐标(Z1,Z2),并获得每个样本点的信号强度序列{r1,r2,···,rn},即每个样本点到各个信号发射器的信号强度;Step 2. Set the number of sample points, determine the coordinates (Z 1 , Z 2 ) of each sample point, and obtain the signal intensity sequence {r 1 ,r 2 ,···,r n } of each sample point , that is, the signal strength from each sample point to each signal transmitter;
步骤3、将每个样本点的坐标和信号强度序列作为一个样本数据进行记录编号,获得数据集D={x1,x2,···,xm};其中m表示自然数,即样本数据的序号;Step 3. Record and number the coordinates and signal strength sequence of each sample point as a sample data to obtain a data set D={x 1 ,x 2 ,···,x m }; where m represents a natural number, that is, the sample data serial number;
步骤4、根据编号后的每个样本点的坐标和信号强度序列,利用DBSCAN算法建立室内定位模型,包括以下步骤:Step 4, according to the coordinates and signal strength sequences of each sample point after numbering, use the DBSCAN algorithm to establish an indoor positioning model, including the following steps:
步骤4.1、设定密度选择参数,即设定邻域的长度θ和每个核心对象至少包含的样本点的个数Minpts;Step 4.1, set the density selection parameters, that is, set the length θ of the neighborhood and the number Minpts of the sample points that each core object contains at least;
步骤4.2、根据编号后的每个样本点的信号强度序列和所设定的密度选择参数设定核心对象的约束条件,根据约束条件确定样本点的全部的核心对象,通过核心对象进一步确定聚类簇;所述的核心对象的约束条件为:每个样本点的邻域内所包含的其他样本点的个数是否大于等于所设定的每个核心对象至少包含的样本点的个数,具体步骤如下:Step 4.2, according to the numbered signal strength sequence of each sample point and the set density selection parameters, set the constraint conditions of the core objects, determine all the core objects of the sample points according to the constraints, and further determine the clustering through the core objects Cluster; the constraint condition of the core object is: whether the number of other sample points contained in the neighborhood of each sample point is greater than or equal to the number of sample points that each core object contains at least, the specific steps as follows:
步骤4.2.1、根据编号后的每个样本点的信号强度序列和所设定的邻域的长度设定核心对象的约束条件,并根据约束条件确定样本点中全部的核心对象,约束条件公式如下:Step 4.2.1, set the constraint condition of the core object according to the signal strength sequence of each sample point after numbering and the length of the set neighborhood, and determine all the core objects in the sample point according to the constraint condition, the constraint condition formula as follows:
|Nθ(xj)|≥Minpts (1)|N θ (x j )|≥Minpts (1)
其中,Nθ表示某个样本点的θ邻域内的样本个数;θ表示邻域的长度;xj表示第j个样本点,j表示自然数,即样本点的序号;Minpts表示每个核心对象至少包含的样本点的个数;Among them, N θ represents the number of samples in the θ neighborhood of a certain sample point; θ represents the length of the neighborhood; x j represents the jth sample point, j represents a natural number, that is, the serial number of the sample point; Minpts represents each core object At least the number of sample points included;
本发明实施例中,对于xj∈D,其θ邻域包含样本集D中与xj的距离小于等于θ的样本,公式为:In the embodiment of the present invention, for x j ∈ D, its θ neighborhood includes samples whose distance from x j in the sample set D is less than or equal to θ, and the formula is:
Nθ(xj)={xi∈D|d(xi,xj)≤θ} (2)N θ (x j )={ xi ∈ D|d( xi ,x j )≤θ} (2)
其中,xi表示第i个样本点;i表示自然数,即样本点的序号;D表示编号后的每个样本点的坐标和信号强度序列的数据集;Among them, x i represents the i-th sample point; i represents a natural number, that is, the serial number of the sample point; D represents the coordinates of each sample point after numbering and the data set of the signal intensity sequence;
本发明实施例中,d(xi,xj)表示xi与xj两个样本点之间的欧氏距离,即信号强度序列{r1,r2,···,rn}构成的n维欧氏空间中xi与xj两点间的距离,公式如下:In the embodiment of the present invention, d( xi , x j ) represents the Euclidean distance between two sample points x i and x j , that is, the signal strength sequence {r 1 ,r 2 ,...,r n } consists of The distance between two points x i and x j in the n-dimensional Euclidean space of , the formula is as follows:
其中,n表示每个样本点记录的无线信号强度的个数;k表示自然数,即无线信号强度值的序号;rik表示第i个样本点的第k个无线信号强度值;rjk表示第j个样本点的第k个无线信号强度值;Among them, n represents the number of wireless signal strengths recorded at each sample point; k represents a natural number, that is, the serial number of the wireless signal strength value; r ik represents the kth wireless signal strength value of the i-th sample point; r jk represents the The kth wireless signal strength value of the j sample point;
步骤4.2.2、通过核心对象进一步确定全部的聚类簇;Step 4.2.2, further determine all the clusters through the core object;
本发明实施例中,若xj位于xi的θ的领域中,且xi是核心对象,则称xj由xi密度直达;对于xi与xj,若存在样本序列{p1,p2,···,pn},其中p1=xi,pn=xj,且样本序列中每一个样本都可由前一个样本密度直达,则称xj由xi密度可达;任意选择样本集D中的一个核心对象为“种子”,由此出发找出其所有密度可达的样本点,即确定了相应的聚类簇;将全部的核心对象进行访问,获得全部的聚类簇;In the embodiment of the present invention, if x j is located in the field of θ of x i , and x i is the core object, it is said that x j is directly reached by the density of x i ; for x i and x j , if there is a sample sequence {p 1 , p 2 ,···,p n }, where p 1 = x i , p n = x j , and each sample in the sample sequence can be directly reached by the previous sample density, then x j is said to be density-reachable by xi ; A core object in the sample set D is arbitrarily selected as the "seed", and all sample points with reachable density are found from this point, that is, the corresponding cluster is determined; all core objects are accessed to obtain all clusters. clusters;
步骤4.3、获得每个聚类簇的平均信号强度,并根据编号后的每个样本点的坐标,计算获得每个聚类簇的平均位置坐标,即室内定位模型建立完成;Step 4.3, obtain the average signal strength of each cluster, and calculate and obtain the average position coordinates of each cluster according to the coordinates of each sample point after numbering, that is, the establishment of the indoor positioning model is completed;
本发明实施例中,所述的获得每个聚类簇的平均信号强度,采用以下公式:In the embodiment of the present invention, to obtain the average signal strength of each cluster, the following formula is used:
其中,h表示每个聚类簇中样本点的个数;ri1表示每个聚类簇中第i个样本点的第一个无线信号强度;ri2表示每个聚类簇中第i个样本点的第二个无线信号强度;rin表示每个聚类簇中第i个样本点的第n个无线信号强度;Among them, h represents the number of sample points in each cluster; r i1 represents the first wireless signal strength of the i-th sample point in each cluster; r i2 represents the i-th sample point in each cluster The second wireless signal strength of the sample point; r in represents the nth wireless signal strength of the i-th sample point in each cluster;
本发明实施例中,所述的获得每个聚类簇的平均位置坐标,采用以下公式:In the embodiment of the present invention, the following formula is used to obtain the average position coordinates of each cluster:
其中,Zi1表示每个聚类簇中第i个样本点的横坐标值;Zi2表示每个聚类簇中第i个样本点纵坐标值;Among them, Z i1 represents the abscissa value of the i-th sample point in each cluster; Z i2 represents the ordinate value of the i-th sample point in each cluster;
步骤5、通过在线测量等方式获得待定位点的信号强度序列,并根据建立完成的室内定位模型获得该待定位点的定位坐标,具体为:获得该待定位点与每个聚类簇的平均信号强度的欧氏距离,并选择与其欧氏距离最小的聚类簇的平均位置坐标作为该待定位点的定位坐标;Step 5. Obtain the signal strength sequence of the point to be located by online measurement, etc., and obtain the positioning coordinates of the point to be located according to the established indoor positioning model, specifically: obtain the average value of the point to be located and each cluster The Euclidean distance of the signal strength, and select the average position coordinates of the cluster with the smallest Euclidean distance as the positioning coordinates of the point to be located;
本发明实施例中,如图2所示,在电脑上对本方法进行模拟,设定14个样本点,并随机设定一个待定位点,每个样本点接收到的无线信号强度序列为{r1,r2},利用DBSCAN算法把样本点分成了C1和C2两个聚类簇,分别获得每个聚类簇的中心点,即平均信号强度点;获得待定位点与每个聚类簇中心点的欧氏距离,这里与聚类簇C1的欧氏距离最小,则定位的坐标即为聚类簇C1的平均位置坐标。In the embodiment of the present invention, as shown in Figure 2, the method is simulated on the computer, 14 sample points are set, and a point to be located is randomly set, and the wireless signal strength sequence received by each sample point is {r 1 , r 2 }, use the DBSCAN algorithm to divide the sample points into two clusters, C1 and C2, and obtain the center point of each cluster, that is, the average signal strength point; obtain the points to be located and each cluster The Euclidean distance of the center point, where the Euclidean distance to the cluster C1 is the smallest, the coordinates of the location are the average position coordinates of the cluster C1.
Claims (2)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201611059276.2A CN106412841A (en) | 2016-11-23 | 2016-11-23 | Indoor location method based on DBSCAN algorithm |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201611059276.2A CN106412841A (en) | 2016-11-23 | 2016-11-23 | Indoor location method based on DBSCAN algorithm |
Publications (1)
Publication Number | Publication Date |
---|---|
CN106412841A true CN106412841A (en) | 2017-02-15 |
Family
ID=58082772
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201611059276.2A Pending CN106412841A (en) | 2016-11-23 | 2016-11-23 | Indoor location method based on DBSCAN algorithm |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN106412841A (en) |
Cited By (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108307308A (en) * | 2018-01-25 | 2018-07-20 | 北京小米移动软件有限公司 | Localization method, device and the storage medium of WLAN devices |
CN108574927A (en) * | 2017-03-09 | 2018-09-25 | 中国移动通信有限公司研究院 | A positioning method and device for a mobile terminal |
CN110443376A (en) * | 2019-08-30 | 2019-11-12 | 中国南方电网有限责任公司超高压输电公司贵阳局 | State analysis method and its application module based on non-supervisory machine learning algorithm |
CN110850369A (en) * | 2019-09-23 | 2020-02-28 | 广州极汇信息科技有限公司 | Indoor positioning method, system, device and storage medium |
CN111372186A (en) * | 2019-12-17 | 2020-07-03 | 广东小天才科技有限公司 | Position calculation method under non-uniform positioning scene and terminal equipment |
CN111693938A (en) * | 2020-06-10 | 2020-09-22 | 北京云迹科技有限公司 | Floor positioning method and device of robot, robot and readable storage medium |
CN113596989A (en) * | 2021-08-04 | 2021-11-02 | 电子科技大学 | Indoor positioning method and system for intelligent workshop |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20130024479A1 (en) * | 2011-07-20 | 2013-01-24 | Salesforce.Com, Inc. | Methods and systems for processing large graphs using density-based processes using map-reduce |
CN103200674A (en) * | 2013-03-12 | 2013-07-10 | 华北电力大学 | Mobile object positioning and following method facing toward unattended transformer substation |
CN104267439A (en) * | 2014-08-20 | 2015-01-07 | 哈尔滨工程大学 | Unsupervised human detecting and positioning method |
CN106131958A (en) * | 2016-08-09 | 2016-11-16 | 电子科技大学 | A kind of based on channel condition information with the indoor Passive Location of support vector machine |
CN106125045A (en) * | 2016-06-15 | 2016-11-16 | 成都信息工程大学 | A kind of ADAPTIVE MIXED indoor orientation method based on Wi Fi |
-
2016
- 2016-11-23 CN CN201611059276.2A patent/CN106412841A/en active Pending
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20130024479A1 (en) * | 2011-07-20 | 2013-01-24 | Salesforce.Com, Inc. | Methods and systems for processing large graphs using density-based processes using map-reduce |
CN103200674A (en) * | 2013-03-12 | 2013-07-10 | 华北电力大学 | Mobile object positioning and following method facing toward unattended transformer substation |
CN104267439A (en) * | 2014-08-20 | 2015-01-07 | 哈尔滨工程大学 | Unsupervised human detecting and positioning method |
CN106125045A (en) * | 2016-06-15 | 2016-11-16 | 成都信息工程大学 | A kind of ADAPTIVE MIXED indoor orientation method based on Wi Fi |
CN106131958A (en) * | 2016-08-09 | 2016-11-16 | 电子科技大学 | A kind of based on channel condition information with the indoor Passive Location of support vector machine |
Cited By (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108574927A (en) * | 2017-03-09 | 2018-09-25 | 中国移动通信有限公司研究院 | A positioning method and device for a mobile terminal |
CN108574927B (en) * | 2017-03-09 | 2020-11-10 | 中国移动通信有限公司研究院 | Mobile terminal positioning method and device |
CN108307308A (en) * | 2018-01-25 | 2018-07-20 | 北京小米移动软件有限公司 | Localization method, device and the storage medium of WLAN devices |
CN108307308B (en) * | 2018-01-25 | 2021-09-14 | 北京小米移动软件有限公司 | Positioning method, device and storage medium for wireless local area network equipment |
CN110443376A (en) * | 2019-08-30 | 2019-11-12 | 中国南方电网有限责任公司超高压输电公司贵阳局 | State analysis method and its application module based on non-supervisory machine learning algorithm |
CN110443376B (en) * | 2019-08-30 | 2024-05-17 | 中国南方电网有限责任公司超高压输电公司贵阳局 | State analysis method based on non-supervision machine learning algorithm and application module thereof |
CN110850369A (en) * | 2019-09-23 | 2020-02-28 | 广州极汇信息科技有限公司 | Indoor positioning method, system, device and storage medium |
CN111372186A (en) * | 2019-12-17 | 2020-07-03 | 广东小天才科技有限公司 | Position calculation method under non-uniform positioning scene and terminal equipment |
CN111372186B (en) * | 2019-12-17 | 2021-08-24 | 广东小天才科技有限公司 | A position calculation method and terminal device in a non-uniform positioning scenario |
CN111693938A (en) * | 2020-06-10 | 2020-09-22 | 北京云迹科技有限公司 | Floor positioning method and device of robot, robot and readable storage medium |
CN113596989A (en) * | 2021-08-04 | 2021-11-02 | 电子科技大学 | Indoor positioning method and system for intelligent workshop |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN106412841A (en) | Indoor location method based on DBSCAN algorithm | |
CN108989976B (en) | Fingerprint positioning method and system in intelligent classroom | |
CN103428850B (en) | Distributed multizone localization method based on compressed sensing | |
CN104507050B (en) | Probabilistic type finger print matching method in a kind of WiFi indoor positionings | |
CN109444813A (en) | A kind of RFID indoor orientation method based on BP and DNN amphineura network | |
CN110536257B (en) | Indoor positioning method based on depth adaptive network | |
CN105629198B (en) | The indoor multi-target tracking method of fast search clustering algorithm based on density | |
CN108650706B (en) | Sensor node positioning method based on second-order Taylor approximation | |
CN103889051A (en) | Indoor WLAN fingerprint positioning method based on AP ID filtering and Kalman filtering | |
CN112653991A (en) | WLAN indoor positioning method of TebNet neural network model based on deep learning | |
CN105636201A (en) | Indoor positioning method based on sparse signal fingerprint database | |
CN109471061B (en) | A Received Signal Strength Difference Location Method Robustly Handling Model Parameter Errors | |
CN104684081A (en) | Node localization algorithm for selecting anchor nodes based on distance clustering in wireless sensor networks | |
CN105163385A (en) | Localization algorithm based on sector overlapping area of clustering analysis | |
CN105554873A (en) | Wireless sensor network positioning algorithm based on PSO-GA-RBF-HOP | |
CN113543026B (en) | Multi-floor indoor positioning method based on radial basis function network | |
CN110213710A (en) | A kind of high-performance indoor orientation method, indoor locating system based on random forest | |
CN109034232B (en) | Automatic output system and control method for urban planning condition verification result report | |
CN109041218A (en) | Method for predicting user position and intelligent hardware | |
KR101764673B1 (en) | Energy Load Estimation Device, Method, and Computer-Readable Medium | |
CN115545280A (en) | A low-voltage power distribution network topology generation method and device | |
CN108898244B (en) | A digital signage location recommendation method with coupled multi-source elements | |
CN104581945A (en) | WLAN Indoor Positioning Method Based on Semi-supervised APC Clustering Algorithm Based on Distance Constraint | |
CN116563587A (en) | Method and system for embedded clustering of depth of graph convolution structure based on slimed-Wasserstein distance | |
CN113805142B (en) | A method for indoor positioning of building floors based on federated learning |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
WD01 | Invention patent application deemed withdrawn after publication |
Application publication date: 20170215 |
|
WD01 | Invention patent application deemed withdrawn after publication |