-
System-Identification
System Identification Toolbox
- 2015-02-23 19:34:22下载
- 积分:1
-
ClassCastException
Thrown when a program attempts to cast a an object to a type with which it is not compatible.
- 2013-12-16 16:08:17下载
- 积分: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
-
SPSO
PSO算法程序,主要应用于电力系统中潮流计算的优化算法(PSO algorithm program. Mainly used in power system optimization algorithm flow calculation)
- 2015-03-11 15:42:23下载
- 积分:1
-
imagecompression
此程序主要是通过使用小波达到图像文件压缩的目的,可以比较不同的小波函数和压缩次解压缩后图像文件的差异,注意图像是二维的处理时使用二维的小波函数(This process is mainly through the use of wavelet compression to achieve the purpose of image files, you can compare different wavelet functions and extract the compressed time difference after the image file, pay attention to the handling of two-dimensional image is the use of two-dimensional wavelet function)
- 2009-05-19 00:00:51下载
- 积分:1
-
iimage_process
本程序是用自适应遗传算法进行图像增强,其思想来自《计算机学报》发表的论文。(This program is self-adaptive genetic algorithm image enhancement, their thoughts from the " Journal of Computers," published papers.)
- 2009-12-15 15:38:59下载
- 积分:1
-
GP+neural+net+code
说明: 代码是matlab的神经网络预测,外加LyPaunov和维数的GP计算(Code matlab neural network prediction, plus LyPaunov and calculated dimension GP)
- 2008-09-04 17:19:59下载
- 积分:1
-
hbt
一个希尔伯特变换的Matlab程序,以前老师给的(a program code of hilbert transform)
- 2012-09-26 18:12:53下载
- 积分:1
-
shiyan6
数据库的完整性控制熟悉利用企业管理器为列创建DEFAULT约束、为列创建CHECK约束、为列创建UNIQUE约束、为列创建不允许为空约束、创建PRIMARY KEY约束、创建FOREIGN KEY约束(Integrity control of the database use Enterprise Manager to create the familiar column DEFAULT constraint, create a CHECK constraint for a column, create a UNIQUE constraint for a column, create a column does not allow null constraint, create a PRIMARY KEY constraint, create FOREIGN KEY constraint)
- 2014-01-15 11:49:34下载
- 积分:1
-
battery
simulink 电池模块详细介绍非常有用(Battery module details simulink)
- 2016-06-30 15:58:39下载
- 积分:1