-
tongxinyuanli
一个通信原理的报告,写的很详细的,是MATLAB方面的东西(Report of a communication theory, written in great detail, is what MATLAB side)
- 2010-06-07 21:27:45下载
- 积分:1
-
MySim
it is related to bug algorithm in motion planning
- 2013-05-20 17:30:38下载
- 积分:1
-
Levy
levy法编制辨识程序,基本精确辨识了系统各个参数,因为误差准则的原因,系数略有差别。(Levy method prepare identification procedure, basic accurate identification of each parameter of the system, because the cause of the error criterion, a slightly different coefficient.)
- 2020-10-27 16:59:58下载
- 积分:1
-
multi-ctp1
一个基于阈值的粒子比较准则,用于处理多目标约束优化问题,该准则可以保留一部分序值较小且约束违反度在允许范围内的不可行解微粒,从而达到由不可行解向可行解进化的目的;一个新的拥挤度函数,使得位于稀疏区域和Pareto前沿边界附近的点有较大的拥挤度函数值,从而被选择上的概率也较大 从而构成解决多目标约束优化问题的混合粒子群算法。(A comparison based on the threshold criteria for the particle to handle multi-objective constrained optimization problem, part of the guidelines can keep order value is small and the constraint violation in allowing infeasible solutions within the particles, so as to achieve a feasible solution to the infeasible solution The purpose of evolution a new function of crowding, making the Pareto front in the sparse region and near the border points have a greater value of the congestion function, which is the larger the probability of selection so as to constitute solve multi-objective constrained optimization problems hybrid particle swarm algorithm.)
- 2010-11-06 12:50:52下载
- 积分:1
-
3x3-neighbor-pixel
Description
All the filters have needed neighbor data the current pixel in the image,here this function(res_window=cover_window(how many neighbor value for row ,how many neighbor value for column ,input image) produce the result( res_window(row,col,total size))
input
inp_img=2d data(row * col)
w=cover size
w=[3 3] = 3x3 cover pixel generation
output
o_img=result 3d
o_img(w(1),w(2),r*col)
if
inp_img=[1 2 3 4 5 6 ]
w=[3 3]
Soloution
it will construct new image
new_img=[0 0 0 0 0 0 1 2 3 0 0 4 5 6 0 0 0 0 0 0]
result
o_img(:,:,1)=[0 0 0 0 1 2 0 4 5]
o_img(:,:,2)=[0 0 0 1 2 3 4 5 6]
finally
o_img(1:3,1:3,6)
example
a=imread( pears.png )
b=rgb2gray(a)
c=cover_window( b,[3 3]) 3x3 window construction
- 2014-10-24 17:14:14下载
- 积分:1
-
signalprocess
张贤达 现代信号处理第二版 信号处理权威书籍(Zhang Xian of modern signal processing second edition)
- 2011-12-15 10:42:23下载
- 积分:1
-
KalmanMain
Simple code to learn how to code a Kalman Filter in Matlab
- 2012-01-25 22:22:23下载
- 积分:1
-
chengxu
聚集了光学相位测量的一些基本算法程序,包括相移量,相位算法等(We gathered some basic optical phase measurement algorithm program, including the amount of phase shift, phase algorithm)
- 2015-05-21 18:48:46下载
- 积分:1
-
weiqinglaieg2_1
近似动态规划学习例子,是我在看魏庆来的《迭代自适应动态规划理论及应用》书中的例子,自己编的程序,可以运行,有一定参考价值。(Approximate Dynamic Programming learning example, I look at Wei Qing to the " iterative adaptive dynamic programming theory and application," the book example, own program, you can run, there is a certain reference value.)
- 2020-10-03 22:17:39下载
- 积分:1
-
Mfsk
实现mfsk的仿真 最近做的课程设计的内容 很难啊 郁闷(The realization of the simulation MFSK recent content of the curriculum design is difficult ah depressing)
- 2007-12-02 13:05:11下载
- 积分:1