-
dc_kalman
kalman滤波器工具包,包括常用kalman滤波器设计,滤波器结构(kalman filter kit, including the common kalman filter design, filter structures)
- 2010-10-02 20:18:45下载
- 积分:1
-
MUSIC-Algrothim-in-alpha-noise
介绍Alpha 稳定分布噪声的生成,以及对MUSIC算法的影响。(MUSIC Algrothim in alpha noise)
- 2020-07-29 10:08:39下载
- 积分:1
-
231849090135960
一个人体运识别跟踪的示例程序,里面附带了一个运动视频,运行run.m文件。程序里包含了轮廓提取,跟踪算法,很好的tracking学习程序(An example program for personal movement recognition and tracking is attached to a sports video, running run.m files. The program includes contour extraction, tracking algorithm, good tracking learning program.)
- 2018-04-09 16:49:06下载
- 积分:1
-
m_map1.4
M—map是海洋图像处理的matlab软件包,里面携带大量的坐标信息(no )
- 2010-05-21 17:01:30下载
- 积分:1
-
FEM_gauss
有限元分析作业源码, piecewise单元,积分 高斯近似算法两种,并计算最小势能(Finite Element Analysis Operating source, piecewise unit, integral Gaussian approximation algorithm for two, and calculation of minimum potential energy)
- 2006-10-17 11:32:35下载
- 积分:1
-
mianyi
免疫算法的matlab代码,应该比较好用,谢谢支持!(immune algorithm Matlab code, it should be more convenient, thank you support!)
- 2007-03-20 12:20:00下载
- 积分:1
-
unmixing
对于遥感影像亚像元尺度信息的获取,常用手段就是混合象元分解(spectral unmixing)
- 2012-05-17 13:18:31下载
- 积分:1
-
美国MIT教学使用的很不错的例子Tcodes
matlab学习教程,美国MIT教学使用的很不错的例子,有矩阵奇异值分解、最小二乘拟合、矩阵正交化算法等(MIT teaching learning matlab tutorial, the United States is very good example of matrix singular value decomposition and least squares fitting, matrix orthogonalization algorithm, etc)
- 2020-07-05 21:18:58下载
- 积分:1
-
fast-method
机械最优化设计中,无约束条件的最速下降法(Mechanical design optimization, unconstrained conditions steepest descent method)
- 2014-11-27 15:40:11下载
- 积分:1
-
histnorm
HISTNORM Histogram normalized
[...] = HISTNORM(...) works like HIST, but the frequency is normalized
so that area sum is 1.
Bonus usage!
[...] = HISTNORM(..., plot ) plots and returns the output arguments.
Be sure plot is the last argument.
Example:
data = randn (10000, 1)
[xo,no] = histnorm(data, 101, plot )
hold on
plot (no, normpdf(no), r )
hold off
See also: HIST.
- 2011-11-18 21:12:29下载
- 积分:1