-
orl_faces
人脸识别的一个图片库40人每个10张图像(Recognition of a picture gallery of 40 images each of 10)
- 2010-06-28 20:26:52下载
- 积分:1
-
af-dfincooperationcommunication
协作通信中的af-df转发源码,matlab版本
(Cooperative communications forward in af-df source, matlab version)
- 2010-12-04 12:58:14下载
- 积分:1
-
MATLAB
精通matlab科学计算中的所有实例的源代码!!!(Versed in scientific computing matlab source code for all instances! ! !)
- 2011-06-23 20:11:04下载
- 积分:1
-
fractal-use
分形的练习一
①Koch曲线
用复数的方法来迭代Koch曲线
clear i 防止i被重新赋值
A=[0 1] 初始A是连接(0,0)与(1,0)的线段
t=exp(i*pi/3)
n=2 n是迭代次数
for j=0:n
A=A/3 a=ones(1,2*4^j)
A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a]
end
plot(real(A),imag(A))
axis([0 1 -0.1 0.8])
②Sierpinski三角形
A=[0 1 0.5 0 0 1] 初始化A
n=3 迭代次数
for i=1:n
A=A/2 b=zeros(1,3^i) c=ones(1,3^i)/2
A=[A A+[c b] A+[c/2 c]]
end
for i=1:3^n
patch(A(1,3*i-2:3*i),A(2,3*i-2:3*i), b ) patch填充函数
end
(Fractal
Exercise One
The ① Koch curve
Plural iteration Koch curve
clear i to prevent i is reassigned
A = [0 1] initial A is a connection (0,0) and (1,0) of the segments
t = exp (i* pi/3)
n = 2 n is the number of iterations
for j = 0: n
A = A/3 a = ones (1,2* 4 ^ j)
A = [A (t* A+ a/3) (A/t+ (1/2+ sqrt (3)/6* i)* a) A+2/3* a]
end
plot (real (A), imag (A))
axis ([0 1-0.1 0.8])
② Sierpinski triangle
A = [0 1 0.5 0 0 1] initialized A
n = 3 the number of iterations.
for i = 1: n
A = A/2 b = zeros (1,3 ^ i) c = ones (1,3 ^ i)/2
A = [A A+ [c b] A+ [c/2 c]]
end
for i = 1:3 ^ n
patch (A (1,3* i-2: 3* i), A (2,3* i-2: 3* i), b ) patch filled function
end)
- 2013-03-02 10:03:09下载
- 积分:1
-
KLDCT_Markov
用于现代信号分析与处理课程,作用是实现K-L变换和DCT变换。(For modern signal analysis and processing programs, the role is to achieve the KL transform and DCT.)
- 2014-02-24 16:28:57下载
- 积分:1
-
bp9
关于BP网络权值-误差关系并分析作图小程序(About BP network weights- Error relationships and analyze mapping applet)
- 2014-11-01 10:21:49下载
- 积分:1
-
onduleurs
Développement d’un nouvel onduleur mixte à 5 niveaux pour les applications photovoltaï ques domestiques 3 kW
- 2014-11-20 22:08:30下载
- 积分:1
-
mypca
matlab下实现的pca降维算法,降低数据维数,保留数据的主特征(pca dimensionality reduction algorithm on matlab)
- 2013-04-13 19:05:33下载
- 积分:1
-
GA-ELM_2 v2.0
说明: matab遗传算法工具箱以及极限学习机+遗传算法优化压缩包(Genetic Algorithm toolbox for matlab 2020b and Limit learning machine + genetic algorithm optimization package)
- 2020-12-04 08:49:24下载
- 积分:1
-
PermutationCode
说明: 图像置乱,图像处理MatLab程序,适合于中高级用户。(images, image processing MatLab procedures, suitable for senior users.)
- 2006-04-08 09:29:07下载
- 积分:1