-
GPS数据处理源代码,提供了星历处理、伪距定位、载波定位的函数。...
GPS数据处理源代码,提供了星历处理、伪距定位、载波定位的函数。-GPS data processing source code, provided ephemeris treatment, pseudo-range positioning, carrier positioning function.
- 2022-03-04 03:55:05下载
- 积分:1
-
LUHN算法
LUHN算法-LUHN algorithm
- 2022-08-22 15:41:47下载
- 积分:1
-
Curvature of plane curves
Differential arc curvature and its calculation formu...
平面曲线的曲率
弧微分 曲率及其计算公式
曲率圆与曲率半径 -Curvature of plane curves
Differential arc curvature and its calculation formula
Curvature circle and the radius of curvature
- 2022-02-04 14:52:10下载
- 积分:1
-
With the Gauss
用高斯-赛德尔迭代法求方程组的根。它的原理与简单迭代法相似,但在赛德尔迭代法中,每次迭代时充分利用当前最新的迭代值-With the Gauss- Seidel iterative method seeking the roots of equations. Its principle with simple iterative method similar, but the Seidel iteration method in each iteration to take full advantage of the current value of the latest iteration
- 2022-03-18 09:30:09下载
- 积分:1
-
向来汉诺塔说的都是三个柱子的。。。。 那么四个柱子的呢? 从三柱到四柱。。。。。熟练掌握递归...
向来汉诺塔说的都是三个柱子的。。。。 那么四个柱子的呢? 从三柱到四柱。。。。。熟练掌握递归-has said are the three pillars. . . . Then the four pillars? From the three- to four-post. . . . . Skilled master recursive.
- 2022-02-03 20:05:09下载
- 积分:1
-
a program for get the shortest path of two points.
距离最近的点对计算方法-a program for get the shortest path of two points.
- 2023-04-02 07:30:03下载
- 积分:1
-
用MATLAB编写的绘制稳定运动模型的代码程序,以及前面程序相关的一篇论文。请多指教。...
用MATLAB编写的绘制稳定运动模型的代码程序,以及前面程序相关的一篇论文。请多指教。-Drawing prepared by using MATLAB stable motion model code procedures, as well as in front of a paper related to the proceedings. Please advice.
- 2023-08-18 06:50:04下载
- 积分:1
-
massive mimo about NYU
应用背景2011: Peer-to-Peer 38 and 60 GHz in Austin Texas
Cellular (rooftop-to-ground)
2012: Cellular 28 GHz in New York City
2013: Cellular and Backhaul 72 GHz in New York City
2013: Capacity Analysis and Channel Models for 5G关键技术Links made at large range of receiver and transmitter angles
• Many scatterers near both RX and TX when placed 1.5m above
ground
• Antenna Beam-steering can help make several NLOS links
• Objects, such as brick, reflect 38 GHz better than 60 GHz due to lower
diffusive scattering.
- 2022-01-26 04:31:04下载
- 积分:1
-
C#实现中值平均数滤波算法
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
///
/// 中位平均值滤波算法
///
public class DLMidPerFilter
{
private MHBetterList mOrignList = new MHBetterList(); //原始数组
private MHBetterList mFilterList = new MHBetterList(); //过滤数组
private float mCurrentValue; //记录当前值
private int mResetNum = 0; //均值重置个数
public bool mIfReset = false; //判断是否开始均值重置
///
/// 过滤算法
///
/// 新输入的值
///
- 2023-05-07 23:20:03下载
- 积分:1
-
标准PSO算法 2011版
一个可作为标准的PSO算法C语言程序,2011版。可读性极其高,这也是牺牲了一小点性能换取而来的。借鉴了众多权威人士的工作,得到了他们之中许多人的意见。
- 2022-04-14 17:02:11下载
- 积分:1