-
matlabexample
大量matlab实例代码,适合初学者学习matlab程序(Substantial examples of code, suitable for beginners to learn matlab program)
- 2009-03-04 14:29:16下载
- 积分:1
-
moving_average_v3.1
Smooths a matrix (with/without NaN s) via recursive moving average method and eliminates data gaps.
(MOVING_AVERAGE(X,F) smooths the vector data X with a boxcar window of size 2F+1, i.e., by means of averaging each element with the F elements at his right and the F elements at his left. The extreme elements are also averaged but with less data, obviously. Leaving the edges intact. The method is really fast.
MOVING_AVERAGE2(X,M,N) smooths the matrix X with a boxcar window of size (2M+1)x(2N+1), i.e., by means of averaging each element with its surrounding elements that fits in the mentioned box centered on it. This one is also really fast. The elements at the edges are averaged too, but the corners are left intact.
NANMOVING_AVERAGE(X,F) or NANMOVING_AVERAGE(X,F,1) accept NaN s elements in the vector X the latter interpolates also those NaN s elements surrounded by numeric elements.
NANMOVING_AVERAGE2(X,M,N) or NANMOVING_AVERAGE2(X,M,N,1) accept elements NaN s in the matrix X the latter interpolates also those NaN elements surrounded by numeric elements.)
- 2009-03-06 23:10:07下载
- 积分:1
-
CSchengxu
说明: 一个车牌定位的程序,经过运行了,定位的效果比较好(Locate a license plate program, after running, the effect of better positioning)
- 2010-04-21 00:27:36下载
- 积分:1
-
perceptron
neuronal network les reseaux de neurones seront capables d apprendre d eux memes. Les reseaux de neurones sont issues de l intelligence artificielle.
- 2011-05-28 20:45:18下载
- 积分:1
-
number-of-the--mistake
对诸如谷物,细菌,微生物的微小颗粒的计数(On, such as grains, bacteria, microbial count of small particles)
- 2011-05-30 20:14:37下载
- 积分:1
-
firstmoment
仿真利用时间一阶矩法提取微多普勒特征的程序,绝对可用(The simulation of first moment methed to extract target s miro doppler)
- 2021-04-20 10:18:50下载
- 积分:1
-
pinpuxiangjian
用自适应门限的方法进行跳频信号的参数估计,取得了较好的效果(Adaptive threshold method estimates the parameters of frequency hopping signals, achieved good results)
- 2010-06-22 00:02:47下载
- 积分:1
-
lsb_matching
LSB匹配算法的实现。目前大部分都是LSB替换算法,较新的图像LSB匹配算法的嵌入和恢复我没有在其它地方找到。因此,自己写了一个,可以作为毕业设计的内容。matlab编写,经过充分测试,可用。(Image LSB Matching Algorithm,implementated using matlab )
- 2021-04-06 10:59:03下载
- 积分:1
-
MeanShift-matlab
MeanShift运动目标跟踪 matlab程序
思路:
1.截取跟踪目标矩阵rect
2.求取跟踪目标的加权直方图hist1
3.读取视频序列中的一帧, 先随机取一块与rect等大的矩形,计算加权直方图hist2。
4.计算两者比重函数,如果后者差距过大, 更新新的矩阵中心Y,进行迭代(MeanShift是一种变步长可以迅速接近概率密度峰值的方法),直至一定条件后停止。
(MeanShift moving target tracking matlab program ideas: 1. Interception target tracking matrix rect 2. Strike target tracking weighted histogram hist1 3. Reading of a video sequence, first randomly selected one with such a large rectangle rect, calculate the weighted Histogram hist2. 4 Calculate the proportion of both functions, if the latter gap is too large, updated new matrix center Y, iterative (MeanShift is a variable step size can rapidly approaching the peak of the probability density method), until certain conditions stop.)
- 2013-09-19 11:40:07下载
- 积分:1
-
Vertical_well_Q_steady
这是一个Matlab源码,用于计算直井稳定产能(Steady productivity of vertical wells)
- 2014-02-24 11:53:22下载
- 积分:1