-
matlab
一种无限定位,toa时延定位算法的代码。matlab源程序 希望采纳( |
| SCRIPT: simMLE
|
| PURPOSE: Simulate a relative location system by generating
| random measurements and maximizing the likelihood fcn.
| After many trials, show the results vs. the Cramer-Rao Bound.
|
| AUTHOR: Neal Patwari
| http://www.engin.umich.edu/~npatwari/
|
| REFERENCE: Relative Location Estimation in Wireless Sensor Networks
| (N. Patwari, A. O. Hero, M. Perkins, N. S. Correal, R. J. O Dea),
| IEEE Trans. Signal Processing, vol. 51, no. 8, Aug. 2003, pp. 2137-2148.
|
tic
Use globals to allow minimization functions access to network info,
debugging info.
global refDevices blindDevices totalDevices linearRefLocs dhat funcEvals dfuncEvals
Basic simulation parameters
roomSize = [1,1] Room size, meters
gridSize = 5 How many sensors per side
refDevices = 4 How many references (must be same length as actualRefLocs)
trials = 20 How many inde)
- 2012-04-29 13:54:34下载
- 积分:1
-
CrcEncode
信道检错编码,CRC编码,包括详细的注释,很不错的程序(Channel error detection codes, CRC codes, including detailed notes, a very good program)
- 2009-10-16 18:54:54下载
- 积分:1
-
TSP问题——遗传算法matlab实现
说明: 行商问题,自动生成最短路径。该算法可以生成经过拓扑每一点一次且仅一次最后回到起点的最短路径。(TSP problem: how to generate the minimal path for a salesman traveling among a set of points.)
- 2019-11-03 16:37:24下载
- 积分:1
-
模拟调制解调matlab仿真实验代码
说明: 模拟调制解调matlab仿真实验代码,包含AM/DSB/VSB/SSB四种调制方式(Matlab simulation experiment code of analog modulation and demodulation)
- 2020-05-30 12:18:00下载
- 积分:1
-
卷积码的编码和VB译码
在MATLAB上设计一个(2,1,3)卷积编码器和对应的采用维特比译码算法的译码器。编码器的生成多项式为:[1 0 1;1 1 1]。将编码器的输出经过一个高斯白噪声信道的结果作为译码器的输入,观察比较译码器输出和编码器输入,了解卷积码的容错性,并计算译码结果的误比特率.(A convolutional coder (2, 1, 3) and corresponding decoder using Vitby decoding algorithm are designed on MATLAB. The generating polynomial of encoder is: [1 01; 11 1]. The output of the encoder through a Gauss white noise channel as a result of the decoder input, compare the output of the decoder and encoder input, understand the fault tolerance of convolutional code, and calculate the decoding results of bit error rate.)
- 2017-11-08 09:58:55下载
- 积分:1
-
lliwpsn
用KALMAN滤波程序写的对于运动过程的仿真 采用了采用蒙特卡洛方法对跟踪滤波器进行仿真分析,()
- 2018-02-01 20:13:06下载
- 积分:1
-
数字通信系统仿真
说明: 数字通信系统的仿真,全matlab代码,实测可用(Digital communication system simulation, full matlab code, measurement available)
- 2021-04-20 16:12:31下载
- 积分:1
-
RTKLIB-rtklib_2.4.3
说明: 通过GPS接收机,实现动态或静态状况下的精确定位。(realize the precise position)
- 2019-04-03 15:33:47下载
- 积分:1
-
PSOQoS
针对QoS组播问题,本文采用粒子群算法,通过对算法的改进,使其能够应用到QoS组播路由问题上来,最终求出满足QoS约束的最小代价组播树。(In order to solve the problem of QoS multicast, this paper uses particle swarm optimization (PSO) algorithm. Through the improvement of the algorithm, it can be applied to the QoS multicast routing problem. Finally, the minimum cost multicast tree which satisfies the constraints of QoS is finally obtained.)
- 2018-06-05 19:14:02下载
- 积分:1
-
gardner
说明: 用Gardner算法时钟同步的BPSK的源程序(Gardner algorithm for clock synchronization with the source code BPSK)
- 2010-04-27 11:37:44下载
- 积分:1