登录
首页 » matlab » TOA_uwb

TOA_uwb

于 2019-03-17 发布
0 193
下载积分: 1 下载次数: 15

代码说明:

说明:  TDOA算法,用于解决uwb中的matlab仿真定位问题。(TDOA algorithm is used to solve the MATLAB simulation positioning problem in uwb.)

文件列表:

TOA_uwb\constrained_weighted_NLOS\add_noise.m, 561 , 2007-03-22
TOA_uwb\constrained_weighted_NLOS\cir_cir_intersection.asv, 880 , 2007-04-03
TOA_uwb\constrained_weighted_NLOS\cir_cir_intersection.m, 1001 , 2007-04-03
TOA_uwb\constrained_weighted_NLOS\constrained_weighted_NLOS.asv, 3055 , 2007-04-04
TOA_uwb\constrained_weighted_NLOS\constrained_weighted_NLOS.m, 3076 , 2007-04-04
TOA_uwb\constrained_weighted_NLOS\constrained_weighted_NLOS_ireative.m, 3184 , 2007-04-02
TOA_uwb\constrained_weighted_NLOS\cost_est.asv, 838 , 2007-04-03
TOA_uwb\constrained_weighted_NLOS\cost_est.m, 843 , 2007-04-03
TOA_uwb\constrained_weighted_NLOS\hs_err_pid404.log, 6485 , 2007-04-02
TOA_uwb\constrained_weighted_NLOS\limda_est.asv, 3040 , 2007-04-03
TOA_uwb\constrained_weighted_NLOS\limda_est.m, 3116 , 2007-04-03
TOA_uwb\constrained_weighted_NLOS\TOA_LS.m, 961 , 2007-04-03
TOA_uwb\constrained_weighted_NLOS\weights_cal.asv, 1654 , 2007-04-03
TOA_uwb\constrained_weighted_NLOS\weights_cal.m, 1657 , 2007-04-03
TOA_uwb\constrained_weighted_NLOS, 0 , 2007-04-04
TOA_uwb\dist_t.m, 240 , 2006-09-11
TOA_uwb\kalmanfltr.m, 350 , 2007-03-15
TOA_uwb\main.m, 9372 , 2007-03-16
TOA_uwb\monocycle.m, 1506 , 2007-03-27
TOA_uwb\tdoa_method.m, 5024 , 2006-12-07
TOA_uwb\tempt.m, 1156 , 2007-03-29
TOA_uwb\tempt1.m, 1112 , 2007-03-29
TOA_uwb\testing.asv, 7401 , 2007-03-29
TOA_uwb\testing.m, 7441 , 2007-03-29
TOA_uwb\toa.m, 509 , 2007-03-18
TOA_uwb\TOA_LS.m, 921 , 2007-03-25
TOA_uwb\TOA_main.m, 6517 , 2007-03-16
TOA_uwb\uwb_channel.asv, 1960 , 2007-03-27
TOA_uwb\uwb_channel.m, 2020 , 2007-03-28
TOA_uwb, 0 , 2007-04-04
www.pudn.com.txt, 218 , 2007-01-22

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

发表评论

0 个回复

  • StepclassV2
    逐步判别分析的主函数 用于分类 [sel,c,c0,re,P]=StepclaassV2(data,[50 50 50],data,10) 输入变量 x为训练集.每行为一个样本,每列为一个变量. Class_x,为训练集的分类情况,一行,为各类样本数量,例如[5 6 9] Test为待分类样本. 输出变量:sel为选择的变量序号,c,c0为拟合出的判别函数.re为对Test的判别结果,P为其后验概率. author 王新 2012.4.8 例子Sample: load fisheriris x=meas Class_x=[50,50,50] Test=meas(1:5,:) Fa1=4 [sel,c,c0,re,P]=StepclaassV2(x,Class_x,Test,Fa1)( Stepwise discriminant analysis for the classification of the main function [sel, c, c0, re, P] = StepclaassV2 (data, [50 50 50], data, 10) input variables x as the training set, each conduct a sample of each as a variable. Class_x, the classification for the training set, a row, the number of samples for all types, for example, [5 6 9] Test sample to be classified. output variable: sel for the selected variables serial number, c, c0 is fitted discriminant function. re discrimination results for the Test, P its posterior probability. author Wang 2012.4.8 examples Sample: load fisheriris x = meas Class_x = [50,50,50] Test = meas (1:5, :) Fa1 = 4 [sel, c, c0, re, P] = StepclaassV2 (x, Class_x, Test, Fa1))
    2020-09-18 12:27:56下载
    积分:1
  • 第十章
    数学建模第十章线性回归方程,简单易懂,适合数学建模学生(Mathematical modeling, the tenth chapter, linear regression equation)
    2017-09-08 11:49:52下载
    积分:1
  • comfac
    comfac算法是三线性模型常见的数据检测方法。它首先将三线性数据通过tucker3模型压缩,然后通过最小二乘的方法不断更新数据,直到收敛,得到估计值( The algorithm works by first compressing the data using a Tucker3 models. Subsequently the PARAFAC model is fitted to the compressed array, either initialized with DTLD (~ESPRIT) or with PARAFAC-ALS. The solution is de-compressed to the original space, and a few safe-guard PARAFAC-ALS steps are performed. Further optimization of this algorithm is possible, e.g. if the data are very large, if the profiles are very correlated or if the noise is huge. This 、 has not been pursued here, in order to have a generally applicable algorithm)
    2013-08-28 16:58:05下载
    积分:1
  • MATLAB6x
    非常好的MATLAB学习书籍,图像处理.非常值得下载,一定能对用户有很大帮助。(A very good book to learn MATLAB, image processing. Well worth downloading certainly of great help to users.)
    2009-09-16 10:41:19下载
    积分:1
  • eigenv
    一个求解BUCK电路特征值的典型计算程序,非常适合学习混沌电路的初学者(BUCK circuit for solving eigenvalue of a typical computer program is suitable for beginners to learn chaotic circuit )
    2010-07-06 23:04:12下载
    积分:1
  • BANKERS.C.tar
    Bankers algorithm is used to allocate resources to the processes and find whether they are in safe state or not.
    2010-11-16 03:10:15下载
    积分:1
  • pthoto
    掌握MATLAB的基本符号运算,在微积分中的应用,在线性代数中的应用,同时掌握方程的求解方法。(grasp the basic symbol operations in calculus of linear algebra applications, control of the equation solution.)
    2007-04-26 09:04:02下载
    积分:1
  • DXSXSY_EX_Ch5
    大学数学实验-清华出版社-姜启源-第5章例题源代码 (Mathematics Experiment-Tsinghua University- Chapter 5 Example )
    2011-12-02 17:30:42下载
    积分:1
  • linearpll
    Simulink linear pll
    2012-09-11 06:54:35下载
    积分:1
  • filter
    能够实现对三维点云数据的中值滤波、均值滤波、以及最小二乘滤波(Able to achieve a three-dimensional point cloud data, median filtering, mean filtering, and least squares filtering)
    2021-03-17 01:49:21下载
    积分:1
  • 696518资源总数
  • 106182会员总数
  • 24今日下载