资源列表
Matlab算法大全
- 非常全面的matlab算法,一共有14章,包括差值,函数逼近,矩阵特征值计算,数值微积分,方程求根,随机数生成,数据统计和分析等,全部都是算法的matlab原码实现,值得学习!
kaman滤波实现
- 该实例实现了kamman滤波的原理。
Matlab-EOF
- matlab的EOF分析程序
cordic_cos_sin matlab算法
- cordic算法实现正弦和余弦信号算法
脉动风速时程模拟
- 采用AR模型模拟脉动风速时程
2D CUDA-based bilinear interpolation
- This MEX performs 2d bilinear interpolation using an NVIDIA graphics chipset. To compile and run this software, one needs the NVIDIA CUDA Toolkit (http://www.nvidia.com/object/cuda_get.html) and, of course, an NVIDIA graphics card of reasonably moder
image resampling
- %This is a simple function that resamples the image %at a different pixel size function nimg = imresample(oldpixsize,img,newpixsize,intmethod) % This function resamples the images at the new grid points % defined by the new pixel sizes. It
Motion Detection
- 运动检测
polyfit txt
- 最多到14次多項式擬合matlab命令.
levinsonDurbin
- levinsonDurbin 仿真
递归贝叶斯滤波工具包
- 是线性、非线性滤波的工具包,包括KF,UKF,PF及其各种变体,十分不错!