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. Estimating19609112312005

    0下载:
  2. Simple exercise that calculate the Taylor expansion of the exponential function. Input variables: degree N vector of evaluation points, x At each step plots the Taylor polynomial and compare with the real function function y=
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-26
    • 文件大小:4420
    • 提供者:ali
  1. misc2

    0下载:
  2. Simple exercise that calculate the Taylor expansion of the exponential function. Input variables: degree N vector of evaluation points, x At each step plots the Taylor polynomial and compare with the real function function y=
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:8828
    • 提供者:ali
  1. KernelDS

    0下载:
  2. 基于泰勒技术展开的自适应滤波函数的图像处理,可实现去噪,超分辨率,去除马赛克等-Taylor expansion based on adaptive filtering techniques of image processing functions can be realized denoising, super resolution, remove mosaic
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:257420
    • 提供者:sdf
  1. cos

    0下载:
  2. 用泰勒公式实现余弦函数的计算,使用汇编的方法,里面用到了32位的运算方法,灵活应用了定点运算的思想。-Cosine function with the Taylor formula to achieve the calculation method using the assembly, which uses 32-bit computing method, flexible application of the fixed-point arithmetic thinking.
  3. 所属分类:assembly language

    • 发布日期:2017-03-23
    • 文件大小:5896
    • 提供者:frank
  1. gan1

    0下载:
  2. 泰勒杆仿真及K文件源代码,用于分析应力应变-Rod Taylor, Simulation and K file source code for the analysis of stress and strain
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:20587
    • 提供者:老杨
  1. Interpolation

    0下载:
  2. Chapter 4. Interpolation and Polynomial Approximation Algorithm 4.1 Evaluation of a Taylor Series Algorithm 4.2 Polynomial Calculus Algorithm 4.3 Lagrange Approximation Algorithm 4.4 Nested Multiplication with Multiple Centers Algor
  3. 所属分类:matlab

  1. Attitude-SINS

    2下载:
  2. 姿态角仿真 MATLAB 捷联惯导 三阶泰勒 四阶龙格库塔-MATLAB simulation Attitude SINS fourth order Runge-Kutta third-order Taylor
  3. 所属分类:matlab例程

    • 发布日期:2013-01-06
    • 文件大小:7565
    • 提供者:王齐
  1. chap11

    0下载:
  2. syms x g=exp(x*sin(x)) t=taylor(g,12,2) xd = 1:0.05:3 yd = subs(g,x,xd) ezplot(t, [1,3]) hold on plot(xd, yd, r-. ) title( Taylor approximation vs. actual function ) legend( Taylor , Function )-syms x g = exp (x* sin (x)) t = tayl
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1043
    • 提供者:景国彬
  1. chap9

    0下载:
  2. syms x g=exp(x*sin(x)) t=taylor(g,12,2) xd = 1:0.05:3 yd = subs(g,x,xd) ezplot(t, [1,3]) hold on plot(xd, yd, r-. ) title( Taylor approximation vs. actual function ) legend( Taylor , Function )-syms x g = exp (x* sin (x)) t = tayl
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:21981
    • 提供者:景国彬
  1. jianmo

    0下载:
  2. syms x g=exp(x*sin(x)) t=taylor(g,12,2) xd = 1:0.05:3 yd = subs(g,x,xd) ezplot(t, [1,3]) hold on plot(xd, yd, r-. ) title( Taylor approximation vs. actual function ) legend( Taylor , Function )-syms x g = exp (x* sin (x)) t = tayl
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:65895
    • 提供者:景国彬
  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. r-t

    1下载:
  2. use 3-order weno to solve Rayleigh-Taylor instability-3-order weno
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:4822
    • 提供者:liuquanyifan
  1. Matlab

    0下载:
  2. Gauss Seidel 解数学矩阵方程 Bisection 解1元高次方程 Newton Method 解高次方程 Taylor series 泰勒公式求方程近似解-In numerical linear algebra, the Gauss–Seidel method, also known as the Liebmann method or the method of successive displacement, is an iterative method used to
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1651
    • 提供者:yuguo
  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. LnX

    0下载:
  2. 计算ln(x),使用Taylor和Richardson两种主要方法。-Calculate the function ln(x)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:5527
    • 提供者:不死之神
  1. Adaptive_Filtering_Primer_with_MATLAB

    0下载:
  2. Book,Adaptive_Filtering_Primer_with_MATLAB Pubnlished in 2006 by CRC press Taylor & Francis Group
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2319890
    • 提供者:juyayayo
  1. The-Mythical-Man-Month

    0下载:
  2. 中译本《人月神话》,二十周年纪念版,软件项目管理经理人员必备书籍之一-Taylor, The Mythical Man-Month, twenty mythical man-month-essays, software project management personnel manager for one of the books
  3. 所属分类:software engineering

    • 发布日期:2017-05-20
    • 文件大小:6047690
    • 提供者:Tang
  1. chantaylor

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

    • 发布日期:2017-04-10
    • 文件大小:804
    • 提供者:chen
« 1 2 3 4 5 67 8 9 10 11 ... 14 »
搜珍网 www.dssz.com