搜索资源列表
RSSI和TOA定位算法的Matlab仿真代码
- RSSI和TOA定位算法的Matlab仿真代码,RSSI and TOA location algorithm Matlab simulation code
TOA_in_uwb
- toa代码仿真,希望能给大家带来帮助,本人觉得对做定位很有用-toa simulation code, I hope we can help, I do think that the positioning of the useful
Simple_TOA
- This a simple position location algorithm using Least Square Estimation algorithm. Timing information is time of flight (TOA) of signal between Tx and Rx. This code generally describes the Positioning method, Also it plots final coordinate of node in
WirelessLocation
- 无线定位代码,包括各种定位算法的基本函数,定位算法包括TDOA、TOA、AOA等-Wireless location code, including the basic function of a variety of localization algorithm, localization algorithm, including TDOA, TOA, AOA, etc.
NLOS
- 蜂窝网络抑制非视距定位算法研究.详细介绍了几种基本的定位方法:圆周定位法(TOA, Time Of Arrival)、双曲线定位法(TDOA, Time Different Of Arrival)、角度测量值定位法(AOA, Angle Of Arrival)和混合定位法,并对这些方法进行了比较。 -Cellular networks inhibit non-line-location algorithms. Details the positioning of several basic
calcErrorTOA
- 使用TOA的方法來計算位置,相當好用的程式-Using the TOA method to calculate the location, very easy to use program
positioning
- 调试成功的测距定位仿真(TOA)。三个函数的作用分别是:在一个正方形区域内随机选择10个点;在这10个点中选择被测结点和参考结点;LSE位置计算。-Ranging and Location debug successful simulation (TOA). The role of the three functions are: a square area in 10 randomly selected points 10 points in the selected node under
TOA1
- TOA定位算法,包括Musica算法的具体实现,误差产生等等 -TOA location algorithm, including Musica in the proposed algorithm, the error generated, etc.
threestationTOA
- 超宽带定位系统中重要参数,GDOP分析,采用三站TOA定位方法-UWB location system important parameters, GDOP analysis, TOA positioning method with three points
TDOATOAAOA
- 无线定位基本算法 TDOA AOA TOA-Wireless location algorithm on TDOA the AOA TOA
TOAEstimate
- 基于TOA(到达时间法)测距的定位算法程序 对学习定位的有用-Location algorithm based on TOA (time of arrival) ranging program of learning positioning useful
TOAAOA
- 为了减小NLOS 传播的影响,基于几何结构的单次反射统计信道模型,该文提出一种NLOS 环境下的TOA/AOA 定位算法。利用RBF 神经网络较快的学习特性和逼近任意非线性映射的能力,对NLOS 传播的误差进行修正以减小NLOS 传播的影响,再利用最小二乘(LS)算法进行定位,从而提高系统的定位精度。-In order to mitigate the effect of NLOS propagation, based on the Geometry Based Single- Bounced
maximum-likelihood--equation
- 室外定位通过建立TOA最大似然方程对chan算法进行修正 -In outdoor location,the Chan algorithm is corrected by the maximum likelihood equation based on TOA.
TOA
- TOA估计定位,采用固定门限法比较不同虚警下的估计性能。-TOA estimation location, using a fixed threshold estimation performance comparison of different methods under false alarm.
A-Novel-ToA-NLoS
- 以LOS时差定位算法为基础的新型NLOS定位估计,TOA,非视距。-A Novel ToA Location Algorithm Using LoS Range Estimation for NLoS Environments
TOA
- 三边测量、质心算法、三点定位法、TOA定位算法等一些算法-Trilateration, centroid algorithm, three-point positioning method, TOA location algorithm and some algorithms
ChanAlgorithm
- 无线定位基本chan算法,基于toa定位方法,实用性好-Wireless Location basic chan algorithm, toa location based, practical good
tdoa_localization-master-m
- TOA定位计算,自动实现基站与中段的toa定位并你和-TOA LOCATION
TOA和TODA
- 无线定位技术仿真模拟,加有高斯白噪声干扰,能精确到1米之内。(Wireless location technology simulation, plus Gauss white noise interference, can be accurate to 1 meters.)
1
- % 输入参数: % R(N-1×1): TDOA测量值 % Pbs(N×2): 基站的坐标,第一列为X,第二列为Y;参考基站坐标位于第一行 % 输出参数: % POS_ref(2X1):第一次WLS的估计结果,作为参考作最终定位结果的判决 % POS1(2X1) :定位结果1 % POS2(2X1) :定位结果2 % POS