登录
首页 » matlab » Basic-wireless-positioning-algorithm

Basic-wireless-positioning-algorithm

于 2013-05-23 发布 文件大小:27KB
0 231
下载积分: 1 下载次数: 28

代码说明:

  该文件包含一些常用的无线网络定位基本算法,如TDOA、TOA和AOA。(Basic wireless positioning algorithm )

文件列表:

Basic wireless positioning algorithm
....................................\chan4.m,1303,2006-07-20
....................................\ChanAlgorithm.m,2236,2007-07-17
....................................\ChanAlgorithm_A.m,2567,2007-07-17
....................................\ChanAlgorithm_B.m,2247,2007-07-17
....................................\ChanAlgorithm_d.m,2142,2007-07-17
....................................\CHANFUC.asv,2124,2009-05-10
....................................\CHANFUC.m,2121,2006-07-20
....................................\Chan_3BS.m,1332,2007-07-17
....................................\CRLB.m,1982,2007-07-17
....................................\CRLB_1.m,2204,2007-07-17
....................................\Data.txt,824,2006-07-20
....................................\EvChanAlgorithm.m,1234,2007-07-17
....................................\EvTaylorAlgorithm.m,1945,2007-07-17
....................................\FangAlgorithm.m,1364,2007-07-17
....................................\FWLSAlgorithm.m,2301,2007-07-17
....................................\LSAlgorithm_d.m,1241,2007-07-17
....................................\MeaNoise.m,453,2007-07-17
....................................\MSPosition.m,405,2007-07-17
....................................\NetworkTop.m,717,2007-07-17
....................................\SIAlgorithm.m,1641,2007-07-17
....................................\SXAlgorithm.m,2225,2007-07-17
....................................\TaylorAlgorithm.m,1649,2007-07-17
....................................\TaylorAlgorithm_d.m,1649,2007-07-17
....................................\TDOA_RMSE.m,633,2007-07-17
....................................\test.m,1581,2006-07-20
....................................\Test_TDOA.asv,6547,2007-07-17
....................................\Test_TDOA.m,6547,2007-07-17
....................................\说明.txt,251,2006-07-20

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

发表评论

0 个回复

  • MATLABimagefusion
    图像融合是在基于matlab条件下运行的,将多幅图片融合。(image fusion)
    2009-05-12 11:23:21下载
    积分:1
  • Matlabsyjc
    这是一本关于matlab的实用教程,里面对matlab的功能进行了详细的介绍,很有学习价值。(This is a practical tutorial on matlab, which functions on matlab carried out a detailed description of the value of great learning.)
    2009-09-11 10:13:00下载
    积分:1
  • mm1
    利用MATLAB工具对M/M/1排队系统进行模拟实现,分析参数变化对排队系统的影响,并对相关参数进行性能分析。(Using MATLAB tools M/M/1 queuing system simulation, analysis parameters on the impact of queuing systems, and related parameters for performance analysis.)
    2011-06-20 16:41:35下载
    积分:1
  • xml-to-mat
    此代码应用于将xml文件转换为mat文件。在图像的目标识别时我们需要获得一些图像的点坐标。但是通过label me。我们只能获得xml文件的形式,这样我们就需要将xml文件转换为mat文件。方便在matlab的语言环境中进行处理(This code is used in the xml file into mat file. When the target image recognition we need at some point in image coordinates. But by label me. We can only get in the form of xml files, so we need to convert the file to mat xml file. Facilitate processing matlab language environment)
    2020-10-23 15:57:22下载
    积分:1
  • adaboost
    AdaBoost元算法属于boosting系统融合方法中最流行的一种,说白了就是一种串行训练并且最后加权累加的系统融合方法。 具体的流程是:每一个训练样例都赋予相同的权重,并且权重满足归一化,经过第一个分类器分类之后, 计算第一个分类器的权重alpha值,并且更新每一个训练样例的权重,然后再进行第二个分类器的训练,相同的方法....... 直到错误率为0或者达到指定的训练轮数,其中最后预测的标签计算是各系统*alpha的加权和,然后sign(预测值)。 可以看出,训练流程是串行的,并且训练样例的权重是一直在变化的,分错的样本的权重不断加大,正确的样本的权重不断减小。 AdaBoost元算法是boosting中流行的一种,还有其他的系统融合的方法,比如bagging方法以及随机森林。 对于非均衡样本的处理,一般可以通过欠抽样(undersampling)或者过抽样(oversampling),欠抽样是削减样本的数目, 过抽样是重复的选取某些样本,最好的方法是两种进行结合的方法。 同时可以通过删除离决策边界比较远的样例。 (AdaBoost boosting systems dollar fusion algorithm is the most popular one, it plainly systems integration approach is a serial train and final weighted cumulative. Specific process is: Each training example is given equal weight, and the weights satisfy normalization, after the first classifiers after Calculating a first classifier weights alpha value for each sample and updates right weight training, and then the second classifier training, the same way ....... 0, or until the specified error rate training rounds, wherein the label is the calculation of the final prediction system* alpha weighted and then sign (predicted value). As can be seen, the training process is serial, and weight training examples is always changing, the right of the wrong sample weight continued to increase, the right to correct sample weight decreasing. AdaBoost algorithm is an element, as well as other methods of boosting popular systems integration, such as bagging and random forest method. For )
    2014-07-09 19:24:29下载
    积分:1
  • CCA_SNR10
    衰落信道下的盲估计研究不同信噪比下典型相关分析(snr)
    2009-03-25 17:59:32下载
    积分:1
  • conti
    Inverse mathematical pendulum
    2009-05-19 19:47:37下载
    积分:1
  • Using-the-extended-hybrid-finite-method-for-solvin
    利用扩展混合有限方法求解双曲型方程的matlab算法(Using the extended hybrid finite method for solving hyperbolic equations matlab algorithm)
    2010-02-02 14:13:59下载
    积分:1
  • fwgougqc
    我在毕业设计时做的一个MATLAB实现图像的SIFT特征提取程序,并做在不同光照、不同视角下的 vZnbfT 特征匹配,还做了 zSCjeKh 特征值的提取转换,编译通过(I graduated the design of a MATLAB to achieve the image of the SIFT feature extraction process, and do in different light, different angles of the vZnbfT feature matching, but also to do the zSCjeKhfeature extraction and conversion, the compiler through)
    2016-01-23 13:13:53下载
    积分:1
  • VG_C
    利用可视图理论对时间序列建网,得到复杂网络,再求取该网络的聚集系数(throuth the theory of time series of network construction, we get the complex network, and then calculate the clustering coefficient of the network)
    2012-03-11 11:02:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载