资源列表
Particle-Filter-For-Location-master
- 使用例子滤波算法对位置信息进行滤波,提高定位精度。(The position information is filtered by using the example filtering algorithm to improve the positioning accuracy.)
D2Q9_L1_S0_R0_X0
- 二维对流扩散,左边界恒温1.0,右边界恒温0,上下边界恒温0(Two dimensional convection diffusion)
ukf_1
- UKF学习例子,源代码,可以直接运行,可以作为入门参考,也可以单独使用ukf函数。(UKF learning examples, source code, you can directly run, can be used as a reference for entry, you can also use UKF function alone.)
D2Q9_L1_S0_RJ_XJ
- 二维对流热扩散,左边界恒温1.0,上边界恒温0,右边界和下边界绝热(Two dimensional convection thermal diffusion, the left boundary constant temperature is 1, the upper boundary constant temperature is 0, the right boundary and the lower boundary adiabatic)
MATLAB_FILES.tar
- Five Matlab codes corresponding to the concatenation of mat files, importing multiple files at a time, down-sampling, up-sampling of a signal and finally a code which except unique one removes all variables from Matlab workspace programmatically.
Desktop
- 计算矩阵QR分解,A=Q[R;O] 可用于求解线性方程组 并附带利用QR分解解决LSE和LS的程序(To work out the QR decompose of a matrix)
D2Q9_L1_S0_RJ_XJ
- 二维热扩散,D2Q9模型,左边界恒温1.0,上边界恒温0(Two dimensional thermal diffusion, D2Q9 model, the left boundary constant temperature 1, the upper boundary constant temperature 0)
D2Q9_L1_S0_RJ_XJ
- 玻尔兹曼模型,模拟热扩散,左边界恒温1.0,右边界绝热(The Boltzmann model is used to simulate thermal diffusion, the left boundary constant temperature is 1, and the right boundary is adiabatic)
D2Q9_refangqiangliu
- 玻尔兹曼,方腔流,上面恒定速度流动,其余的不动(Boltzmann, the square cavity flow, above the constant velocity flow, the rest of the immobility)
package_eemd
- eemd程序代码工具箱,可实现经验模态分解,得到IMF函数(EEMD program code toolbox)
Kalman
- 对于一个含有明显噪声的心电信号进行卡尔曼滤波处理,最大程度地 “还原”信号,达到去除噪声的目的。卡尔曼滤波(看成维纳滤波的一种实现方法)的特点如下: a) 是根据上一状态的估计值X(n-1)和当前状态的观测值Z(n)推出当前状态的估计值X(n)的滤波方法,不需要用过去的全部观测值。 b) 它是用状态方程和递推方法进行估计的,因而卡尔曼滤波对信号的平稳性和时不变性不做要求。 c) 使用全部观测值保证平稳性。(Kalman in matlab,if you need it,please dow
线性卷积matlab程序
- 数字信号处理应用中线性卷积的MATLAB程序