-
matlab-in-optics
描述matlab在光学中的应用,包括衍射等光学现象的测试(Description matlab applications in optics, diffraction and other optical phenomena, including test)
- 2011-06-01 11:11:34下载
- 积分:1
-
feature_selection_with_genetic_algorithm
这是一个使用遗传算法用于两类成分识别当中的特征选择问题研究,无论对识别软件设计还是写文章都是有帮助的!(This is a use of genetic algorithms for the two types of components to identify the characteristics of these options, Whether right recognition software design or writing articles are helpful!)
- 2007-03-30 16:03:48下载
- 积分:1
-
NLM_for_timeSeries
ECG NML for timeseries
- 2014-11-05 20:13:10下载
- 积分:1
-
SVMthreeMATLAB
实现三类的SVM分类,实现三类模式识别,对图像识别作用比较大,基于MATLAB7实现(Realizing the SVM classification, three kinds of pattern recognition, and image recognition based on bigger role, MATLAB7 realization)
- 2010-06-16 22:33:22下载
- 积分:1
-
uplod3
MIMO OFDM based codings for their resource allocation.
- 2011-02-06 22:57:07下载
- 积分:1
-
Signal-Processing
Digital Signal Processing an furier transform
- 2014-10-24 00:59:51下载
- 积分: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
-
bayes
贝叶斯决策包含最小风险和最小错误概率两种情况的仿真(Bayesian decision-making included the minimum risk and minimum error probability of the two simulation)
- 2009-06-01 11:03:38下载
- 积分:1
-
taijiUPMLxiugai
太极孔阵列的光头过率计算,有4*4的阵列组成,边界位upml pml(Tai Chi Kong array bald too rate, 4* 4 arrays, the boundary upml pml)
- 2012-06-05 18:48:23下载
- 积分:1
-
sine
用MATLAB M文件产生4096点的正弦数据(MATLAB M-file to produce a 4096-point sine data)
- 2012-06-21 23:07:27下载
- 积分:1