-
matlab_Face_recognition(PCA)
基于matlab的人脸识别算法pca,有应用matlab进行编程的源代码,以及运行需要的图象文件(Based on face recognition algorithm pca matlab application matlab programming source code, as well as needed for the operation of the image file)
- 2013-03-22 13:09:49下载
- 积分:1
-
duibiz
对后项散射去噪声 对目标进行水下去噪处理 (The latter scattering noise underwater target denoising)
- 2013-04-14 22:46:07下载
- 积分:1
-
ckhby
含噪脉冲信号进行相关检测,高斯白噪声的生成程序,基于matlab平台实现。( Noisy pulse correlation detection signal, Gaussian white noise generator, Based on matlab platform.)
- 2017-04-19 18:07:15下载
- 积分:1
-
KIM模型
说明: Kim模型仿真的MATLAB代码。利用Kim模型计算衰减系数作为能见度的函数。(To evaluate attenuation coefficient as a function of visibility.Using the Kim model.)
- 2020-05-10 20:49:01下载
- 积分:1
-
PCA_Nicolas
一个基于PCA_Nicolas的matlab编程,可以实现人脸识别的功能(Based on PCA_Nicolas of matlab programming, face recognition function can be achieved)
- 2010-01-05 09:53:36下载
- 积分:1
-
Blind-Source
基于超平面 欠定盲分离源信号的混合矩阵的估计(underdetermined Blind Source Separation)
- 2014-01-13 17:06:38下载
- 积分:1
-
CavityFlow_Matlab
基于雅克比迭代法的matlab方腔流动程序,其中包括流函数和涡函数子程序(The MATLAB cavity flow program based on Jacobian iteration method, including the stream function and the vortex function subroutine.)
- 2018-10-31 08:29:19下载
- 积分: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
-
matlab-speech-recongion-4
matlab之语音处理与合成工具箱的随书程序!!Good!!!It s useful for you !!!(The Speech Processing and Synthesis of matlab toolbox with the book program! ! Good!!! It' s useful for you!!!)
- 2009-11-06 11:02:27下载
- 积分:1
-
gold
黄金分割法,要用的自己下来看看吧,很好的优化程序
(Golden section method, we should take a look at it from their own, a good optimizer)
- 2009-05-01 21:32:51下载
- 积分:1