-
hundun
混沌现象的基于matlab所进行的编程,实现了简单的运算(file for )
- 2012-04-12 20:41:21下载
- 积分:1
-
EZW_finished_myself
经过上机调试,可以运行,是基本的EZW算法的仿真编码,希望对大家有帮助。(On native debugging, you can run the basic EZW algorithm simulation code, we hope to help.)
- 2012-05-19 20:01:48下载
- 积分:1
-
fisher-algorithm-report
implememtation of fisher algorithm using matlab
- 2015-01-25 10:05:02下载
- 积分:1
-
White-noise-process
White noise process generated by the trigonometric series
- 2010-08-09 22:26:02下载
- 积分:1
-
tabdlg
tabdlg.m
this is a tabpage
- 2010-09-16 18:57:32下载
- 积分: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
-
matlab
MATLAB实现函数最值求解
蚁群算法MATLAB实现(MATLAB implementation solving the most value function to achieve colony algorithm based on MATLAB)
- 2013-09-23 11:20:17下载
- 积分:1
-
cast
瑞利分布信号直方图的产生已经仿真,已经调试通过。(Rayleigh distribution histogram has generated signal simulation, debugging has been passed.)
- 2015-04-05 15:33:36下载
- 积分:1
-
分布式经济调度
说明: 《基于多智能体系统一致性算法的电力系统分布式经济调度策略》
基本复现了该文献的模型。
采用一致性算法对电力系统经济调度进行了分布式计算。(Distributed economic dispatch strategy of power system based on unified algorithm of multi-agent system
The model of this paper is basically reproduced.
The consistency algorithm is used to calculate the economic dispatch of power system.)
- 2021-01-13 11:58:48下载
- 积分:1
-
UKF_Turn_Rate_Model
Unscented Kalman Filter, Turn rate system model, Range and angle measurement
- 2010-06-05 13:37:39下载
- 积分:1