-
Kalman
对通信中应用广泛的Kalman滤波进行matlab编程,并且得到的滤波效果比较理想,恢复的信号误码率可以达到很低。(Widely used for communications in the Kalman filter for matlab programming, and get the filter effect is ideal to restore the signal can reach very low bit error rate.)
- 2010-12-23 23:56:38下载
- 积分:1
-
IdentifyingRoundObjects
this code is to classify objects based on their roundness using bwboundaries, a boundary tracing routine.
- 2013-10-28 13:09:33下载
- 积分:1
-
mppt-PV
S 函数 编写的 最大功率捕获程序
在MATLAB上 调试成功
请大家参考(S function to write the greatest power capture program in MATLAB debugging success, please refer to)
- 2013-03-16 16:12:24下载
- 积分:1
-
Diffusion
The diffusion filtering package is a free (GPL) MATLAB program that implements the linear anisotropic diffusion filtering based on structure tensors It features an easy-to-use user interface, and a computationally powerful algorithm.
- 2012-09-06 03:33:33下载
- 积分:1
-
Block-SVR
本算法是利用matlab软件编写的Block-SVR算法,该算法是用来处理SAR和可见光融合的算法。(We have proposed a new fusion technique,
namely block-based synthetic variable ratio (Block-SVR), which is a technique based on multiple linear regression of block regions to fuse optical and SARimagery.)
- 2014-02-23 15:35:17下载
- 积分:1
-
matlabcode
matlab实现的短时过零率,mfcc和lpc源代码语音段都有(matlab to achieve short-term zero crossing rate, mfcc and lpc voice segment has source code)
- 2010-10-22 17:21:48下载
- 积分:1
-
Free_fem_stokes
This is the code solving Navier-Stokes equations using matlab by John Burkardt. I managed to modify the geometry of the domain
- 2010-10-27 06:49:15下载
- 积分:1
-
dijkstra
Dijkstra最短路算法Matlab程序,用于求从起始点s到其它各点的最短路
D为赋权邻接矩阵需要输入
d为s到其它各点最短路径的长度
pre记载了最短路径生成树(Dijkstra shortest path algorithm Matlab procedures for the request from the starting point s to the other points for the empowerment of the most short-circuit the adjacency matrix D need to enter d for the s points in the shortest path to other pre recorded the length of the shortest path spanning tree)
- 2011-05-11 17:04:12下载
- 积分:1
-
WSN-master
omnet++ implementation of wsn.
- 2014-09-05 19:39:27下载
- 积分: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