-
ISODATA
matlab编写的ISODATA算法,实验数据为Iris,代码注释详细,运行良好!(Matlab prepared by the ISODATA algorithm, the experimental data for the Iris code comment in detail, a good run!)
- 2012-04-25 13:47:39下载
- 积分: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
-
CruiseControl-
CruiseControl全套汽车巡航系统模糊控制设计Matlab文件,包括最新的克拉伯隆方程式。(CruiseControl full automotive cruise control system of fuzzy control design Matlab files, including the latest carat Barron equations.)
- 2013-10-29 17:43:56下载
- 积分:1
-
Gngauss
产生高斯分布随机变量方法的Matlab脚本,运用该小程序可以方便产生高斯分布随机变量(Random variables have a Gaussian distribution methods Matlab script, use the small program can easily generate Gaussian distributed random variables)
- 2009-04-20 14:29:21下载
- 积分:1
-
matlab_Lab3
information gain calculation in Matlab
- 2010-11-27 01:57:48下载
- 积分:1
-
OFDM[1]
很好的一个ofdm算法的源代码,很适合大部分的初学者。有利于大家好好的理解ofdm的功能。(Ofdm algorithm a good source code, it is suitable for most beginners. Be kind to help understand the functions of ofdm.)
- 2010-05-12 15:50:15下载
- 积分:1
-
testfunction
Practical Genetic algorithms-Haupt-2004-261s
- 2012-05-29 17:18:58下载
- 积分:1
-
Clustering-Algorithm-
本文通过介绍新的聚类算法到传感器节点调度算法中,从而实现网络覆盖的最优化(This paper describes a new clustering algorithm to the sensor node scheduling algorithm in order to achieve optimal network coverage)
- 2011-10-04 14:23:33下载
- 积分:1
-
lmd
局部均值分解是将复杂的多分量信号分离出纯调频信号和包络信号,将其相乘得到一个瞬时频率(Local mean decomposition is a complex multi-component signal separating pure FM signal and the envelope signal, which is obtained by multiplying an instantaneous frequency)
- 2014-11-27 11:19:49下载
- 积分:1
-
exchanger
ARX model for a exchenger from daisy site
- 2013-12-25 03:09:49下载
- 积分:1