登录
首页 » matlab » Iot-positioning-simulation

Iot-positioning-simulation

于 2016-04-26 发布 文件大小:90KB
0 273
下载积分: 1 下载次数: 52

代码说明:

  RSSI算法是指根据无线传感器接受到(目标物体)的信号指示强度,计算该信号在传播中的损耗,根据理论或者经验的信号传播模型将信号强度转换成距离。但是这种算法很容易受到天气,障碍物或人员流动的影响,导致测距不精确,从而定位精度不高。但是由于RSSI算法简单,成本低廉,很多无线通信模块提供RSSI值,所以RSSI算法依然应用在众多领域中。(RSSI algorithm is based on wireless sensor to receive the signal intensity (objects), calculate the signal in the transmission loss, according to the experience of the theory or the signal propagation model will be converted into a distance of signal strength.But this algorithm is very vulnerable to weather, obstacles or the influence of the flow of people, lead to range is not accurate, thus positioning accuracy is not high.But because the RSSI algorithm is simple, low cost, a lot of wireless communication module provides RSSI values, so the RSSI algorithm is used in many fields.)

文件列表:

RSSI定位matlab仿真
..................\end3_scout.m,5349,2013-04-17
..................\end_scout.asv,5240,2013-04-04
..................\end_scout.m,5240,2013-04-04
..................\end_scout2.m,6672,2013-04-03
..................\RSSI
..................\....\Distance.m,2256,2013-03-14
..................\....\Distance11.m,3024,2013-03-21
..................\....\Distanceyingyong.m,45,2013-03-13
..................\....\RSSI
..................\....\....\Distance.m,2118,2015-06-12
..................\....\....\Simulation1.m,3176,2008-05-30
..................\....\....\Triangle.m,1888,2008-05-30
..................\....\....\untitled.fig,31552,2013-03-17
..................\....\rssi2dist.asv,751,2013-03-21
..................\....\rssi2dist.m,751,2013-03-21
..................\....\sim.asv,5020,2013-04-01
..................\....\sim.m,5101,2013-04-01
..................\....\sim5.asv,8344,2013-05-13
..................\....\sim5.m,8425,2013-05-16
..................\....\simula.asv,4573,2013-04-04
..................\....\simula.m,4539,2013-04-07
..................\....\Simulation1.asv,3527,2013-03-21
..................\....\Simulation1.m,3527,2013-03-21
..................\....\Simulation11111.m,3429,2013-03-14
..................\....\simulationnew.m,3601,2013-03-26
..................\....\simulationtry.asv,6203,2013-03-26
..................\....\simulationtry.m,6413,2013-03-26
..................\....\Triangle.m,1811,2013-03-26
..................\....\Triangle1.m,3158,2013-03-17
..................\....\Triangle1111.asv,6188,2013-03-17
..................\....\Triangle1111.m,6238,2013-03-17
..................\....\Triangle2.asv,2438,2013-04-04
..................\....\Triangle2.m,2382,2013-04-04
..................\....\Triangle4.asv,2341,2013-03-31
..................\....\Triangle4.m,2336,2013-03-31
..................\....\Triangle5.asv,1945,2013-04-04
..................\....\Triangle5.m,1930,2013-04-04
..................\....\trytry.asv,4577,2013-04-04
..................\....\trytry.m,4496,2013-04-04
..................\RSSI.m,3109,2013-03-25
..................\RSSIzhixin.m,1387,2013-04-10
..................\scout.m,2942,2013-03-22
..................\scout1.m,3193,2013-03-25
..................\scout2.asv,5002,2013-03-26
..................\simulationnew11.m,6693,2013-03-29

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

发表评论

0 个回复

  • Min-WLI
    这是一个用于消除用户间干扰的MATLAB代码,利用了最小化干扰泄露的迭代优化算法,将用户接收到的干扰功率逼近于零来实现干扰消除。(This is a MATLAB code for eliminating interference between users, the use of iterative optimization algorithms minimize interference leaked, the user receives interference power approximation to zero to achieve interference cancellation.)
    2014-11-13 11:17:56下载
    积分:1
  • 模糊pid
    编译好的Simulink-FuzzyPID模糊pid控制规则,通过对模糊规则的定义ki,kp,kd。(Compiled Simulink-FuzzyPID fuzzy PID control rules, through the definition of fuzzy rules Ki, KP, KD.)
    2017-12-22 11:21:50下载
    积分:1
  • meizhizhibiao
    美股实时指数 在副图窗口,方便操作与美元有关的相关产品(US stock index for MT4)
    2014-11-21 22:18:24下载
    积分:1
  • Opt_Steepest
    说明:   用最速下降法求最优化解 输入:f为函数名 grad为梯度函数 x0为解的初值 TolX,TolFun分别为变量和函数的误差阈值 dist0为初始步长 MaxIter为最大迭代次数 输出: xo为取最小值的点 fo为最小的函数值 f0 = f(x(0))( Steepest Descent Method with Optimum Solution input: f as a function name grad is gradient function x0 for the solution of the initial TolX, TolFun variables and functions were error threshold dist0 as the initial step MaxIter maximum Diego passage number Output: xo to take the minimum point of fo is the smallest function value f0 = f (x (0)))
    2011-02-23 13:32:17下载
    积分:1
  • GYH
    实现MATLAB的自适应滤波器代码,LMS的改进,分析其收敛性(MATLAB realization)
    2014-09-22 02:04:47下载
    积分:1
  • TSP
    TSP问题的matlab实现程序,该程序在机器上可以正常运行,现提供给大家参考(TSP issues realize matlab program on the machine can function properly, is now available to U.S. reference)
    2007-08-30 23:38:43下载
    积分:1
  • DCT
    读入一幅256*256图像,将它分成8*8pixel的若干块,对每块做DCT变换,保留Z型顺序的若干变换系数,进行IDCT重构图像,计算重构图像的信噪比(Reading a 256* 256 image, it will be divided into several blocks of 8*8 pixel, keep each optimal Z transformation of sequence number, IDCT transform coefficient calculation reconstruction image reconstruction images,and the signal-to-noise ratio)
    2010-07-02 22:08:40下载
    积分:1
  • dspPPT-dingyumei
    the dingyumeiand gaoxinquan DSP PPT
    2011-09-18 09:56:21下载
    积分:1
  • lclfilter
    自己做的LCL滤波器matlab m文件(LCL filter)
    2013-03-11 10:37:20下载
    积分:1
  • img2curve
    CONVERT IMG TO CURVE IN MATLAB
    2013-09-10 18:04:30下载
    积分:1
  • 696516资源总数
  • 106554会员总数
  • 12今日下载