-
svmTrain
说明: 一个matlab平台应用的svm工具箱,该工具箱包括了二种分类,二种回归,以及一种一类支持向量机算法(A matlab platform applications svm toolbox, the kit includes two kinds of classification, two kinds of return, and a one-class support vector machine algorithm)
- 2010-03-26 09:04:18下载
- 积分: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
-
pic_restore
关于图像超分辨率重建的系统设计关键算法,以光学系统简化模型引入,适合大视角的超分辨率重建(With regard to image super-resolution reconstruction of the system design key algorithms in order to simplify the model for the introduction of optical systems, suitable for large view of the super-resolution reconstruction of)
- 2009-11-21 21:54:52下载
- 积分:1
-
bpsk_rcf
Root Cosine Filter BPSK
- 2012-05-14 23:28:06下载
- 积分:1
-
ellips
radon transform of ellipse matlab code
- 2012-09-27 20:17:17下载
- 积分:1
-
473421219ofdm
ofdm系统的仿真,包括调制和解调,子载波的设定,同步,峰均比技术,不同算法的信道估计(OFDM system simulation, including the modulation and demodulation, subcarrier set, synchronization, peak to average ratio of different technology, channel estimation algorithm)
- 2015-01-31 15:52:43下载
- 积分:1
-
matlab_bootstrap
matlab多年收集结果,包括程序和pdf介绍。(Matlab realized bootstrap source. )
- 2009-10-10 09:54:39下载
- 积分:1
-
MATLABLearningMaterial
这个学习matlab的一个教程,主要内容是学习如何进行通信系统的仿真(This learning matlab tutorial, the main content is to learn how to communicate with system simulation)
- 2013-09-16 11:15:06下载
- 积分:1
-
Bilateral-Filtering
Bilateral Filtering软件经过本人认真调试,能够直接使用。希望大家喜欢。(Bilateral Filtering software after I carefully debugging, can be used directly. Hope you like it.)
- 2011-12-01 20:01:37下载
- 积分:1
-
MyCNNPSO
说明: 采用PSO对CNN进行优化,然后用于数据预测,一个初步的实验,精度有待提高(PSO is used to optimize CNN and then to predict data. A preliminary experiment shows that the accuracy needs to be improved.)
- 2019-04-23 09:03:21下载
- 积分:1