-
generator_white_noise
This program generates a input signal and a desired signal of the idetification plant (This program generates a input signal and a desired signal of the idetification plant)
- 2007-12-16 22:58:55下载
- 积分:1
-
MIMO_System
建立一个MIMO系统,通过这个系统可以很好的了解到整个MIMO系统组成和结构(The establishment of a MIMO system, the adoption of the system can be very good that the whole composition and structure of MIMO systems)
- 2009-05-11 13:55:21下载
- 积分:1
-
RGB-Histogram-Sideview--improfileadd(I)---File-Ex
Simple but effective example of "Region Growing" from a single seed point.
The region is iteratively grown by comparing all unallocated neighbouring pixels to the region. The difference between a pixel s intensity value and the region s mean, is used as a measure of similarity. The pixel with the smallest difference measured this way is allocated to the region.
This process stops when the intensity difference between region mean and new pixel becomes larger than a certain treshold
- 2013-09-11 02:38:46下载
- 积分:1
-
test
matlab program for beginner
- 2011-01-01 16:34:25下载
- 积分:1
-
any2csv
mat lab code ..
which converts any to csv file format
- 2011-11-17 14:20:14下载
- 积分:1
-
cabquan
庞加莱模拟分岔图的matlab代码,仅供参考(poincare chaos)
- 2021-04-12 13:18:57下载
- 积分:1
-
rengongmianyi
a=load( q.txt )
width=input( 请输入窗宽 )
step=input( 请输入步长 )
m=length(a)
for i=1:floor((m-width)/step+1)
s(i,1:width)=a(1,1+(i-1)*step:width+(i-1)*step)
end
b=max(max(s))
M=s./b
Rs=input( 请输入本体集半径 )
nd=input( 请输入检测器数模 )
k=1
while k<=nd
d{k}=rand(1,width)
for i=1:floor((m-width)/step+1)
if (norm(d{k}-s(i,:)))^2<Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2(a = load (' q.txt' ) width = input (' Please enter the window width' ) step = input (' Enter step size' ) m = length (a) for i = 1: floor ((m-width)/step+1) s (i, 1: width) = a (1,1+ (i-1)* step: width+ (i-1)* step) end b = max (max (s)) M = s./b Rs = input (' Please enter the body set radius' ) nd = input (' Please enter the number of detector modules' ) k = 1 while k < = nd d {k} = rand (1, width) for i = 1: floor ((m-width)/step+1) if (norm (d {k}-s (i ,:)))^ 2 <Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2)
- 2011-05-21 16:46:49下载
- 积分:1
-
GA_example
遗传算法求最大值最小值问题的一些实例及其matlab实现。(Some examples of matlab genetic algorithms Maximum Minimum problem.)
- 2012-09-05 15:17:20下载
- 积分:1
-
ISODATA.Clustering
ISODATA聚类实验 模式识别课程实验所用的源程序(ISODATA clustering pattern recognition experimental courses used in the experimental program)
- 2007-05-26 16:07:23下载
- 积分:1
-
mhebb
神经源PID控制源码,。M文件,是以进行PID控制时的必备文件,可以参考一下(PID control of neuronal source. M files, based on the PID control of the required documents for reference)
- 2011-05-28 11:00:02下载
- 积分:1