登录
首页 » matlab » TDOA

TDOA

于 2018-09-02 发布 文件大小:2KB
0 261
下载积分: 1 下载次数: 24

代码说明:

  时差定位分析,解三个非线性方程,对定位误差进行分析。(Time difference of arrival ocation analysis, three nonlinear equations are solved, and the error is analyzed.)

文件列表:

code20180902.txt, 3256 , 2018-09-02
TDOA.m, 2632 , 2018-09-02

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

发表评论

0 个回复

  • 这是一个计算机图形学中图形填充的算法,包括种子填充中简单填充算法和扫描线填充算法!...
    这是一个计算机图形学中图形填充的算法,包括种子填充中简单填充算法和扫描线填充算法!-This is a computer graphics to fill the graphics algorithms, including seeds filling simple filling algorithm and scanning fill algorithm!
    2022-03-21 13:43:58下载
    积分:1
  • Winlicense HWID 研究——合集
    说明:  Winlicense 机器码 算法 ,经典的 CPU_ID + BIOS_ID + HD_ID + MAC_ID+校验(WinLicense machine code algorithm, classic CPU ID + BIOS ID + HD ID + MAC ID + verification)
    2020-03-06 10:44:38下载
    积分:1
  • VC++ 检测获取USB磁盘
    VC++ 检测获取USB磁盘,若发现有USB类存储设备,则显示出这些设备的名称、盘符等信息,界面没怎么设计,只是为了突出功能代码,有兴趣的可用在你的程序中。
    2022-05-25 23:52:21下载
    积分:1
  • hi everyone, it is other people s program by c++ it is nice (一组开关,希望搞工控界面的xdjm能用...
    hi everyone, it is other people s program by c++ it is nice (一组开关,希望搞工控界面的xdjm能用的上。 位图开关,你用你自己的图替换掉,就可以得到你自己风格的开关了,其他几个都是用GDI画的。 ), enjoey it~-hi everyone, it is other people s program by c it is nice (a group switches, two or IPC interface delivers usable on. Bitmap switch, you use your own map replace, it can be your own style of the switch, has been used in several other GDI painting.) , it was enjoey
    2022-02-10 00:49:04下载
    积分:1
  • SVM
    说明:  SVM的基础使用,在机器学习与WEB安全方面(how to use SVM in Machine Learning and WEB security)
    2020-03-12 10:25:08下载
    积分:1
  • ANSYS仿真二维被动
    说明:  磁悬浮二维轴承仿真,记录轴承在x以及y方向的偏移量,转子受力的变化状况。(The simulation of the two-dimensional magnetic bearing records the deviation of the bearing in X and Y directions and the change of the rotor force.)
    2020-06-01 18:52:04下载
    积分:1
  • I2C_C51
    液晶320240程序控制器为8806(Program controller for the LCD 320 240 8806)
    2011-08-11 20:17:30下载
    积分:1
  • VB6_Registry_Editor_Demonstration
    Visual Basic Source Program Register
    2011-12-15 09:28:52下载
    积分:1
  • Java中的Canvas绘图源码实例
    Java中的Canvas绘图源码实例,主要是画线条、弧线、圆角矩形、三角形、文字、圆形等简单的几何图形,主要是通过创建DrawingCanvas对象canvas,为canvas设置命令监听者,实现接口CommandListener的方法,把缓冲区图像的内容绘制到画布上,画图部分代码:   int w = getWidth(); // 画布的宽度   int h = getHeight(); // 画布的高度   Image buffer = Image.createImage(w, h); // 用于绘图的缓冲图像   Graphics gc = buffer.getGraphics(); // 获取缓冲图像的图形环境   // 清除画布   public void clearScreen() {    gc.setColor(255,255,255); // 设置绘图颜色为白色    gc.fillRect(0,0,w,h); // 把缓冲图像填充为白色    gc.setColor(255,0,0); // 设置绘图颜色为红色   }   // 绘制直线   public void drawLine() {    setTitle("直线"); // 设置画布的标题    clearScreen(); // 清除画布    gc.drawLine(10,10,w-20,h-20); // 绘制黑色直线    gc.setColor(0,0,255); // 设置绘图颜色为蓝色    gc.drawLine(10,h/2,w-10,h/2); // 绘制蓝色直线   }   // 绘制弧   public void drawArc() {    setTitle("弧线和填充弧");    clearScreen();    gc.drawArc(5,5,w/2-20,h/2-20,60,216); // 绘制弧线    gc.drawArc(5,h/2-10,w/2-20,h/2-20,0,360); // 绘制圆    gc.setColor(0,0,255);    gc.fillArc(w/2,5,w/2-20,h/2-20,60,216); // 绘制填充弧线    gc
    2023-04-11 05:50:03下载
    积分:1
  • opc2modbus
    opc转modbus,试用测试。试用测试。(opc to modbus opc to modbus)
    2017-08-08 11:54:16下载
    积分:1
  • 696518资源总数
  • 106227会员总数
  • 11今日下载