UC 类重载了基本的 Matlab 操作以允许通过计算传播错误。 主要特点包括: 1. 适当的自相关跟踪。 在以下示例中,x1、x2 和 x3 都将返回相同的值 a = UC(10,4,'a'); b = UC(100,1,'b'); c = UC(95,2,'c'); x1 = a*(b - c); x2 = a*b - a*c; y1 = a*b; y2 = a*c; x3 = y1 - y2; 并且 a/a 将返回 1 +/- 0 ,因为它应该。 2、通过运营完成贡献跟踪。 每个输入对最终不确定度的部分贡献被报告为导出的数量。 可以使用名称创建 UC 对象,该名称将用于此贡献跟踪。 那些没有名字的人会被分配一个随机的名字。 3. 一元函数和二元函数的统一定义,方便向UC类添加新函数。 例如,切线函数的定义是: 函数 y = tan(x) y = UC.UnaryFuncti
2021-06-01 12:02:45 38KB matlab
1
1.论文《Clustering by Passing Messages Between Data Points》 是AP算法的详细介绍,包括原理、优势、应用、展望等内容。 2.论文《基于近邻传播聚类和遗传优化的非侵入式负荷分解方法_徐青山》 是AP算法应用于非侵入式负荷分析的介绍。 3.AP_main是matlab实现AP的程序,读者可以自己修改输入数据 运行结果为AP_main.jpg。 4.AP1-AP3是Python运行程序,都可实现算法功能,读者可以自己修改输入数据 运行结果为AP1-AP3.jpg。
2021-05-30 21:01:59 1.62MB AP 近邻传播聚类算法 matlab python
1
Spacetrack Report No.3 Models for Propagation of NORAD Element Sets. pdf文档,详细介绍SGP/SDP,SGP4/SDP4,SGP8/SDP8等卫星轨道预测模型,并给出详细程序代码
2021-05-15 18:33:11 432KB SGP/SDP
1
用matlab来写的光波传播的数值模拟,光学的好书,做科研的人可以参考一下
2021-04-29 17:04:48 2.09MB optics matlab
1
多重反向传播是一种用于使用反向传播和多重反向传播算法训练神经网络的开源软件应用程序。 目前,该项目还托管在http://code.google.com/p/multiplebackpropagation
2021-04-29 13:04:37 11.03MB 开源软件
1
在低密度奇偶校验(LDPC)码的置信传播(BP)解码算法中,基于动态调度策略的算法表现出出色的性能。 在这封信中,我们提出了一种基于可变节点的动态调度解码算法。 对于所提出的算法,基于对数似然比(LLR)值和奇偶校验方程评估变量节点的可靠性。 然后,提出了一种更准确的动态选择策略。 同时,对振荡变量节点进行处理,从而抑制了由振荡引起的错误消息传播的影响。 另外,所提出的算法在一次迭代中更新了与原始BP解码算法相同数量的消息,这与其他一些动态解码算法不同。 仿真结果表明,该算法优于其他算法。
2021-04-24 18:07:57 54KB Belief-propagation (BP); dynamic scheduling
1
MIMO Wireless Communications From Real World Propagation to Space Time Code DesignMIMO Wireless Communications From Real World Propagation to Space Time Code DesignMIMO Wireless Communications From Real World Propagation to Space Time Code Design
2021-03-08 16:48:49 3.55MB Space Time Code Design
1
Based on the Rytov approximation of light propagation in weak turbulent atmosphere, the closed-form expressions of field and average irradiance of each one of the four fundamental families of Helmholtz-Gauss (HzG) beams: cosine-Gauss beams, stationary Mathieu-Gauss beams, stationary parabolic-Gauss beams, and Bessel-Gauss beams, which are propagating in weak turbulent atmosphere, are obtained. The results show that the field and average irradiance can be written as the product of four factors: c
2021-02-26 15:06:24 127KB 大气传输 大气光学 湍流 010.1300
1
光子在组织传输的蒙特罗模拟 汪力宏 Lihong V. Wang 所公布的,十分齐全,全英文的,适合研究生学习使用
1
The basic propagation properties of the silica and silicon subwavelength-diameter hollow wire waveguides have been investigated by comparison. It shows that the silica and silicon subwavelength-diameter hollow wire waveguides have some interesting properties, such as enhanced evanescent field in the cladding, enhanced intensity in the hollow core, and large waveguide dispersion. For the different confinement ability, the enhanced field in the hollow core and cladding of the silica subwavelength-
2021-02-10 16:05:28 679KB 亚波长直 传播特性 色散 060.2310
1