-
pn_NODE
% 用于模拟PN结中载流子的分布、电场和电势
% 总长为 L 的半导体截面上,左侧为 N 区,掺杂浓度 NA;右侧为 P 区,掺杂浓度为 ND
% 假设截面积足够大( Used to simulate the PN junction carrier distribution, electric field and electric potential L total length of the semiconductor section, left for N areas, doping concentration NA the right for the P zone, doping concentration ND assumption for the cut-off an area large enough)
- 2020-12-23 10:39:08下载
- 积分:1
-
Lorenz
lorenz bifurcation diagram with matlab programm
- 2009-07-02 14:21:03下载
- 积分:1
-
RBF
适用于径向基网络初学者,是一个关于逼近hermit函数的源程序(applied to the new learner of RBF)
- 2013-11-30 13:31:57下载
- 积分:1
-
zjwnnc
最常用的函数matlab编写程序,比较实用经典,再各个领域都有比较常见的调用(The most commonly used functions matlab programming, more practical classic, then all areas of the more common calls)
- 2011-06-27 10:51:45下载
- 积分:1
-
pattern-recognition
本书是关于模式识别与机器学习的一本经典教材,其中更对贝叶斯原理做了详细的描述,更能帮助读者了解贝叶斯方法在模式识别中的重要作用。(This book is a classic textbook on pattern recognition and machine learning abroad, in particular the principle of Bayesian detailed description.)
- 2013-02-03 21:56:16下载
- 积分:1
-
NONLINEAR
说明: 利用EM算法对非线性状态空间模型参数估计,效果良好(The EM algorithm is used to estimate the parameters of the non-linear state space model with good results.)
- 2021-03-29 20:59:10下载
- 积分:1
-
LLDE
llde程序是一个用于降维的程序。用于降低数据的维数,更好精简冗余信息。(ddle is used for data dimention reduction.)
- 2010-02-26 18:59:24下载
- 积分:1
-
BinaryIntegerProg
说明: 也在找关于这方面的资料着~~我是有matlab程序,但是在Java里没法触发调用它~~
付上matlab程序,有需要的自己拿吧。
function BinaryIntegerProg(f_file_name, A_file_name, b_file_name, Aeq_file_name, beq_file_name,write_file_name)
f = load(f_file_name)
A = load(A_file_name)
b = load(b_file_name)
Aeq = load(Aeq_file_name)
Beq = load(beq_file_name)
x = bintprog(f, A, b, Aeq, beq)
fp = fopen(write_file_name, w )
fprintf(fp, d\n ,x)
fclose(fp)(good daima!)
- 2011-04-17 09:24:01下载
- 积分:1
-
DF[DF_with_Selection]
实现协同中继解码转发的的matlab代码,并对比了有无协同的通信性能,可以为协同通信编程作为参考(This program is to simulate basic performance of collaborative communication DF (decoding forwarding) which can be used as a Matlab example for collaborative communication.)
- 2014-08-15 09:18:12下载
- 积分:1
-
5805
suppression of echo by using lms code
- 2011-10-02 22:59:51下载
- 积分:1