当前位置:网站首页>GPS从入门到放弃(十三)、接收机自主完好性监测(RAIM)
GPS从入门到放弃(十三)、接收机自主完好性监测(RAIM)
2022-07-06 13:46:00 【追捕的风】
接收机自主完好性监测(RAIM: Receiver Autonomous Integrity Monitoring)是根据用户接收机的冗余观测值监测用户定位结果的完好性,其目的是在导航过程中检测出发生故障的卫星,并保障导航定位精度。
为了能进行接收机自主完好性监测,必须有冗余的观测量。一般来说,需要可见卫星数5颗以上才可进行完好性检测;需要有6颗以上才可能辨识出故障卫星。RAIM 的增强版本为 RAIM-FDE(FDE: Fault Detection Exclusion),即故障检测与排除技术,因为需要排除故障卫星,所以必须使用最少6颗可见卫星。RAIM 算法对于安全性有严格要求的应用非常重要,如民航、航空之类。
RAIM 有不同的实现算法:伪距残差判决法、伪距比较法、校验向量法以及最大解分离法。
一、伪距残差判决法
在定位方程解算中我们讲过了定位方程组
二、伪距比较法
伪距比较法是直接利用伪距来判决。步骤如下:
- 在观测数量大于4的情况下,对n 个观测量进行分组,一组为4个,另一组为n − 4 个。
- 对4个的那一组进行最小二乘法解算出接收机位置。
- 对 n − 4 个的那一组计算卫星位置。
- 根据解算出的接收机位置和卫星位置估算伪距。
- 将估算的伪距与实际观测的伪距进行比较。若比较结果都很接近,说明观测结果没问题,第2步中解算的位置也没问题。否则说明有问题。
- 对有问题的情况进行处理。得看具体情况。若只有一个比较结果差异很大,则很大概率是那一个观测值有问题;若很多比较结果都差异很大,则很大概率是最小二乘解有问题。若有必要,可以重新分组,重新计算比较判定。
三、校验向量法
四、最大解分离法
边栏推荐
- 红杉中国,刚刚募资90亿美元
- Bat script learning (I)
- 爬虫实战(五):爬豆瓣top250
- 抖音將推獨立種草App“可頌”,字節忘不掉小紅書?
- AI 企业多云存储架构实践 | 深势科技分享
- 缓存更新策略概览(Caching Strategies Overview)
- 关于char[]数组通过scanf赋值使用上的一些问题。。
- NPM run dev start project error document is not defined
- [Li Kou brushing questions] one dimensional dynamic planning record (53 change exchanges, 300 longest increasing subsequence, 53 largest subarray and)
- Dialogue with Jia Yangqing, vice president of Alibaba: pursuing a big model is not a bad thing
猜你喜欢
PostgreSQL 安装gis插件 CREATE EXTENSION postgis_topology
Bat script learning (I)
[Li Kou brush questions] 32 Longest valid bracket
[asp.net core] set the format of Web API response data -- formatfilter feature
[Chongqing Guangdong education] Tianjin urban construction university concrete structure design principle a reference
[Yu Yue education] higher mathematics of Nanchang University (2) reference materials
Dialogue with Jia Yangqing, vice president of Alibaba: pursuing a big model is not a bad thing
Sequoia China, just raised $9billion
Vit paper details
C how to set two columns comboboxcolumn in DataGridView to bind a secondary linkage effect of cascading events
随机推荐
JPEG2000 matlab source code implementation
基于InsightFace的高精度人脸识别,可直接对标虹软
Why is the cluster mode of spark on Yan better than the client mode
[asp.net core] set the format of Web API response data -- formatfilter feature
[Li Kou brushing questions] one dimensional dynamic planning record (53 change exchanges, 300 longest increasing subsequence, 53 largest subarray and)
[Li Kou brush questions] 32 Longest valid bracket
guava:Collections.unmodifiableXXX创建的collection并不immutable
Quick access to video links at station B
Redistemplate common collection instructions opsforlist (III)
guava:创建immutableXxx对象的3种方式
[Digital IC manual tearing code] Verilog automatic beverage machine | topic | principle | design | simulation
Fzu 1686 dragon mystery repeated coverage
PostgreSQL 修改数据库用户的密码
关于程序员的职业操守,从《匠艺整洁之道》谈起
MongoDB(三)——CRUD
【MySQL】Online DDL详解
红杉中国,刚刚募资90亿美元
功能强大的国产Api管理工具
[Chongqing Guangdong education] Tianjin urban construction university concrete structure design principle a reference
Leetcode topic [array] -118 Yang Hui triangle