-
MATLAB
在简要分析遗传算法要素的基础上,介绍了基于MATLAB的遗传算法工具箱的设计。最后给出了一个
用设计的MATLAB遗传算法工具箱的求函数极值的应用实例。(In a brief analysis of the elements of genetic algorithm based on the introduction based on the MATLAB genetic algorithm toolbox design. Finally, a design with MATLAB Genetic Algorithm Toolbox for the application of extreme value function.)
- 2007-09-07 20:20:43下载
- 积分: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
-
Matlab-classic-tutorial
matlab学习教程,从入门到精通,适合初学者,编程仿真介绍比较全面(Matlab tutorial, entry to the master, suitable for beginners, the program simulation introduced more comprehensive)
- 2015-03-16 22:35:44下载
- 积分:1
-
music1
阵列信号处理_空间谱估计原理的一些基本算法——MusicEspritMp(Array signal processing _ the principle of spatial spectrum estimation of some of the basic algorithm- MusicEspritMp)
- 2007-08-10 20:27:04下载
- 积分:1
-
00-Automatic-parking-algorithm
汽车自动泊车核心控制算法对比研究及比较说明(Comparison of automatic parking Algorithm)
- 2021-03-24 15:49:14下载
- 积分:1
-
youxiangquan
这是一种搜索有向圈的算法,广泛被用于图论中,非常地实用(There is a search algorithm to the circle, is widely used in graph theory, very useful)
- 2011-09-01 16:22:02下载
- 积分:1
-
stbc4_1_1
2*4mimo信道下的空时分组编码技术,在AWGN信道中的误码分析(The 2* 4mimo channel space-time block coding techniques, error in AWGN channel analysis)
- 2013-04-03 10:45:49下载
- 积分:1
-
chirp
chirp信号生成,以及匹配滤波实现,卷积实现(chirp signal generation and matched filtering to achieve)
- 2013-12-15 21:22:50下载
- 积分:1
-
SeismicLab
说明: SeismicLab是关于地震资料处理的matlab程序,可以实现简单的地震资料去噪处理(Seismic lab is a matlab program about seismic data processing, which can realize simple seismic data denoising)
- 2020-04-29 18:44:08下载
- 积分:1
-
CMU-CS
卡内基梅隆大学的信号处理算法Matlab代码,包括ICA、PCA等(Carnegie Mellon University, Matlab code of signal processing algorithms including ICA, PCA, etc.)
- 2010-08-10 21:53:30下载
- 积分:1