-
signalprocess
本资料为数字信号处理的一个课程设计源代码,内容关于数字带通滤波器设计。(this source code is about digital ban pass filter designing.)
- 2010-07-13 08:37:09下载
- 积分:1
-
matlab_fsk
利用matlab产生FSK信号,里面有详细的说明,源代码注解。非常详细,非常经典。(very good )
- 2010-05-08 20:28:46下载
- 积分:1
-
NN
主要介绍一些基本的神经网络知识和总结,以及实现过程中应该注意的一些问题(Describes some of the problems some basic knowledge of neural networks and summary, as well as the implementation process should be noted)
- 2014-11-04 22:15:58下载
- 积分:1
-
多目标粒子群算法 MOPSO
多目标粒子群算法,求解多目标问题的经典的算法之一(multi-object PSO, one of the classical algorithms for solving multi-objective problems)
- 2020-06-25 06:20:02下载
- 积分:1
-
face_detection
本文应用SMQT和 SPLIT UP SNOW 分类器来完成对人脸的检测。(The purpose of this paper is threefold: firstly, the local Successive
Mean Quantization Transform features are proposed for illumination
and sensor insensitive operation in object recognition. Secondly, a
split up Sparse Network of Winnows is presented to speed up the
original classifier. Finally, the features and classifier are combined
for the task of frontal face detection. Detection results are presented
for the MIT+CMU and the BioID databases. With regard to this
face detector, the Receiver Operation Characteristics curve for the
BioID database yields the best published result. The result for the
CMU+MIT database is comparable to state-of-the-art face detectors.)
- 2013-03-18 17:14:19下载
- 积分:1
-
code-matlab
some genetic algorithmes
- 2014-12-03 17:31:26下载
- 积分:1
-
CE5e
RLS algorithm for modeling AR filter using matlab
- 2013-12-21 16:19:29下载
- 积分:1
-
xuexi
用于初步学习智能算法的同学,是]标准PSO 的一种演绎出的又一好的算法(yes,it is very good for study matlab.if you want study it,if you need it ,please download it.)
- 2011-01-12 23:19:00下载
- 积分: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
-
NaturalSp
计算自然样条曲线的MATLAB程序
输入的量X和Y分别是由节点(x_i,y_i)(i=0,1,2,...,n)的横坐标和纵坐标组成的向量。(A Matlab program for calculate natural spline)
- 2013-03-23 13:00:35下载
- 积分:1