CN110907960A - Cycle slip detection method and device based on K-Means dynamic clustering analysis - Google Patents
Cycle slip detection method and device based on K-Means dynamic clustering analysis Download PDFInfo
- Publication number
- CN110907960A CN110907960A CN201811085727.9A CN201811085727A CN110907960A CN 110907960 A CN110907960 A CN 110907960A CN 201811085727 A CN201811085727 A CN 201811085727A CN 110907960 A CN110907960 A CN 110907960A
- Authority
- CN
- China
- Prior art keywords
- chi
- cycle slip
- square
- epoch
- observed value
- 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.)
- Granted
Links
- 238000001514 detection method Methods 0.000 title claims abstract description 34
- 238000004458 analytical method Methods 0.000 title claims abstract description 28
- 238000000546 chi-square test Methods 0.000 claims abstract description 44
- 239000011159 matrix material Substances 0.000 claims abstract description 35
- 238000007689 inspection Methods 0.000 claims abstract description 20
- 238000000354 decomposition reaction Methods 0.000 claims abstract description 15
- 238000012545 processing Methods 0.000 claims abstract description 7
- 238000012360 testing method Methods 0.000 claims description 23
- 238000007621 cluster analysis Methods 0.000 claims description 8
- 238000004590 computer program Methods 0.000 claims description 6
- 230000007123 defense Effects 0.000 claims description 4
- 230000001934 delay Effects 0.000 claims description 4
- 238000005259 measurement Methods 0.000 claims description 4
- 238000000034 method Methods 0.000 claims description 4
- 238000010276 construction Methods 0.000 claims description 3
- 238000011524 similarity measure Methods 0.000 claims description 3
- 238000003556 assay Methods 0.000 claims description 2
- 238000002474 experimental method Methods 0.000 description 3
- 230000000694 effects Effects 0.000 description 2
- 241001061260 Emmelichthys struhsakeri Species 0.000 description 1
- 230000009286 beneficial effect Effects 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 230000006870 function Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000003068 static effect Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01S—RADIO DIRECTION-FINDING; RADIO NAVIGATION; DETERMINING DISTANCE OR VELOCITY BY USE OF RADIO WAVES; LOCATING OR PRESENCE-DETECTING BY USE OF THE REFLECTION OR RERADIATION OF RADIO WAVES; ANALOGOUS ARRANGEMENTS USING OTHER WAVES
- G01S19/00—Satellite radio beacon positioning systems; Determining position, velocity or attitude using signals transmitted by such systems
- G01S19/01—Satellite radio beacon positioning systems transmitting time-stamped messages, e.g. GPS [Global Positioning System], GLONASS [Global Orbiting Navigation Satellite System] or GALILEO
- G01S19/13—Receivers
- G01S19/24—Acquisition or tracking or demodulation of signals transmitted by the system
- G01S19/27—Acquisition or tracking or demodulation of signals transmitted by the system creating, predicting or correcting ephemeris or almanac data within the receiver
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01S—RADIO DIRECTION-FINDING; RADIO NAVIGATION; DETERMINING DISTANCE OR VELOCITY BY USE OF RADIO WAVES; LOCATING OR PRESENCE-DETECTING BY USE OF THE REFLECTION OR RERADIATION OF RADIO WAVES; ANALOGOUS ARRANGEMENTS USING OTHER WAVES
- G01S19/00—Satellite radio beacon positioning systems; Determining position, velocity or attitude using signals transmitted by such systems
- G01S19/01—Satellite radio beacon positioning systems transmitting time-stamped messages, e.g. GPS [Global Positioning System], GLONASS [Global Orbiting Navigation Satellite System] or GALILEO
- G01S19/13—Receivers
- G01S19/20—Integrity monitoring, fault detection or fault isolation of space segment
Landscapes
- Engineering & Computer Science (AREA)
- Radar, Positioning & Navigation (AREA)
- Remote Sensing (AREA)
- Computer Networks & Wireless Communication (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Security & Cryptography (AREA)
- Power Engineering (AREA)
- Position Fixing By Use Of Radio Waves (AREA)
Abstract
The invention provides a cycle slip detection method and a cycle slip detection device based on K-Means dynamic clustering analysis, wherein the cycle slip detection method comprises the following steps: forming an inter-epoch difference observation equation by the current epoch data and the previous epoch data, carrying out QR decomposition on the obtained coefficient matrix, and constructing chi-square inspection volume; carrying out chi-square test on chi-square test quantity, if chi-square test is passed, all the observed values of the current epoch do not have cycle slip, and then processing the observed value of the next epoch; if the chi-square test does not pass, identifying the observed value of the cycle slip by a K-Means dynamic clustering analysis method, removing the observed value and reconstructing chi-square test quantity; and circularly executing the steps until the chi-square passes the inspection. The invention can effectively solve the problem that the threshold value is difficult to determine in cycle slip detection.
Description
Technical Field
The invention relates to the technical field of cycle slip detection, in particular to a cycle slip detection method and device based on K-Means dynamic clustering analysis.
Background
In the existing single-station single-frequency cycle slip detection and restoration method based on inter-epoch difference, a reference station of a previous epoch is assumed, a current epoch is a rover, observed values of cycle slip are identified according to residual errors after testing of the obtained observed values by combining an RTK positioning principle with robust least square estimation, and when at least 4 cycles of cycle slip does not occur, the cycle slip detection success rate is high.
And carrying out QR decomposition on the coefficient matrix, wherein the observed quantity with gross errors has strong correlation with the residual errors after the experiment, namely the correlation distance is the minimum, and the observed value with gross errors can be identified through common cluster analysis.
Cycle slip detection is a difficult problem that must be solved in GNSS (Global Navigation Satellite System) high-precision positioning technology. To acquire high-precision position information, a high-precision carrier phase observation value is required to be used, cycle slip inevitably exists in the carrier phase observation value, particularly, the cycle slip is frequent in complex environments such as urban canyons, and the finding of an effective cycle slip detection method is the key for realizing high-precision positioning. In the current cycle slip detection method, a cycle slip detection quantity is constructed, and a certain function model is selected to process the cycle slip detection quantity, so that a proper threshold value is selected to judge whether cycle slip occurs or not, wherein the threshold value can be constant or time-varying. For a static station with a wide observation environment, a better effect can be achieved, however, urban environments are complex and various, shielding is serious, pseudo-range and multi-path are frequent, and the effect of cycle slip detection by observation values similar to MW combination can be influenced. For the complex environment, the threshold value of cycle slip detection is often difficult to determine, and if the selected threshold value is too small, the 'normal observation value' is easily misjudged as the observation value with cycle slip; if the selected threshold is too large, the cycle slip may be missed for 1-2 weeks. Both of these occurrences will affect the performance of the positioning.
Disclosure of Invention
The invention provides a cycle slip detection method and device based on K-Means dynamic clustering analysis, which improve the GNSS positioning performance in a complex environment and solve the technical problems.
The technical scheme adopted by the invention is as follows:
a cycle slip detection method based on K-Means dynamic clustering analysis comprises the following steps:
forming an inter-epoch difference observation equation by the current epoch data and the previous epoch data, carrying out QR decomposition on the obtained coefficient matrix, and constructing chi-square inspection volume;
carrying out chi-square test on chi-square test quantity, if chi-square test is passed, all observed values of the current epoch have no cycle slip, and then processing the observed value of the next epoch; if the chi-square test does not pass, identifying the observed value of the cycle slip by a K-Means dynamic clustering analysis method, removing the observed value and reconstructing chi-square test quantity;
and circularly executing the steps until the chi-square passes the inspection.
Further, the current epoch data and the previous epoch data constitute an inter-epoch difference observation equation according to the following formula:
wherein f, i, s respectively represent frequency, epoch and satellite number; lambda [ alpha ]fRepresents a carrier wavelength;represents a carrier phase observation in units of weeks;representing a defense distance; t isi sRepresenting tropospheric delay;indicating ionospheric delay; t is tiAnd ts,iRespectively a receiver clock error and a satellite clock error; biAnd bs,iCarrier phase hardware delays at the receiver end and the satellite end respectively;is the integer ambiguity; epsiloniMeasurement noise that is a carrier phase observation; deltaRepresenting a single difference operator between epochs;is the cycle slip value in weeks.
Further, the differential observation equation is linearized and written in matrix form:
wherein H is a coefficient matrix; δ x is a parameter to be estimated, including a relative position parameter and a receiver clock drift parameter; l is the pre-test residual error; v is the post-test residual.
Further, carrying out QR decomposition on the H coefficient matrix to obtain:
H=QR。
wherein Q is an orthogonal matrix; r is an upper triangular matrix with positive diagonal elements.
Further, the chi-square test quantity is equal to TLTTL, chi square assay compliance2(n-m) distribution, wherein m is the number of parameters to be estimated, n is the number of observed values, and T is taken as a matrix QT(QTThe transpose of the Q matrix), TL ═ T × L.
Further, identifying the observed value of the cycle slip by a K-Means dynamic clustering analysis method specifically comprises the following steps: constructing a data object; data objects are divided into two classes: the observed value of the cycle slip which does not occur and the observed value of the cycle slip which occurs; an observed value for occurrence of cycle slip is identified.
Further, the data object is constructed by the following formula:
where w is n-m, w represents the number of redundant observations, and each column in the formula represents a data object, i.e., d1、d2The similarity measure is Euclidean distance, d is selectedn+1And dn+1Euclidean distance maximumThe far vector is the initial cluster center, and vector dn+1The same category is the observed value of the occurrence of cycle slip.
The invention also provides a cycle slip detection device based on K-Means dynamic clustering analysis, which comprises:
the chi-square inspection volume construction unit is used for forming an inter-epoch difference observation equation based on the current epoch data and the previous epoch data, carrying out QR decomposition on the obtained coefficient matrix and constructing chi-square inspection volume;
the chi-square testing unit is used for carrying out chi-square testing on chi-square testing quantity, if the chi-square testing quantity passes, all the observed values of the current epoch do not have cycle slip, and then the observed value of the next epoch is processed; and if the chi-square test does not pass, identifying the observed value of the cycle slip by a K-Means dynamic clustering analysis method, removing the observed value and reconstructing chi-square test quantity.
The invention also provides a memory, in which a computer program is stored, the computer program performing the steps of:
forming an inter-epoch difference observation equation by the current epoch data and the previous epoch data, carrying out QR decomposition on the obtained coefficient matrix, and constructing chi-square inspection volume;
carrying out chi-square test on chi-square test quantity, if chi-square test is passed, all the observed values of the current epoch do not have cycle slip, and then processing the observed value of the next epoch; if the chi-square test does not pass, identifying the observed value of the cycle slip by a K-Means dynamic clustering analysis method, removing the observed value and reconstructing chi-square test quantity;
and (4) circularly and repeatedly executing the steps until the chi-square passes the inspection.
The invention has the following beneficial effects: the observed value of the cycle slip is identified by applying K-Means dynamic clustering analysis and chi-square test in mathematical statistics, and the problem that the threshold value is difficult to determine in cycle slip detection can be effectively solved.
Drawings
FIG. 1 is a cycle slip detection flow chart according to the present invention.
Detailed Description
The invention solves the technical problem that the threshold value is difficult to determine in cycle slip detection by applying chi-square test and K-Means dynamic clustering analysis. The invention is further illustrated below with reference to the figures and examples.
The first embodiment is as follows:
the invention provides a cycle slip detection method based on K-Means dynamic clustering analysis, a flow chart is shown in figure 1, and the cycle slip detection method comprises the following steps:
step 1, a difference observation equation between epochs can be formed by current epoch data and previous epoch data according to a formula (2), QR decomposition (orthogonal triangle decomposition, Q is an orthogonal matrix, and R is an upper triangle matrix with positive diagonal elements) is carried out on an obtained coefficient array, and then a chi-square inspection quantity Test is constructed according to a formula (5).
Wherein f, i, s respectively represent frequency, epoch and satellite number; lambda [ alpha ]fRepresents a carrier wavelength;represents a carrier phase observation in units of weeks;representing a defense distance; t isi sRepresenting tropospheric delay;indicating ionospheric delay; t is tiAnd ts,iRespectively a receiver clock error and a satellite clock error; biAnd bs,iCarrier phase hardware delays at the receiver end and the satellite end respectively;is the integer ambiguity; epsiloniMeasurement noise that is a carrier phase observation.
The differential observation equation between epoch i +1 and epoch i can be obtained according to equation (1):
wherein,
Δ represents the single difference operator between epochs;is the cycle slip value in weeks. And equation (2) ignores the amount that can be considered constant in a short time.
Linearize equation (2) and write in matrix form:
wherein H is a coefficient matrix (design matrix); and deltax is a parameter to be estimated, including a relative position parameter and a receiver clock drift parameter, L is a residual before the experiment, and v is a residual after the experiment. The cycle slip parameter is omitted from equation (3) assuming that no cycle slip occurs for all observations.
Performing QR decomposition on the H matrix in equation (3) to obtain:
H=QR (4)
wherein Q is an orthogonal matrix; r is an upper triangular matrix with positive diagonal elements.
Assuming that the number of the parameters to be estimated is m, the number of the observed values is n, QTIs the transpose of the Q matrix. Get matrix QTThe lower half (denoted T) of (n-m) × n is multiplied by the upper matrix to obtain:
TL=T*L (5)
let Test be TLTTL de: test compliance chi2(n-m) distribution, and chi-square Test is performed on Test. If the test is passed, the observation data of the epoch is considered to have no cycle slip; if the test is not passed, the cycle slip of the epoch data is shown, and the cycle slip observed value is identified by the K-Means dynamic clustering analysis method in the step 2.
And 2, if the chi-square passes the checking, all the observed values of the epoch have no cycle slip, and then the observed data of the next epoch is processed. And if the chi-square test is not passed, identifying the observed value of the cycle slip by a K-Means dynamic clustering analysis method, and removing the observed value.
K-Means cluster analysis classifies a plurality of data objects, and the data objects can be classified into K classes. While for cycle slip detection the data can be categorized into two categories: one is an observed value in which cycle slip does not occur; the other is the observed value of cycle slip. Let w be n-m, w represent the number of redundant observations, and now construct data objects as follows:
each column in equation (6) represents a data object, i.e., d1、d2Etc. respectively representing different data objects, and the similarity measure is Euclidean distance. Now set the value of k to 2, and divide equation (6) into two categories. Selection of dn+1And dn+1The vector with the farthest Euclidean distance is the initial clustering center. Classifying the data object by adopting a K-Means dynamic clustering analysis method and vector dn+1The same category is the observed value of the occurrence of cycle slip.
And 3, circularly and repeatedly executing the step 1 and the step 2 until the chi-square passes the inspection.
Often, only one observed value of cycle slip can be identified for one K-Means cluster analysis, the observed value of cycle slip is often the largest, and in order to solve the problem that multiple observed values simultaneously generate cycle slip, iteration processing needs to be performed on the step 1 and the step 2, that is to say: and eliminating cycle slip observed values identified by each K-Means dynamic analysis, and then carrying out chi-square test, and repeating the steps until the chi-square test is passed.
Example two:
the invention also provides a cycle slip detection device based on K-Means dynamic clustering analysis, which comprises:
the chi-square inspection volume construction unit is used for forming an inter-epoch difference observation equation based on the current epoch data and the previous epoch data, carrying out QR decomposition on the obtained coefficient matrix and constructing chi-square inspection volume;
the chi-square testing unit is used for carrying out chi-square testing on chi-square testing quantity, if the chi-square testing quantity passes, all the observed values of the current epoch do not have cycle slip, and then the observed value of the next epoch is processed; and if the chi-square test does not pass, identifying the observed value of the cycle slip by a K-Means dynamic clustering analysis method, removing the observed value and reconstructing chi-square test quantity.
Further, the differential observation equation is as follows:
wherein f, i, s respectively represent frequency, epoch and satellite number; lambda [ alpha ]fRepresents a carrier wavelength;represents a carrier phase observation in units of weeks;representing a defense distance; t isi sRepresenting tropospheric delay;indicating ionospheric delay; t is tiAnd ts,iRespectively a receiver clock error and a satellite clock error; biAnd bs,iCarrier phase hardware delays at the receiver end and the satellite end respectively;is the integer ambiguity; epsiloniMeasurement noise that is a carrier phase observation; Δ represents the single difference operator between epochs;is the cycle slip value in weeks.
Example three:
the invention also provides a memory, in which a computer program is stored, the computer program performing the steps of:
forming an inter-epoch difference observation equation by the current epoch data and the previous epoch data, carrying out QR decomposition on the obtained coefficient matrix, and constructing chi-square inspection volume;
carrying out chi-square test on chi-square test quantity, if chi-square test is passed, all the observed values of the current epoch do not have cycle slip, and then processing the observed value of the next epoch; if the chi-square test does not pass, identifying the observed value of the cycle slip by a K-Means dynamic clustering analysis method, removing the observed value and reconstructing chi-square test quantity;
and circularly executing the steps until the chi-square passes the inspection.
Although the present invention has been described with reference to the preferred embodiments, it is not intended to limit the present invention, and those skilled in the art can make variations and modifications of the present invention without departing from the spirit and scope of the present invention by using the methods and technical contents disclosed above.
Claims (9)
1. A cycle slip detection method based on K-Means dynamic clustering analysis is characterized by comprising the following steps:
forming an inter-epoch difference observation equation by the current epoch data and the previous epoch data, carrying out QR decomposition on the obtained coefficient matrix, and constructing chi-square inspection volume;
carrying out chi-square test on chi-square test quantity, if chi-square test is passed, all observed values of the current epoch have no cycle slip, and then processing the observed value of the next epoch; if the chi-square test does not pass, identifying the observed value of the cycle slip by a K-Means dynamic clustering analysis method, removing the observed value and reconstructing chi-square test quantity;
and circularly executing the steps until the chi-square passes the inspection.
2. The cycle slip detection method based on K-Means dynamic cluster analysis of claim 1, wherein the current epoch data and the previous epoch data form an inter-epoch differential observation equation according to the following formula:
wherein f, i, s respectively represent frequency, epoch and satellite number; lambda [ alpha ]fRepresents a carrier wavelength;represents a carrier phase observation in units of weeks;representing a defense distance; t isi sRepresenting tropospheric delay;indicating ionospheric delay; t is tiAnd ts,iRespectively a receiver clock error and a satellite clock error; biAnd bs,iCarrier phase hardware delays at the receiver end and the satellite end respectively;is the integer ambiguity; epsiloniMeasurement noise that is a carrier phase observation; Δ represents the single difference operator between epochs;is the cycle slip value in weeks.
3. The cycle slip detection method based on K-Means dynamic cluster analysis of claim 2, wherein the differential observation equation is linearized and written in the form of a matrix:
wherein H is a coefficient matrix; δ x is a parameter to be estimated, including a relative position parameter and a receiver clock drift parameter; l is the pre-test residual error; v is the post-test residual.
4. The cycle slip detection method based on K-Means dynamic cluster analysis as claimed in claim 3, characterized in that, QR decomposition is performed on the H coefficient matrix to obtain:
H=QR
wherein Q is an orthogonal matrix; r is an upper triangular matrix with positive diagonal elements.
5. The method of claim 4, wherein the chi-square test quantity is TLTTL, chi square assay compliance2(n-m) distribution, wherein m is the number of parameters to be estimated, n is the number of observed values, and T is taken as a matrix QT(QTThe transpose of the Q matrix), TL ═ T × L.
6. The cycle slip detection method based on K-Means dynamic cluster analysis as claimed in claim 5, wherein the step of identifying the observed value of the cycle slip by the K-Means dynamic cluster analysis specifically comprises the following steps:
constructing a data object;
data objects are divided into two classes: the observed value of the cycle slip which does not occur and the observed value of the cycle slip which occurs;
an observed value for occurrence of cycle slip is identified.
7. The cycle slip detection method based on K-Means dynamic clustering analysis of claim 6, wherein the data object is constructed by the following formula:
where w is n-m, w represents the number of redundant observations, and each column in the formula represents a data object, i.e., d1、d2The similarity measure is Euclidean distance, d is selectedn+1And dn+1The most distant Euclidean vector is the initial clustering center and the vector dn+1The same category is the observed value of the occurrence of cycle slip.
8. A cycle slip detection device based on K-Means dynamic clustering analysis is characterized by comprising:
the chi-square inspection volume construction unit is used for forming an inter-epoch difference observation equation based on the current epoch data and the previous epoch data, carrying out QR decomposition on the obtained coefficient matrix and constructing chi-square inspection volume;
the chi-square testing unit is used for carrying out chi-square testing on chi-square testing quantity, if the chi-square testing quantity passes, all the observed values of the current epoch do not have cycle slip, and then the observed value of the next epoch is processed; and if the chi-square test does not pass, identifying the observed value of the cycle slip by a K-Means dynamic clustering analysis method, removing the observed value and reconstructing chi-square test quantity.
9. A memory storing a computer program, the computer program performing the steps of:
forming an inter-epoch difference observation equation by the current epoch data and the previous epoch data, carrying out QR decomposition on the obtained coefficient matrix, and constructing chi-square inspection volume;
carrying out chi-square test on chi-square test quantity, if chi-square test is passed, all the observed values of the current epoch do not have cycle slip, and then processing the observed value of the next epoch; if the chi-square test does not pass, identifying the observed value of the cycle slip by a K-Means dynamic clustering analysis method, removing the observed value and reconstructing chi-square test quantity;
and circularly executing the steps until the chi-square passes the inspection.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201811085727.9A CN110907960B (en) | 2018-09-17 | 2018-09-17 | Cycle slip detection method and device based on K-Means dynamic clustering analysis |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201811085727.9A CN110907960B (en) | 2018-09-17 | 2018-09-17 | Cycle slip detection method and device based on K-Means dynamic clustering analysis |
Publications (2)
Publication Number | Publication Date |
---|---|
CN110907960A true CN110907960A (en) | 2020-03-24 |
CN110907960B CN110907960B (en) | 2022-06-28 |
Family
ID=69813669
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201811085727.9A Active CN110907960B (en) | 2018-09-17 | 2018-09-17 | Cycle slip detection method and device based on K-Means dynamic clustering analysis |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN110907960B (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112305574A (en) * | 2020-05-21 | 2021-02-02 | 国网浙江省电力有限公司 | Beidou GNSS satellite real-time positioning and orientation data preprocessing system and method |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101433908B1 (en) * | 2013-09-24 | 2014-08-27 | 한국과학기술원 | Method and system for data quality check of gnss observation |
CN105068092A (en) * | 2015-07-17 | 2015-11-18 | 北京航空航天大学 | Cycle slip detection and restoration method applied to satellite based augmentation system airborne receiver |
US20170052253A1 (en) * | 2015-08-17 | 2017-02-23 | Texas Instruments Incorporated | Method and System for Ultrasound Time-of-Flight Measurement |
CN107544082A (en) * | 2016-06-29 | 2018-01-05 | 武汉大学 | The step modeling of Big Dipper IGSO/MEO satellite pseudorange codes deviation one |
CN107728181A (en) * | 2017-10-10 | 2018-02-23 | 北京无线电计量测试研究所 | A kind of Detection of Cycle-slip restorative procedure in real time |
CN108363077A (en) * | 2017-12-29 | 2018-08-03 | 中国电子科技集团公司第二十研究所 | A kind of carrier phase cycle slip rehabilitation method in Static Precise Point Positioning device |
CN108519045A (en) * | 2018-05-14 | 2018-09-11 | 桂林电子科技大学 | A kind of Big Dipper precision deformation monitoring and early warning system |
-
2018
- 2018-09-17 CN CN201811085727.9A patent/CN110907960B/en active Active
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101433908B1 (en) * | 2013-09-24 | 2014-08-27 | 한국과학기술원 | Method and system for data quality check of gnss observation |
CN105068092A (en) * | 2015-07-17 | 2015-11-18 | 北京航空航天大学 | Cycle slip detection and restoration method applied to satellite based augmentation system airborne receiver |
US20170052253A1 (en) * | 2015-08-17 | 2017-02-23 | Texas Instruments Incorporated | Method and System for Ultrasound Time-of-Flight Measurement |
CN107544082A (en) * | 2016-06-29 | 2018-01-05 | 武汉大学 | The step modeling of Big Dipper IGSO/MEO satellite pseudorange codes deviation one |
CN107728181A (en) * | 2017-10-10 | 2018-02-23 | 北京无线电计量测试研究所 | A kind of Detection of Cycle-slip restorative procedure in real time |
CN108363077A (en) * | 2017-12-29 | 2018-08-03 | 中国电子科技集团公司第二十研究所 | A kind of carrier phase cycle slip rehabilitation method in Static Precise Point Positioning device |
CN108519045A (en) * | 2018-05-14 | 2018-09-11 | 桂林电子科技大学 | A kind of Big Dipper precision deformation monitoring and early warning system |
Non-Patent Citations (5)
Title |
---|
冯超: "K-Means聚类算法的研究", 《中国优秀硕士学位论文全文数据库 信息科技辑》 * |
刘祖文: "《3S原理与应用》", 31 July 2006, 中国建筑工业出版社 * |
秘金钟: "GNSS完备性监测方法、技术与应用", 《中国博士学位论文全文数据库 基础科学版》 * |
谢宏飞: "INS辅助GPS模糊度快速恢复与周跳探测技术研究", 《中国优秀硕士学位论文全文数据库 基础科学辑》 * |
郑蓉: "联合惯导的GPS周跳探测与修复算法研究", 《中国优秀硕士学位论文全文数据库 基础科学辑》 * |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112305574A (en) * | 2020-05-21 | 2021-02-02 | 国网浙江省电力有限公司 | Beidou GNSS satellite real-time positioning and orientation data preprocessing system and method |
Also Published As
Publication number | Publication date |
---|---|
CN110907960B (en) | 2022-06-28 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
Borzyszkowski et al. | liger: mock relativistic light cones from Newtonian simulations | |
CN108919321B (en) | A kind of GNSS positioning Detection of Gross Errors method based on trial and error method | |
Castaldo et al. | P‐RANSAC: An Integrity Monitoring Approach for GNSS Signal Degraded Scenario | |
Schroth et al. | Failure detection and exclusion via range consensus | |
CN111308418B (en) | Steady method for two-dimensional positioning of target with unknown height | |
Costantino et al. | Seismic source characterization from GNSS data using deep learning | |
Peretic et al. | Design of a parallelized direct position estimation-based GNSS receiver | |
CN110907960B (en) | Cycle slip detection method and device based on K-Means dynamic clustering analysis | |
Angrisano et al. | A resampling strategy based on bootstrap to reduce the effect of large blunders in GPS absolute positioning | |
Wyszkowska et al. | Performance of Msplit estimates in the context of vertical displacement analysis | |
CN112083463A (en) | Method and device for detecting whether ambiguity is fixed correctly or not and positioning terminal | |
Grigoli et al. | Relative earthquake location procedure for clustered seismicity with a single station | |
Shapiro et al. | Will multiple probes of dark energy find modified gravity? | |
CN106873003A (en) | A kind of dual mode receiver RAIM methods based on the accumulation of many epoch parity vectors | |
Bekiroglu et al. | Hankel matrix rank as indicator of ghost in bearing-only tracking | |
Ni et al. | An improved RAIM scheme for processing multiple outliers in GNSS | |
CN111123303B (en) | Method and device for acquiring positioning error data and processing method | |
CN115201864A (en) | Method, device, storage medium and equipment for detecting clock difference jump of satellite | |
Veitch et al. | Assessment of glacial-earthquake source parameters | |
CN112782758A (en) | State determination method and device for sparse sampling observation system | |
CN111505670A (en) | Multipath detection and suppression method and system using dual antennas | |
Xu et al. | Generalized reliability measures of Kalman filtering for precise point positioning | |
CN115390099B (en) | Maximum value joint chi-square fault elimination method based on odd-even vector projection | |
US10788589B1 (en) | Rapid determination of an unknown position | |
CN111650625B (en) | Intelligent GNSS-based short baseline vector real-time resolving processing method |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
CB02 | Change of applicant information |
Address after: 200438 9 / F, 10 / F, 11 / F, 12 / F, 38 Lane 1688, Guoquan North Road, Yangpu District, Shanghai Applicant after: QIANXUN SPATIAL INTELLIGENCE Inc. Address before: Room j165, 1st floor, building 64, 1436 Jungong Road, Yangpu District, Shanghai, 200433 Applicant before: QIANXUN SPATIAL INTELLIGENCE Inc. |
|
CB02 | Change of applicant information | ||
GR01 | Patent grant | ||
GR01 | Patent grant |