登录
首页 » matlab » MobileRobot

MobileRobot

于 2013-08-22 发布 文件大小:1182KB
0 235
下载积分: 1 下载次数: 19

代码说明:

  Mobile Robot Model + Code + Docs in Matlab

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

发表评论

0 个回复

  • DCT_IDCT
    to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expression for M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the execution now compare our special 8X8 functions with the internal general functions use this code: A = int32(100*rand(8,8)) tic for i = 1 : 1000 IDCT_8X8(DCT_8X8(A)) end toc tic for i = 1 : 1000 idct2(dct2(A)) end toc i had built the general functions too, but with low speed (to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expressionfor M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the executionnow compare our special 8X8 functions with the internal general functionsuse this code: A = int32 (100* rand (8,8)) tic for i = 1: 1000 IDCT_8X8 (DCT_8X8 (A)) end toc tic for i = 1: 1000 idct2 (dct2 (A)) end toc i had built the general functions too, but with low speed)
    2007-12-05 18:28:42下载
    积分:1
  • NewtonRaphson_0.5
    matlab code for Newton-Raphson solver
    2015-02-03 15:54:26下载
    积分:1
  • 11
    说明:   该电路由一片四双向模拟开关集成电路CD4066为核心构成。每个电路内部有四个独立的能控制数字或模拟信号传送的开关。当水箱无水时,由于180K电阻的作用,使四个开关的控制端为低电平,开关断开,LED 不发光。随着水位的增加, 由于水的导电特性,使得IC的13脚为高电平,S1接通,LED1点亮。当水位逐渐增加时,LED依次发光指示水位。水满时, LED4发光, 显示水满。同时T1导通, B发出报警声,提示水已满。不需要报警声时,断开开关K即可。 (The circuit consists of a four-way analog switch integrated circuit CD4066 core composition. Within each circuit to control four separate digital or analog signal transmission in the switch. When the tank water, the role of the 180K resistor, so that the four low-side switch control, switch off, LED does not light. As the water level increases, the electrical properties of water, making the IC' s 13 feet high, S1 connected to, LED1 lights up. When the water level gradually increased, LED turn light level indication. Is full of water, LED4 LED display full of water. At the same time conducting T1, B alarm will sound, indicating that the water is full. Do not need to sound the alarm when the disconnect switch K can be.)
    2011-03-11 11:41:51下载
    积分:1
  • TSP
    Matlab实现遗传算法解决TSP问题,计算智能课程设计,程序以Oliver问题是例子,结果良好,也可以自己自己要解决的问题,贡献给大家。(Matlab genetic algorithm to solve TSP problem, Computational Intelligence curriculum design, program the Oliver problem is an example, good results can also own their own to solve the problem, to the party.)
    2013-01-18 21:02:07下载
    积分:1
  • three-dimensional-trajectory
    该程序可以画出三维的运动轨迹,可以看到轨迹的前视图,还可以对轨迹进行旋转等(The program can draw three-dimensional trajectory, you can see the front view of the track, the track can also be rotated, etc.)
    2014-10-30 17:44:31下载
    积分:1
  • Gauss-Seidel
    高斯斯代尔迭代法,用于数值分析课,正确,可以提供简单的参考(Gauss-Seidel iterative methods)
    2009-05-08 00:31:08下载
    积分:1
  • radix4DIFreversed
    1) Pls note that the input sequence shall be a power of 4. 2) Output bits are reversed in Quaternary System. MATLAB release MATLAB 7.5 (R2007b)
    2011-02-04 01:34:20下载
    积分:1
  • MATLAB
    关于matlab程序的源代码,主要是关于EM算法的程序实现(About the the matlab program' s source code, the program on the EM algorithm to achieve)
    2013-04-27 13:06:11下载
    积分:1
  • Solve_BQME123
    Solves matrix equation of type AX+XB+XCX+D = 0 for X being non-square
    2010-11-05 23:20:56下载
    积分:1
  • leachs1vsleachs2
    leach算法和leach改进的算法对比默契改进算法为对阈值的改变(leach algorithm and improved algorithm leach algorithm for Bi Moqi threshold for change)
    2013-08-15 15:06:38下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载