登录
首页 » Matlab » DV Hop定位代码

DV Hop定位代码

于 2022-03-22 发布 文件大小:3.24 kB
0 70
下载积分: 2 下载次数: 1

代码说明:

应用背景本代码介绍了DV Hop定位过程关键技术在定位过程中使用跳数,它是基于通过节点的跳数计算未知节点的位置

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

发表评论

0 个回复

  • microfluid
    利用有限元分析的方法,对微尺度内的物理进行了流动模拟,该方法可以分析多孔介质。(Finite element method, the physics of microscale flow simulation conducted, the method can analyze the porous media.)
    2010-09-27 09:10:58下载
    积分:1
  • MMSE
    说明:  最小局方误差的语音增强方法,MMSE的最原始应用方法,比较经典的哦入门算法(Minimum error of the Bureau of speech enhancement, MMSE application of the most primitive methods, comparing the classic Introduction to Algorithms oh)
    2010-04-14 15:20:20下载
    积分:1
  • Signal-data-preprocessor
    信号数据预处理程序,包括低通滤波,带通滤波(Signal data preprocessor:including a low pass filter, band-pass filter)
    2013-10-28 11:25:48下载
    积分:1
  • dualrotor_slidingcontrol
    对转永磁同步电机的滑模控制,实现了优于PI控制的优良性能,值得参考(anti-rotary PMSM sliding mode control)
    2012-12-18 16:04:13下载
    积分:1
  • sigc
    Poisson过程的理论,了解排队系统中顾客到达速率、平均队长、等待时间等概念,实现,分析参数变化对排队系统的影响。(suijiguocheng poisson processing )
    2012-04-10 19:06:54下载
    积分:1
  • Function-for-Alignment
    this is a source code about Function for allignment
    2013-05-06 14:28:07下载
    积分:1
  • 图像畸变校正
    function gmodify(pic,uv,gm,og) %pic表示要处理的图像的路径文件名 %uv是一个二维矩阵,uv(:,1)代表上面提到的,uv(:,2)表示 %gm是一个二维矩阵,gm(j,:)代表在校正图空间上与uv(j,:)一一应的点 %og 代表对称中心,它是一个二维向量 a=imread(pic); b=double(a); n=size(gm(:,1)); for k=1:n%转换到以对称点为原点的空间关系并构造矩阵A A(k,:)=[1,gm(k,1)-og(1),gm(k,2)-og(2),(gm(k,1)-og(1)^2), (gm(k,1)-og(1))*(gm(k,2)-og(2)),(gm(k,2)-og(2) ^2)]; end [h,w]=size(b(:,:,1)); sp=zeros(h,w,3)+255; a0=pinv(A)* uv(:,2); %计算上面提到的地址映射的系数估计a b0=pinv(A)* uv(:,1); %计算上面中提到的地址映射的系数估计b for i=1:h %从理想图像矩阵出发处理 for j=1:w x=[1,j-og(1),i-og(2),(j-og(1))^2,(i-og(2))*(j-og(1)),(i-og(2))^2]; u=x*a0+og(2); % 逆向映射(j,i)到畸变图像矩阵(v,u) v=x*b0+og(1); if (u>1)&&(u1)&&(v
    2022-06-12 17:58:51下载
    积分:1
  • Carroponte-appoggiato
    Function to simulate a crane and its load and strain
    2012-08-14 05:49:18下载
    积分:1
  • MFAC
    无模型自适应控制程序,使用MATLAB编写(Model free adaptive control program, coding with MATLAB.)
    2016-07-14 17:48:55下载
    积分:1
  • DIPUM_toolbox_v1[1].1.3
    这是一个matlab编写的关于图形图像处理的库文件,里面含有很多实现的图形图像处理的算法,可以使操作者方便使用(This is a matlab graphical images prepared by the treatment of the library file, which contains many realize the graphic image processing algorithms, allows the operator easy-to-use)
    2007-07-18 23:01:19下载
    积分:1
  • 696516资源总数
  • 106475会员总数
  • 7今日下载