当前位置:网站首页>[dry goods] cycle slip detection of suggestions to improve the fixed rate of RTK ambiguity
[dry goods] cycle slip detection of suggestions to improve the fixed rate of RTK ambiguity
2022-07-06 12:53:00 【Proletarians】
In the previous introduction , adopt 5 Step analysis , Gradually improved RTK Fuzziness fixed rate and positioning accuracy . If you follow the configuration in the previous chapter , Test no ok Words , Then I can say for sure that it is caused by poor data quality . When using the configuration in the previous chapter for newly collected data , The effect is not very good , Now let's introduce the specific situation .
The data I released this time is rover Of ubx and base Of rtcm, Use rtkconv Transformation format , Reuse rtkpost Handle , There should be the following problems :(1) choice GPS/BDS,BDS The satellite is not in use ;(2) If BDS If satellites are available , You will find an increase BDS In the case of satellites , The fuzziness fixed rate becomes lower .
For the problems that arise , We must ask ourselves ,
1) What's the problem ?
2) What is the cause of the problem ?
3) How to solve this problem ?
Aiming at problems (1), Can pass trace open level3 Find out bds Ephemeris does not exist , Debug and check the ephemeris file , Find out BDS There are satellite ephemeris ,1h Updated once , B: no problem! , It seems that the problem is not in the ephemeris . although BDS Many satellites , however base and rover Co vision BDS satellite , Then combine the ephemeris file , You will find that only three satellites are available ,C09 C13 C16, Continue to check zdres, Let me find the problem ,BDS Satellite f1 The carrier and pseudo range observations of do not exist , Ran out f2 Array , stay o Put 2 Change to 1 That's it , therefore rtkconv When converting data, there is bug Of , There is no time to check , Also simple , Go directly to the corresponding app Check the folder .
Aiming at problems (2), It needs to be analyzed slowly .
step1: Suppose the question 1 If there is no solution , In fact, it means running a single GPS, See what the result looks like
You can see from the above picture that , Observe the arc 8:00 in the future “ Jump about ”, Generally, this situation is satellite snr Jitter caused by , Let's take a look at the details rover Of G18 satellite .
step2: Here is G18 Of snr, You can see the process of going to the stars , The height angle is slowly increasing , Disable first G18, See what happens .
Compare the blur fixing rate before and after disabling , There is room for improvement , The specific value is not written .
step3: At this time, add Beidou System , The configuration and results are as follows
Plus Beidou satellite , Our results are getting worse . What's the reason ? First of all, there is a problem with the data quality , I still add the Doppler of the current epoch to the carrier wave , Use matlab mapping , Find out 3 The data quality of Beidou satellite is unstable , It's good when it's good , When it's bad, it's not ordinary , It's like when you receive a gift gf And quarrel gf. The specific method has been described in the previous chapter , I won't go into that . I want to use it when the data quality is good , I give it up when the quality is bad , Um. , At this time, Zhou Tiao detection came on , The specific code is in udbias in , I will directly release screenshots and results of my code changes
This function was originally disabled , Because the clock jumps , Just recognize the clock jump , The receiver I use I know the magnitude of clock difference , Yes ,arm The carrier generated on the has a ambiguity bug It's caused by the clock jumping , I changed it ,1ms. That's easy , Click click click , Changes can be used , The result has also been greatly improved . Of course, 14% The ambiguity of is not fixed , I'm still debug, First release the Chihiro base station o file , Just know that a certain epoch suddenly fix change float The reason why the .
Simultaneous cycle jump !!!
So what I want to check is 7:00 The reason that was not fixed before , If it's solved , Just add .
----------------------- Split line ----------------------
Updated on 202009024
I directly changed the data , link :https://pan.baidu.com/s/1PCnWLcl43JmkNAeNicA1Yw
Extraction code :2r0h
stay rtklib in , The initial value of Kalman filter is calculated from a single point , Then we can also directly use the solution obtained in the previous epoch as the initial value of the Kalman filter in the current epoch , stay udpos Just change it in , Release the result graph
Is there any improvement , Ha ha ha
边栏推荐
- FairyGUI复选框与进度条的组合使用
- 【无标题】
- [算法] 剑指offer2 golang 面试题4:只出现一次的数字
- C programming exercise
- Containers and Devops: container based Devops delivery pipeline
- [algorithm] sword finger offer2 golang interview question 13: sum of numbers of two-dimensional submatrix
- 【GNSS数据处理】赫尔默特(helmert)方差分量估计解析及代码实现
- (4) Data visualization of R language -- matrix chart, histogram, pie chart, scatter chart, linear regression and strip chart
- KF UD分解之UD分解基础篇【1】
- There is no red exclamation mark after SVN update
猜你喜欢
[algorithm] sword finger offer2 golang interview question 10: subarray with sum K
2021.11.10 compilation examination
NovAtel 板卡OEM617D配置步骤记录
[algorithm] sword finger offer2 golang interview question 4: numbers that appear only once
What are the advantages of using SQL in Excel VBA
[algorithm] sword finger offer2 golang interview question 3: the number of 1 in the binary form of the first n numbers
Guided package method in idea
[算法] 剑指offer2 golang 面试题1:整数除法
[Clickhouse kernel principle graphic explanation] about the collaborative work of partitioning, indexing, marking and compressed data
Latex learning
随机推荐
使用rtknavi进行RT-PPP测试
Fairygui loop list
Programming homework: educational administration management system (C language)
[leetcode15] sum of three numbers
【干货】提升RTK模糊度固定率的建议之周跳探测
地球围绕太阳转
Expected value (EV)
Solution to the problem of automatic login in Yanshan University Campus Network
2022国赛Re1 baby_tree
KF UD分解之伪代码实现进阶篇【2】
Itext 7 生成PDF总结
JUC forkjoin and completable future
wsl常用命令
How to reduce the shutdown time of InnoDB database?
Unity3D,阿里云服务器,平台配置
[算法] 剑指offer2 golang 面试题3:前n个数字二进制形式中1的个数
Compile GDAL source code with nmake (win10, vs2022)
[899] ordered queue
Unity场景跳转及退出
RTKLIB: demo5 b34f.1 vs b33