登录
首页 » matlab » MLE(simulation)

MLE(simulation)

于 2016-03-30 发布 文件大小:388KB
0 250
下载积分: 1 下载次数: 15

代码说明:

  极大似然估计定位的编程实现,误差分析,节点数仿真等,比较全面,适合初学者(Maximum Likelihood Estimation targeted programming, error analysis, simulation, and other nodes, a more comprehensive, suitable for beginners)

文件列表:

MLE(simulation)
...............\10x10,锚节点n=3时的误差样本图.fig,45847,2015-11-13
...............\10x10
,锚节点n=4时的误差样本图.fig,45725,2015-11-13
...............\10x10
,锚节点n=5时的误差样本图.fig,45676,2015-11-13
...............\10x10
,锚节点n=6时的误差样本图.fig,46144,2015-11-13
...............\10x10
,锚节点n=7时的误差样本图.fig,45677,2015-11-13
...............\10x10
,锚节点n=8时的误差样本图.fig,46121,2015-11-13
...............\10x10
,锚节点n=9时的误差样本图.fig,45628,2015-11-13
...............\MLE.m,2127,2015-11-18
...............\MLE100.m,2482,2015-12-30
...............\MLE_Error.m,1911,2015-11-22
...............\MLE_error_with_anchor_nums100x100.fig,19311,2015-11-15
...............\MLE_error_with_anchor_nums100x100.m,429,2015-11-05
...............\MLE_error_with_anchor_nums10x10.fig,19284,2015-11-15
...............\MLE_error_with_anchor_nums10x10.m,427,2015-11-04
...............\MLE_in_4anchors.fig,34768,2015-11-13

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 20067511485943385
    本文介绍了完整的OFDM的系统设计,并在Matlab环境下进行了仿真(This article describes a complete OFDM system design, and in the Matlab simulation environment)
    2008-06-04 13:13:16下载
    积分:1
  • Radial-neural-network
    可用来预测股票走势的matlab程序,先要输入数据(可更换),再进行预测,属于径向基神经网络的编码。(Used to predict the stock trend matlab program, need to input data (replaceable), and then to predict, belonging to the encoding of radial basis function neural network.)
    2012-04-24 18:36:05下载
    积分:1
  • acpsomatlabchengxu
    自适应混沌粒子群算法的matlab程序,有测试函数(Adaptive chaotic particle swarm algorithm matlab procedures, test function)
    2013-12-11 19:29:15下载
    积分:1
  • totle
    lena图像的小波分解与增强,图形对比更清晰,自己写的(lena image wavelet decomposition and enhanced graphic correlation more clearly, to write their own)
    2010-10-29 23:21:07下载
    积分:1
  • CMATLABconnect
    VC运算速度较快,相对于matlab而言,编程较为烦琐,而matlab编程灵活,并且方很多工具箱,使用极为方便,但是matlab的M语言编写的仿真程序的仿真速度相对较慢。 C-MEX函数是基于C语言编写的C与matlab接口函数,是matlab应用程序接口的一个重要组成部分。通过它不但可以将现有的C语言编写的程序轻松地引入到matlab环境中使用,避免了重复的程序设计,而且可以使用C语言为matlab定制用于特定目的的函数(如为了保护算法设计等), 以完成在matlab中不易实现的任务。此外,更重要的一点,使用C语言编写的C-MEX函数可以有效地提高M灯matlab环境中数据处理速度和效率。 (VC computing faster, compared to matlab, the program is more cumbersome, but matlab programming flexibility, and a lot of side toolbox, use very convenient, but the M-language matlab simulation program written in a relatively slow simulation speed. C-MEX function is based on the C language interface written in C and matlab functions matlab application interface is an important component. It can not only be through the existing programs written in C language easily introduced into the matlab environment, to avoid the duplication of programming, and can be customized using the C language for matlab functions for specific purposes (such as algorithm design, etc. in order to protect ), Matlab in order to complete the task is not easy to achieve. In addition, more importantly, the use of C language written in C-MEX function can effectively improve the M light matlab environment, data processing speed and efficiency. )
    2009-12-21 10:03:58下载
    积分:1
  • Grey-system-procedures
    灰色系统程序,采用GM(1,1)思想,可在matlab中调用进行灰色系统预测等。(Grey system procedures, the use of GM (1,1) ideology, called in matlab gray system prediction.)
    2012-12-31 17:29:11下载
    积分:1
  • lsr
    A Label Switch Router (LSR) (sometimes called transit router), is a type of a router located in the middle of a Multiprotocol Label Switching (MPLS) network. It is responsible for switching the labels used to route packets. When an LSR receives a packet, it uses the label included in the packet header as an index to determine the next hop on the Label Switched Path (LSP) and a corresponding label for the packet from a look-up table. The old label is then removed from the header and replaced with the new label before the packet is routed forward.
    2011-08-03 16:49:10下载
    积分:1
  • maple
    maple的入门级教程,maple的计算相比matlab更加简单也更容易上手(The entry-level tutorial maple, maple computing matlab simpler and easier to use compared to)
    2014-01-13 10:26:06下载
    积分:1
  • Linear_VOtLage_regulator
    this simulink model shows the linear voltage regulator in the closed loop and plot the charateristic plot of the same Matlab simulink model
    2009-11-04 22:49:24下载
    积分:1
  • radon_ambiguity
    %radon transform clear all % N=800 n=1:N fs=200 t=n/fs x1=exp(j*2*pi*(5*t+0.5*5*t.^2)) x2=exp(j*2*pi*(5*t+0.5*15*t.^2)) x=x1+x2 %N=length(x) % ambifunb(x ) %*****************************************RAT naf=ambifunb(x) htl(abs(naf)) % [wh,rho,theta]=htl(abs(naf)) colormap([0,0,0]) % xlabel( 极半径 ) % ylabel( 角度 ) %**************************************%找出峰值点的坐标,计算初始频率和调频斜率(正确) %找出峰值点的坐标 b=max(max(wh)) [u,a]=find(wh>=0.8*b) ( Radon transformclear all N = 800 n = 1: N fs = 200 t = n/fs x1 = exp (j* 2* pi* (5* t+ 0.5* 5* t. ^ 2)) x2 = exp ( j* 2* pi* (5* t+ 0.5* 15* t. ^ 2)) x = x1+ x2 N = length (x) ambifunb (x)***************************************** RATnaf = ambifunb (x) htl (abs (naf)) [wh, rho, theta ] = htl (abs (naf)) colormap ([0,0,0]) xlabel (polar radius) ylabel (angle)************************************** to find the coordinates of the peak point, calculating the initial slope of the frequency and FM (right) find the peak point of the coordinates b = max (max ( wh)) [u, a] = find (wh)
    2008-05-06 21:56:10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载