登录
首页 » matlab » ckf-matlab-master

ckf-matlab-master

于 2016-04-16 发布 文件大小:4KB
0 240
下载积分: 1 下载次数: 71

代码说明:

  用matlab实现了容积卡尔曼滤波算法,并给出了仿真算例(Using matlab to achieve a volume of Kalman Filter)

文件列表:

ckf-matlab-master
.................\CKF.m,2716,2015-11-20
.................\GenerateScenario.m,656,2015-11-20
.................\Main.m,2529,2015-11-20
.................\MstEq.m,131,2015-11-20
.................\mydate.m,750,2015-11-20
.................\Predict.m,77,2015-11-20
.................\README.md,13,2015-11-20
.................\Update.m,1247,2015-11-20

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

发表评论

0 个回复

  • swqm
    三维曲线曲面比较演示系统程序设计 设计一个图形用户界面(GUI)演示常见的三维函数图形,至少包含“三维绘图” 、“选项” 、“退出”等菜单,三维绘图的包括:参数方程x=e-t/20cos(t), y= e-t/20sin(t),z=t其中t 为0到2π、参数方程x=t,y=t2,z=t3其中t为0到1之间(在同一图形界面中分别绘制它们的三维曲面和三维曲线图)。“选项”菜单主要包括:网格开关,图例开关,坐标边框开关,色度空间选择菜单,曲线颜色菜单。(Comparison of three-dimensional curves and surfaces demonstration system design to design a graphical user interface (GUI) presentation function common three-dimensional graphics, at least three-dimensional graphics, options , Exit menu, etc., three-dimensional graphics, including: parameters of equation x = et/20cos (t), y = et/20sin (t), z = t one of t from 0 to 2π, parametric equation x = t, y = t2, z = t3 which t is between 0-1 (in the same graphical interface, respectively, three-dimensional mapping of their surface and three-dimensional curves). Options menu includes: grid switches, legend switches, coordinate frame switch, color space selection menu, menu color curve.)
    2008-12-13 18:03:18下载
    积分:1
  • FeatureExtract
    svd with LDA face recognition feature extraction
    2011-11-09 14:22:19下载
    积分:1
  • 3.图像处理实现螺纹识别
    基于matlab图像处理实现螺纹识别,滤波,边缘检测,拟合数据(Based on MATLAB image processing, thread recognition, filtering, edge detection and fitting data are realized.)
    2018-08-28 01:13:29下载
    积分:1
  • Piecewise-linear-interpolation
    使用分段线性插值算法对数据进行内插,有效的避免了高次插值时产生的龙格现象。(Using piecewise linear interpolation of data interpolation algorithm, effectively avoids the high order interpolation when the runge phenomenon.)
    2013-05-07 20:31:30下载
    积分:1
  • partial_differential_equation
    说明:  求解线性双曲型偏微分方程,有迎风格式和Las-Friedrichs两种差分格式,matlab源程序(Linear hyperbolic partial differential equations, there are upwind and two Las-Friedrichs difference scheme, matlab source)
    2010-04-07 19:30:28下载
    积分:1
  • rossler
    说明:  混沌工具function [x,y,z]=rossler(n,level,a,b,c,x0,y0,z0,h)(function [x,y,z]=rossler(n,level,a,b,c,x0,y0,z0,h))
    2010-04-25 23:56:19下载
    积分:1
  • ofdm
    ofdm正交频分复用的仿真 matlab实现代码(ofdm orthogonal frequency division multiplexing to achieve the simulation matlab code)
    2011-07-10 13:55:48下载
    积分:1
  • yanzCMA1_rayleigh
    该文件包含了8psk调制信号的产生,以及经过多径瑞利信道后,前后对比的星座图,经过CMA均衡算法后输出信号,能对均衡算法有更深的认识。(This file contains the generated 8psk modulation signal and multipath Rayleigh channel after, before and after the constellation, after CMA equalization algorithm output signal, capable of balancing algorithms have a better understanding.)
    2021-03-16 22:59:21下载
    积分:1
  • Demo_Zernike_Moment
    3d model processing about
    2013-05-05 19:39:47下载
    积分:1
  • 101259378luv_rgb_yuv_lab_space_convert(2)
    Convert a color image between color representations. B = COLORSPACE(S,A) converts the color representation of image A where S is a string specifying the conversion. S tells the source and destination color spaces, S = dest<-src , or alternatively, S = src->dest . Supported color spaces are RGB R G B Red Green Blue (ITU-R BT.709 gamma-corrected) YPbPr Luma (ITU-R BT.601) + Chroma YCbCr / YCC Luma + Chroma ("digitized" version of Y PbPr) YUV NTSC PAL Y UV Luma + Chroma YIQ NTSC Y IQ Luma + Chroma YDbDr SECAM Y DbDr Luma + Chroma JPEGYCbCr JPEG-Y CbCr Luma + Chroma HSV / HSB Hue Saturation Value/Brightness HSL / HLS / HSI Hue Saturation Luminance/Intensity XYZ CIE XYZ Lab CIE L*a*b* (CIELAB) Luv CIE L*u*v* (CIELUV) Lch CIE L*ch (CIELCH)(Convert a color image between color representations. B = COLORSPACE (S, A) converts the color representation of image A where S is a string specifying the conversion. S tells the source and destination color spaces, S = ' dest <-src' , or alternatively, S = ' src-> dest' . Supported color spaces are ' RGB' R' G' B ' Red Green Blue (ITU-R BT.709 gamma-corrected)' YPbPr ' Luma (ITU-R BT.601 )+ Chroma ' YCbCr' /' YCC' Luma+ Chroma ( " digitized" version of Y' PbPr) ' YUV' NTSC PAL Y' UV Luma+ Chroma ' YIQ' NTSC Y' IQ Luma+ Chroma ' YDbDr' SECAM Y ' DbDr Luma+ Chroma ' JPEGYCbCr' JPEG-Y' CbCr Luma+ Chroma ' HSV' /' HSB' Hue Saturation Value/Brightness' HSL ' /' HLS ' /' HSI ' Hue Saturation Luminance/Intensity' XYZ ' CIE XYZ' Lab ' CIE L* a* b* (CIELAB)' Luv ' CIE L* u* v* (CIELUV)' Lch ' CIE L* ch (CIE)
    2009-04-13 10:24:47下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载