CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - taylor算法

搜索资源列表

  1. ukf

    1下载:
  2. EKF仅仅利用了非线性函数Taylor展开式的一阶偏导部分(忽略高阶项),常常导致在状态的后验分布的估计上产生较大的误差,影响滤波算法的性能,从而影响整个跟踪系统的性能。最近,在自适应滤波领域又出现了新的算法——无味变换Kalman滤波器(Unscented Kalman Filter-UKF)。UKF的思想不同于EKF滤波,它通过设计少量的σ点,由σ点经由非线性函数的传播,计算出随机向量一、二阶统计特性的传播。因此它比EKF滤波能更好地迫近状态方程的非线性特性,从而比EKF滤波具有更高的估计精
  3. 所属分类:matlab

    • 发布日期:2015-04-09
    • 文件大小:130048
    • 提供者:zyz
  1. FusJHFDGion

    1下载:
  2. 本程序实现多算法协同定位中第一层数据融合,将CHAN算法结果和泰勒算法结果经过残差加权算法加权代码,已通过测试。-The program co-location multi-algorithm in the first layer data fusion, the algorithm results and Taylor algorithm CHAN results through a weighted residual weighting algorithm code has been tes
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1254
    • 提供者:
  1. e^n

    0下载:
  2. 采用泰勒展开和RK算法在vs2005下求解e的x次方(x可从-10到10),精确到小数点后30位-Taylor and RK algorithm used in vs2005 solution under the e-th power of x (x can be from-10 to 10), accurate to 30 decimal
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1442092
    • 提供者:王帅
  1. Matlab

    0下载:
  2. 自学matlab必备的60个小例子,包括牛顿插值、taylor解常微分方程等算法的matlab实现源代码,保证正确-It includes 60 examples of the code of matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:25625
    • 提供者:fanxing
  1. chantaylor

    0下载:
  2. TDOA chan taylor 联合算法-TDOA chan taylor
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:804
    • 提供者:chen
  1. cbsflow

    2下载:
  2. 基于特征分裂(CBS)算法,提出一种适用于具有运动边界的不可压缩黏性流动问题的有限元求解程序。来源于Zienkiewicz&Taylor的经典著作Finite_Element_Method Vol.3-A Characteristic Based Split-FEM Solver for Incompressible Viscous Flow
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-02-01
    • 文件大小:3756108
    • 提供者:jianxinxia
  1. BFFusion2a

    1下载:
  2. 采用贝叶斯推论的数据融合,将CHAN算法和泰勒算法的结结果经过处理,得到更好的定位结果,已通过测试。 -Bayesian inference using the data fusion, will CHAN Taylor algorithm and the results of algorrithm processed and better positioning of the results of the full source code, has been tested.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:758
    • 提供者:
  1. Taylor_TDOA

    0下载:
  2. 此算法为泰勒展开算法,仿真无线定位技术中TDOA定位.-This algorithm for Taylor expansion algorithm, TDOA positioning simulation of wireless location technology.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:622
    • 提供者:棉花糖
  1. MFFusion1u

    0下载:
  2. 本程序实现多算法协同定位中第一层数据融合,将CHAN算法结结果和泰勒算法结果经过残差加权算法加权,已通过测试。 -This program is multi-algorithm for collaborative positioning of the first layer of data fusion, the CHAN algorithm knot results and Taylor algorithm results weighted residual weighting algor
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1249
    • 提供者:ttian1000
  1. Hybrid-GPSTDOA-location-algorithm-in

    0下载:
  2. 提出了一种混合GPS/TDOA 的泰勒级数-最小二乘算法,在GPS 和TDOA 定位方法都无法独立 定位时实现了定位-Proposed a hybrid GPS/TDOA Taylor series- least squares algorithm, GPS and TDOA positioning methods are unable to locate an independent positioning
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-04-06
    • 文件大小:829967
    • 提供者:清一
  1. Location-Coding

    0下载:
  2. 主要用MATLAB 仿真了蜂窝网无线定位TDOA中经典的一些算法如CHAN ,TAYLOR,SI算法等并做了性能分析和比较。。希望对初学定位的同学有用-Major cellular network wireless positioning TDOA classic algorithm CHAN, TAYLOR, SI algorithm MATLAB simulation and performance analysis and comparison. . Hope for beginner p
  3. 所属分类:Communication

    • 发布日期:2017-06-29
    • 文件大小:523264
    • 提供者:返校
  1. CV6

    0下载:
  2. 利用KLT跟踪算法进行兴趣点选取和跟踪。 KLT跟踪算法的原始思想是在研究不同图像之间的匹配问题时,通过计算两个平移窗口的灰度残差,并寻找最小化残差SSD(sum of square difference)来实现匹配的。但是这个过程是没有效率的,因此KLT算法进行了优化。在这个过程中,KLT算法使用泰勒展开直接计算平移矢量,而不需要通过遍历进行搜索。 -KLT tracking algorithm to select a point of interest and tracking. K
  3. 所属分类:OpenCV

    • 发布日期:2017-11-04
    • 文件大小:2218596
    • 提供者:
  1. TaylorAlgorithm

    0下载:
  2. 该算法在原有的算法基础上提出的TDOA泰勒算法,可以用在传感器定位和蜂窝网定位。且该算法的定位精度比较高。-The algorithm is based on the original algorithm proposed TDOA Taylor algorithm can be used in sensor positioning and cellular location. And the algorithm is relatively high positioning accuracy.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1249
    • 提供者:刘韦韦
  1. talor6

    2下载:
  2. 使用泰勒算法设计的具有抑制旁瓣功能的雷达方向图-Using Taylor algorithm design direction of the radar chart
  3. 所属分类:matlab

    • 发布日期:2016-05-22
    • 文件大小:1024
    • 提供者:高宽栋
  1. LFMshort_compress

    0下载:
  2. 小时宽带宽积信号的脉压算法(lfm和gmsk信号)本文对项目使用的LFM、Taylor编码两种不同小时宽带宽积信号的实际回波波形和特性进行了分析,并针对性地使用了倒推法和循环迭代法,获得优化的脉冲压缩系数,提高了脉冲压缩的主副瓣比。试-Applications of two digital pulse compression arithmetics for small TB signal
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:748617
    • 提供者:
  1. TLS

    0下载:
  2. WSN定位算法,数学计算方法,基于泰勒展开的定位算法-WSN localization algorithms, mathematical calculations, based on Taylor' s location algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5420
    • 提供者:mei
  1. gao-si-die-dai

    0下载:
  2. 数学算法中的一种迭代方法,高斯迭代法,是使用泰勒级数展开式去近似地代替非线性回归模型,然后通过多次迭代,多次修正回归系数,使回归系数不断逼近非线性回归模型的最佳回归系数,最后使原模型的残差平方和达到最小。-Mathematical algorithms in an iterative method, Gauss iterative method, using the Taylor series expansion to approximate instead of nonlinear regre
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1371
    • 提供者:meihaodi
  1. Taylor_interpolate

    2下载:
  2. 基于泰勒展开的B样条插补算法实现程序,可供相关研究者参考。-B-spline interpolation algorithm program based on Taylor expansion , to provide a reference for the related researchers.
  3. 所属分类:CAD

    • 发布日期:2017-04-25
    • 文件大小:14230
    • 提供者:bc791110
  1. wuxiandignweitaylor

    0下载:
  2. 泰勒算法定位,语言采用的是matlab编程,用于实现无线定位中的泰勒算法-Taylor positioning algorithm, matlab programming language is used for wireless location algorithm Taylor
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1897
    • 提供者:奚久洲
  1. 062501

    0下载:
  2. 角点检测算法是一种基于信号的点特征提取算法,Harris角点检测算子是通过Taylor级数展开法扩展了思路,计算窗口沿任何方向移动后的灰度变换情况,利用数学解析式来进一步确定特征点。-Corner detection algorithm is a point-based feature extraction algorithm signal, Harris corner detection operator is expanded by Taylor series expansion ideas
  3. 所属分类:OpenCV

    • 发布日期:2017-05-03
    • 文件大小:608993
    • 提供者:zheng mingzhi
« 1 2 34 »
搜珍网 www.dssz.com