-
Optimization
传热学经典代码,可以使用它做模型分析和优化算法研究(classical CPSO , you can use it to get a good result and analyse heat study)
- 2016-01-11 10:30:13下载
- 积分:1
-
NonlinearIntegerProgrammingMatlabGeneticAlgorithmP
本程序是基于非线性整数规划的遗传算法所编写的Matlab程序(This procedure is based on the non-linear integer programming genetic algorithm written Matlab program)
- 2009-03-16 08:59:06下载
- 积分:1
-
11
说明: BP网络的算法及在MATLAB上的程序仿真(BP network algorithm and a program on MATLAB simulation)
- 2009-10-11 11:09:42下载
- 积分:1
-
Hopfield
This File a matlab code about network
- 2011-05-16 23:51:23下载
- 积分:1
-
Multi-Instance
Multi-Instance Learning matlab code
- 2013-09-24 15:00:08下载
- 积分: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
-
floyd
应该已经非常优化的floyd程序。简短、运行时间短、简单易理解。初学者亦可理解。实现任意两点间的最小距离和路径(Floyd should have a very optimized program. Short run time is short, simple and easy to understand. Beginners can understand. To achieve the minimum distance between any two points and path)
- 2010-07-18 19:00:50下载
- 积分:1
-
C3D_VaxD2PC
将VaxD(“Dec”)格式的C3Ds数值格式转化为IEEE—LE(“PC”)格式。(Convert the numerical format of C3Ds from VaxD ("Dec") to IEEE-LE ("PC"))
- 2010-08-23 14:35:12下载
- 积分:1
-
matlab100examples
matlab100实例,主要包括图像处理,解方程等等的实际应用和程序。(matlab100 examples, including image processing, solution of equations and so the practical application and procedures.)
- 2008-05-05 15:37:57下载
- 积分:1
-
DUOJING
本人收集的关于多径衰落、瑞利,RICE信道、QPSK等仿真程序,经过本人测试,全部可用,并附上测试结果及仿真图.(I collected on the multipath fading, Rayleigh, RICE channel, QPSK simulation program, etc., after I test, all available, along with test results and simulation of Fig.)
- 2009-06-05 14:41:58下载
- 积分:1