-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1
-
GASVM
用遗传算法改进支持向量机的算法,虽然比较老点,但是还是很有用。(This program is about SVM which is improved by PSO.I think it is a good algorithm)
- 2010-03-01 19:01:53下载
- 积分:1
-
RSana0909092
说明: 采用matlab编程求信号的hurst指数........(hurst parameter using matlab..........)
- 2010-04-26 22:22:47下载
- 积分:1
-
emd
emd经验模式分解算法,特别适用于非线性非平稳信号的分析处理(Empirical Mode Decomposition)
- 2015-02-06 17:38:18下载
- 积分:1
-
hinet
基于Hi-net短周期地震波形资料的汤加地区Lehmann间断面研究,基于Hi-net短周期地震波形资料的汤加地区Lehmann间断面研究(Sectional study among Tonga Lehmann Hi-net short-period seismic waveform data based on Lehmann between Tonga Hi-net short-period cross-sectional study of seismic waveform data)
- 2014-11-25 07:53:18下载
- 积分:1
-
HyperspectralProgram
超光谱图像处理部分功能,包括读取,转换.rfl文件等功能,含有24个函数。(Hyperspectral image processing functions, including reading, conversion. Rfl documents and other functions, which contains 24 function.)
- 2007-12-31 20:21:27下载
- 积分:1
-
example-for-svm
说明: 支持向量机程序使用实例:通过实例演示怎样使用支持向量机(Support vector machine uses examples: an example how to use the support vector machine)
- 2011-02-18 20:40:45下载
- 积分:1
-
UKF
基于非线性动力系统的无迹卡尔曼滤波matlab程序(onlinear state estimation is a challenge problem. The well-known Kalman Filter is only suitable for linear systems.
The Extended Kalman Filter (EKF) has become a standarded formulation for nonlinear state estimation.
However, it may cause significant error for highly nonlinear systems because of the propagation of uncertainty through the nonlinear system.
The Unscented Kalman Filter (UKF) is a novel development in the field)
- 2013-01-27 23:31:41下载
- 积分:1
-
Avitoframe
视频转换程序matlab中编写视频转换程序matlab中编写视频转换程序matlab中编写视频转换程序matlab中编写(Video conversion program matlab video conversion program matlab write write write video conversion program matlab video conversion program matlab write)
- 2010-03-08 20:24:23下载
- 积分:1
-
iToolbox
说明: 各种数据处理的基本算法,包括最小二乘,和各种算法与最小二乘的算法融合(Basic Algorithms for Various Data)
- 2019-01-16 14:19:03下载
- 积分:1