覆盖品质

如同评价人一样,是否诚实、正直,英勇、果敢、都是考察的要素,卫星覆盖品质也是一个多维度的评价,STK给出了下列的表格,这些都是考察的因子,因为实在太多,我们准备挑选几个因子,视图在这几个因子上,将我们自己开发的软件同STK做个比较。

Figures of Merit

STK allows you to specify the method by which the quality of coverage is measured using the options in the FigureOfMerit Definition page. The following Types are available:

Access Constraint Access Duration
Access Separation Age of Data
Coverage Time Dilution of Precision
N Asset Coverage Navigation Accuracy
Number of Accesses Number of Gaps
Response Time Revisit Time
Scalar Calculation Simple Coverage
System Response Time Time Average Gap

我们先看看 simple Coverage的描述

Measuring Simple Coverage

Simple Coverage measures whether or not a point is accessible by any of the assigned assets.An evaluation of the dynamic behavior of simple coverage computes a value of 1 for points that are currently in an access period and 0 for points that are not. The static behavior of simple coverage computes a value of 1 for grid points that have access to an asset at any point in time and 0 for points that are not accessible.The Satisfaction option is not available for this Figure Of Merit since satisfaction is implicit in the definition of simple coverage.

简单覆盖指的是某点是否被至少一个设备(Assets 指的是卫星、火箭、飞机等,不知如何翻译Asset, 我姑且翻译为设备)访问。 简单覆盖又分为动态的简单覆盖和静态的简单覆盖。动态覆盖给每个在当前访问周期可以访问的点计数1,给不能访问的点,计数0。静态简单覆盖同样也是给点计数,不同的是,它考虑的时间周期不一样,只要在整个时间段可以访问到的点,都计数为1.   那么怎么定义 access period 呢?

Displaying Simple Coverage in a Graphics Window

Graphics are used to represent the static and dynamic value of Simple Coverage.

Static or Animation? Grid Points highlighted if they...
Static are covered by at least one asset at some point during the coverage interval
Animation are currently covered by at least one asset

简单覆盖的显示方式, 分静态显示和动画显示两种。静态方式:只要一个点被覆盖过,就高亮显示该点。

Figures of Merit & the Coverage Interval

When analyzing figures of merit that compute average values of a quantity over the coverage interval or on a per-day basis, it is important to use a coverage interval of sufficient duration for the result to "smooth out." Results based on intervals of short duration may be heavily biased by the conditions at the beginning or end of the interval or may not represent a sufficient variation of geometry between the assets and coverage area. This is especially true when the number of assets is small or there is a repeating ground track pattern.

FOM 和 覆盖间隔

在计算质量平均值(基于时间区间或每天)的时候,为了得到光滑的结构,使用有足够持续长度的时间区间很重要。短持续时间的区间可能导致严重偏差。。。。

Defining a Figure of Merit's Dynamic & Static Behavior

Figures of merit can exhibit two types of behavior: dynamic and static. The dynamic behavior of a Figure Of Merit allows you to compute values corresponding to a specific time. Not all figures of merit can exhibit dynamic behavior. Those which do not exhibit dynamic behavior are not able to compute time-dependent information. 

FOM动态行为让你针对特定时间计算数值,并非所有的merit能展现动态行为。

The static behavior for a Figure Of Merit specifies the value of quality over the entire coverage period. Depending on the size of the coverage problem being analyzed, the computation of the static values for each grid point can be time consuming. For this reason, the static values are cached to allow for rapid generation of reports and modifications to graphical representations once the static values have been computed. The computed static values will also be saved and restored with the scenario if the Save Mode of the parent Coverage Definition object is set to “Save accesses”.

静态行为描述了完整覆盖周期的质量值,计算静态行为的值,可能很耗时,静态值也被保存在场景中,假如......

The dynamic and static values for the grid points are computed to support graphical displays, reports and graphs for the Figure Of Merit.

Computing Per-day Values

Some figures of merit allow you to compute values on a per-day basis. Three quantities (minimum, maximum and average) are possible. The average per-day selection is computed as a value for the entire coverage interval divided by the duration of the coverage interval in days. For example, if a grid point is covered for nine hours of a 1.5-day coverage interval, the average per-day value would be 9 divided by 1.5 for an average of 6 hours a day.

有些FOM计算的是一天的值,最小、最大和平均值都有可能。平均覆盖的定义:   n天内某点的覆盖时间/n天   =  某点每天平均覆盖时间。

The minimum and maximum per-day values are computed in a slightly different manner. First, calendar day intervals are determined using the coverage interval. The value of the Figure Of Merit across each interval is then determined and the minimum or maximum of these values is reported. Calendar days are determined based on Coordinated Universal Time (UTC).

最小和最大每天覆盖时间的计算方式略有不同,首先,。。。。。。这段话很难懂,不过结合下面这个图,就很容易理解,10月2日这一天,一共干了7+6+3=16小时,这就是最大值,最小覆盖发生在10月3日这一天,这个区间被截断了,10月3日只占了这个区间的2个小时,故此,min per day为2小时。

Figure of Merit Computation-Sampling versus Interval Method

Figure of merit values are functions of the visibility times between grid points and assets or, in the case of Attitude Coverage, from the associated object pointed via the grid points to the assets. The computation of values for figures of merit are usually computed in one of two ways: using a sampling method or using direct computations based on access intervals.

FOM 是可见时间的函数, 通常有两种计算方式。基于采样的和基于访问间隔的直接计算。

In the sampling method, a sequence of times is determined or accumulated for each grid point to be used for sampling of the Figure Of Merit. An example of this method would be to evenly distribute 100 times across the coverage interval and compute the percentage of time covered for each point as the number of times when the point is able to access an asset (or, in the case of Attitude Coverage, when the associated object pointed via the point is able to access an asset). The accuracy of the answer produced by sampling is dependent on the frequency of the sampling and the duration of the accesses between grid points and assets.

在采样计算方法中针对每个网格点,时间序列被决定或累积,用来计算FOM. 举例,采样点在时间区间内均匀分布100次,对每个点来说,他的时间覆盖百分比就是它能被Assets看到的次数。

STK Coverage uses algorithms based directly on the access intervals whenever possible to ensure accurate Figure Of Merit values. For example, Percent Time Covered is computed as the sum of the total time covered for each point divided by the duration of the coverage interval. This yields the same result as using a sampling method with an infinitely small sample time.

STK覆盖分析尽可能采用的直接基于access intervals的算法,来确保FOM的准确性。例如,时间覆盖百分比就是这样计算的,将每个点的总覆盖时间求和,除以时间长度。

The only figures of merit that use a sampling method are Dilution of Precision, Navigation Accuracy, Pointing Accuracy, Pointing DOP and Access Constraint figures of merit since direct solutions are not possible.  

 Dilution of Precision, Navigation Accuracy, Pointing Accuracy, Pointing DOP and Access Constraint 只能用采样的方法计算。

卫星覆盖分析品质 FOM相关推荐

  1. STK 卫星覆盖分析笔记

    Getting started with STK Coverage Model the World! The first thing you need to do is create a scenar ...

  2. 卫星覆盖分析传感器类型

    ​​​​​​​(仅仅从STK文档中摘出了传感器类型,覆盖分析的光照分析已经完成http://8.140.167.224:8000/ ,该软件可以从gitee下载:https://gitee.com/e ...

  3. CNS无线电信号覆盖分析系统

    系统改名为"CNS无线电信号覆盖分析系统"啦. CNS系统信号覆盖分析系统旨在对民航CNS系统/设备(包括PSR,SSR,ILS,DME,VOR,NDB)辐射的电磁信号进行地形遮蔽 ...

  4. jmeter file upload 变量_通达OA上传漏洞之变量覆盖分析

    作者:kw0ng 开始 通达OA上传到包含漏洞分析的文章已经有很多,本文重点分析,文件上传处决定路径信息是否回显的UPLOAD_MODE参数是怎么传递的. 代码分析 触发文件上传点位于/ispirit ...

  5. html 怎么让tr的css覆盖td的_通达OA上传漏洞之变量覆盖分析

    作者:kw0ng 开始 通达OA上传到包含漏洞分析的文章已经有很多,本文重点分析,文件上传处决定路径信息是否回显的UPLOAD_MODE参数是怎么传递的. 代码分析 触发文件上传点位于/ispirit ...

  6. 5G 700 MHz覆盖分析

    [摘  要]从700 MHz当前面临的干扰挑战.基本原理.链路预算及验证测试等方面,重点讨论700 MHz在县城及城区不同场景的覆盖能力,研究在核心城区.一般城区及县城中700 MHz建设的规模.并通 ...

  7. matlab学习——北斗卫星信号分析

    一.2023年5月30日 学会两个技巧 都是对数组进行操作数组a(数组b),1是普通数组2是逻辑值 1.数组a(数组b)以数组b的值为角标取出数组a的值 codeindex = ceil((CodeF ...

  8. 【星界探索——通信卫星】铱星:从“星光坠落”到“涅槃重生”,万字长文分析铱星卫星系统市场

    [星界探索--通信卫星]铱星:从"星光坠落"到"涅槃重生" 一.铱星简介 二.铱星系统设计思路 2.1 工作原理 2.2 铱星布局 三.铱星优势 四.发展历程 ...

  9. STK星座的简单覆盖性分析

    STK星座的简单覆盖性分析 一:对单颗卫星进行覆盖性分析 STK可以对单颗卫星或者整个星座来进行局域和全球的覆盖性分析 1.1创立一颗卫星 点击上方Insert,选择satelite,进行默认设置 这 ...

最新文章

  1. UItraIso 制作ubentu 系统失败
  2. python学了有什么用处-Python主要用途是哪些,跟机器学习等有啥关系呢?
  3. hdu1978 简单记忆化搜索
  4. AI:《DEEP LEARNING’S DIMINISHING RETURNS—深度学习的收益递减》翻译与解读
  5. 电商大战折射商业伦理缺失形势探讨
  6. jboss4 迁移_应用程序服务器迁移:从JBoss EE5到Wildfly EE7
  7. 一个很不错的wp企业站模板
  8. html实现牌匾效果,4款店面牌匾设计效果图 店铺门头亚克力牌匾样式制作设计图...
  9. 尝试加载 Oracle 客户端库时引发 BadImageFormatException。如果在安装 32 位 Oracle 客户端组件的情况下以 64 位模式运行,将出现此问题...
  10. C# 事务的创建,提交和回滚
  11. 易语言php使用次数,易语言统计重复数教学
  12. gmail上不去的解决方法(原)
  13. 直接在pocket pc上编译c#程序
  14. 10 Habits of All Successful People 成功人士的10个习惯
  15. java无响应_Java HttpClient请求无响应解决方案
  16. iphone/ios兼容问题
  17. SQL语句把一个表中的a字段的值赋值到另一个字段b
  18. 微信小程序的复制功能
  19. 拒绝白嫖,著名开源项目作者暴力删库,导致账号被封!
  20. 常见的中成药神奇疗效

热门文章

  1. [投稿]通过Web界面在多台服务器上批量创建文件
  2. angularJs在线API文档
  3. 配置red hat的ip 自动地址
  4. 8天学通MongoDB——第七天 运维技术
  5. 【探讨】javascript事件机制底层实现原理
  6. ubuntu上部署svn
  7. SQL学习笔记 where子句用法,like关键字 嵌套查询
  8. 零代码 OR 低代码
  9. Hive 高频考点讲解
  10. 主动做了业务监控,产品经理对我竖起大拇指