-
2DLADP2DPAC
一种改进的2 dlda + 2 dpca人脸特征提取算法,很好用!(Improved 2 dlda+ 2 dpca facial feature extraction algorithm, the result is right)
- 2014-12-09 10:09:15下载
- 积分:1
-
bsofdm
Beamforming and Synchronization Algorithms Integration(this is a paper of ofdm)
- 2009-03-09 16:29:30下载
- 积分:1
-
changedU
包含了MATLAB编写的关于自适应算法在不同步长下收敛速度的仿真源码,运行正确(Written in MATLAB includes adaptive algorithm is not synchronized on a long simulation source code under the convergence speed, running right)
- 2011-09-10 10:24:06下载
- 积分:1
-
3
说明: matlab ocr for beginner
- 2009-12-29 16:47:53下载
- 积分:1
-
Adaptive_LMS
lms for the simulation, this technique is used in egalization
- 2011-04-26 00:01:04下载
- 积分:1
-
BFSK-matlab
分析了BFSK的性能及原理,并利用matlab仿真实现其误码率等信息。写成word文档,后面附有源程序。(BFSK performance analysis and principle, and use matlab simulation to achieve its bit error rate information. Word document written in the back with a source.)
- 2011-05-15 21:41:46下载
- 积分:1
-
Salt-sensing-inversion-
遥感盐分反演,介绍了matlab进行数学建模,并采用bp神经网络等内容(Remote sensing of salt inversion, introduced matlab mathematical modeling, and the use of neural networks and other content bp)
- 2014-09-25 20:32:20下载
- 积分:1
-
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
-
matlab
robot model, using robotic toolbox of matlab
- 2013-10-01 19:33:16下载
- 积分:1
-
GAQRCodeTest
可以生成二维码,然后可以读取二维码比较结果(Can generate a two-dimensional code, and then compare the results can be read two-dimensional code)
- 2013-11-13 00:05:47下载
- 积分:1