-
hilb
The Hilbert transform is a linear operator which takes a function, u(t), and produces a function, H(u)(t), with the same domain.
- 2012-05-04 04:23:20下载
- 积分:1
-
P0702
癌细胞形态学分析癌细胞形态学分析癌细胞形态学分析(cell carcinoma cell morphology analysis of morphological analysis)
- 2007-04-10 22:36:46下载
- 积分:1
-
paritycheckcode2
信息通过整个通信链路,BPSK调制,信道编码采用奇偶校验码。(Information through the communication link, BPSK modulation, channel coding USES the parity check code.)
- 2015-04-15 10:59:55下载
- 积分:1
-
chaotic_neuranetwork
这是一个混沌神经网络的matlab程序,可用于实现基于混沌神经网络的预测和建模。(This is a chaotic neural network matlab program for chaotic neural network-based forecasting and modeling)
- 2010-11-19 20:27:31下载
- 积分:1
-
hasanbuckboostmppt
BUCKBOOST MPPT FOR PV SYSTEM
- 2014-01-26 13:35:24下载
- 积分:1
-
zuiduanlusuanfa
利用MATLAB读取excel邻接矩阵数据,利用自带函数dist对路网共193个节点循环,求解任意两点间最短路径长度,输出结果是矩阵形式(a good way to calculate the shortest path between two points)
- 2021-04-28 13:08:43下载
- 积分:1
-
MATLAB神经网络30个案例分析代码
对于神经网络系统辨识,采用MATLAB进行仿真验证(For neural network system identification, MATLAB is used for simulation verification)
- 2020-11-23 21:39:34下载
- 积分:1
-
montecarlo
说明: 此文件包括蒙特卡罗方法的基本思想及应用,有很多MATLAB实例,是学习蒙特卡罗方法的很好资料。没有解压密码(this document, including the Monte Carlo method and the application of the basic idea, there are many examples of MATLAB study is a good method of Monte Carlo data. No extracting passwords)
- 2020-12-11 16:09:17下载
- 积分:1
-
ais_demo
Artificial Immune Systems tutorial presentation,人工免疫算法,需要的通知可以学习(Artificial Immune Systems tutorial prese ntation, artificial immune algorithm, the notice can learn)
- 2006-10-24 02:11:33下载
- 积分:1
-
bisection
Step 1: Set i=1 FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2 FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then OUTPUT(p) STOP.
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p FA=FP else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,No=’, No) STOP.
- 2011-11-23 09:46:51下载
- 积分:1