登录
首页 » matlab » kalman11

kalman11

于 2013-08-03 发布 文件大小:1KB
0 112
下载积分: 1 下载次数: 22

代码说明:

  Kalman滤波程序,在一维的数据上,观看滤波后估计值与预测值之间的差距。(Kalman filtering)

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

发表评论


0 个回复

  • xiaobosuanfa
    采样频率 fs=10000 轴承外环故障信号 fid=fopen( bearingout.dat , r ) 故障 N=1024 xdata=fread(fid,N, int16 ) fclose(fid) xdata=(xdata-mean(xdata))/std(xdata,1) 时域波形 figure(1) plot(1:N,xdata) xlabel( 时间 t/n ) ylabel( 电压 V/v ) db10小波进行4层分解 一维小波分解 [c,l] = wavedec(xdata,4, db10 ) 重构第1~4层细节信号 d4 = wrcoef( d ,c,l, db10 ,4) d3 = wrcoef( d ,c,l, db10 ,3) d2 = wrcoef( d ,c,l, db10 ,2) d1 = wrcoef( d ,c,l, db10 ,1) ( Sampling frequency fs = 10000 bearing outer ring fault signal fid = fopen (' bearingout.dat' , ' r' ) failure N = 1024 xdata = fread (fid, N, ' int16' ) fclose (fid ) xdata = (xdata-mean (xdata))/std (xdata, 1) time-domain waveform figure (1) plot (1: N, xdata) xlabel (' Time t/n' ) ylabel ( ' voltage V/v' ) db10 wavelet decomposition 4 layer one-dimensional wavelet decomposition [c, l] = wavedec (xdata, 4, ' db10' ) 1 ~ 4 reconstructed detail signal d4 = wrcoef (' d' , c, l, ' db10' , 4) d3 = wrcoef (' d' , c, l, ' db10' , 3) d2 = wrcoef (' d' , c, l, ' db10' , 2) d1 = wrcoef (' d' , c, l, ' db10' , 1) )
    2011-05-21 16:48:36下载
    积分:1
  • New-folder-(5)
    energy detector for spectrum sensing for cognitive radio
    2012-05-07 06:43:56下载
    积分:1
  • smoothfunction
    一个利用二阶指数平滑方法进行预测的实例,比较简单地展现了二阶指数平滑在数据预测方面的作用(Instance, predicted a second-order exponential smoothing method is relatively simple to show the role of the data to predict a second-order exponential smoothing)
    2013-02-25 16:16:04下载
    积分:1
  • Solar-panel-simulnk
    Solar PV Model Simulation file matlab
    2015-03-16 03:40:06下载
    积分:1
  • Structuralparameteroptimizationofbinocular
    研 究了双目视觉测量系统的结构参数优化问题.对双目视觉测量的有效视场约束条件进行了数学 描述,建立了双目视觉坐标测量系统的数学模型.在考虑像点提取误差的条件下,利用误差理论建立了测量 误差模型,并基于待测量的视场范围要求,定义了测量系统结构参数的优化指标。最后,通过枚举法进行了 优化求解.(Studied binocular vision measurement system to optimize the structural parameters of the problem. For the effective measurement of binocular vision bound by the terms of field of view of mathematical description of the establishment of binocular vision coordinate measuring system mathematical model. In considering the error as the point of extraction conditions the use of error theory the establishment of measurement error model and measurement based on the field of view to be the scope of the requirements of the definition of the measurement system parameters to optimize the structure of indicators. Finally, the optimized enumeration method for solving.)
    2009-04-20 15:52:14下载
    积分:1
  • eigtool
    说明:  求取大型稀疏矩阵的特征根和特征向量,适用于matlab6.1以上的环境(strike a large sparse matrix eigenvalue and eigenvalues above applies to the environment matlab6.1)
    2005-09-05 11:29:10下载
    积分:1
  • fiber_ssf
    光纤中利用分步傅里叶法对非线性薛定谔方程进行仿真,完整程序,值得参考,有注释(Optical fiber using fractional Fourier method in the simulation on nonlinear schrodinger equation)
    2016-12-22 13:59:49下载
    积分:1
  • model1500
    Simulink model of a 1.5 MW wind turbine with direct-driven permanent magnet generator
    2011-07-30 14:50:17下载
    积分:1
  • RBF-neural-network
    用四元十字阵做被动声定位算法设计,现在是用matlab神经网络工具箱构建RBF神经网络然后仿真显示图形(With a four-element Array do passive acoustic localization algorithm design, now using matlab neural network toolbox and then build on RBF neural network simulation display graphics)
    2013-10-12 14:31:20下载
    积分:1
  • 2QAMaBPSk_CPIPDSTBC
    QPSK与2psk不同调制解调方案下的空时编码性能仿真分析(QPSK and space-time coding performance 2psk different modem simulation analysis under the program)
    2015-01-05 08:38:27下载
    积分:1
  • 696518资源总数
  • 105282会员总数
  • 11今日下载