-
一个SVM的MATLAB工具箱
说明: 一个SVM的MATLAB工具箱,Support Vector Machine toolbox for Matlab
Version 2.51(A matlab toolbox of SVM,Support Vector Machine toolbox for Matlab Version 2.51)
- 2005-09-05 02:54:18下载
- 积分:1
-
book
说明: 遗传规划教程,介绍遗传规划原理及基本算法.供初学者参考.(Genetic Programming Tutorial, Introduction and basic principles of genetic programming algorithm. For beginners reference.)
- 2021-04-10 16:08:59下载
- 积分:1
-
cacmack2
基于信任度分配的cmac小脑神经网络算法(based on the distribution of trust cmac small brain Network)
- 2007-06-05 09:40:37下载
- 积分:1
-
TSP
Approximate solution for the Traveling
Salesman’s Problem Using Continuous
Hopfield Network, matlab TSP
- 2012-01-02 15:36:31下载
- 积分:1
-
Fzcx2
10kv配电网单相接地故障仿真模型,可实现直配线路及带分支线路的仿真,还可以直接观察到故障后电压电流信息的模分量(10kV single phase to earth fault of distribution network simulation model)
- 2015-03-31 16:44:39下载
- 积分:1
-
EEE-212-lab-sheet
empirical formula with kaiser
clc
clear all
fs=1000
fc=250
df=50
r=0.001
f=fc/fs
dw=2*pi*(df/fs)
a=-20*log(r)
n=floor(((a-8)/(2.285*dw))+1)
if a>50
b=0.1102*(a-8.7)
elseif a>=21 && a<=50
b=0.5842*((a-21)^0.4)+0.07886*(a-21)
elseif a<21
b=0.0
end
w=kaiser(n,b)
for i=1:n
if i~=(n-1)/2
hd(i)= (2*f*sin((i-((n-1)/2))*2*pi*f))/((i-((n-1)/2))*2*pi*f)
elseif i==(n-1)/2
hd(i)=2*f
end
end
for j=1:n
h(j)=w(j)*hd(j)
end
subplot(3,1,1), plot(w)
subplot(3,1,2), plot(h)
subplot(3,1,3), plot(h,n)
- 2014-12-24 23:21:13下载
- 积分:1
-
Digital_Signal_Processing_Using_Matlab
ebook about Digital Signal Processing Using Matlab
- 2009-03-05 17:51:29下载
- 积分:1
-
codeandanswer
《MATLAB 7.X程序设计》-王建卫-源代码及习题答案(" MATLAB 7.X program design" - Wang Wei- the source code and answer exercises)
- 2009-03-19 16:05:13下载
- 积分:1
-
MatlabBook
Getting Started with MATLAB英文原版,详细介绍了采用MATLAB进行工程设计的步骤,以及相应的磁盘软件(Getting Started with MATLAB English original, detailed engineering design of using MATLAB steps and the corresponding software on disk)
- 2009-10-10 16:32:45下载
- 积分:1
-
RBF
用RBF网络,回归一个函数,从训练网络到对网络进行仿真,并给出网络的误差(With RBF network, a return to a function, from training of network to network simulation, and gives the network error)
- 2011-12-27 22:05:06下载
- 积分:1