-
ldpc
通过学习LDPC编译码原理,编写了LDPC码的编译码程序。通过此程序可以更好的实现LDPC码的仿真(in this passage we have write the program of edcoded and decoded of LDPC code.through it we can undersatand LDPC more.)
- 2011-01-01 22:55:06下载
- 积分:1
-
matlab
应用MATLAB实现连续信号的采样与重构仿真(Application of MATLAB to achieve continuous signal sampling and reconstruction of simulation)
- 2009-07-09 03:26:19下载
- 积分:1
-
gpr
gpr matlab code for sfcw in gpr gpr has a good performance with sfcw
- 2011-01-22 20:26:08下载
- 积分:1
-
delay
DELAY Estimates the delay of y with respect to x using the information theoretic delay criterion in matlab
- 2011-10-20 05:26:31下载
- 积分:1
-
ADFNE Release 1.0 adfne在MATLAB语言的语法构成的
adfne在MATLAB语言的语法构成的)一包的计算机代码三个维度基于随机模拟的校长产生的裂缝网络功能;函数表征合成的或进口的两和三维裂隙网络包括交叉分析、密度测量、连接性指数、聚类和其他许多人;为对两和三维裂隙网络可视化高度简化的功能;的功能,一般利用上述阶段,以延长其使用的实际应用,为进一步发展稳定的框架和工具,以节省所得的图、表和信息在适当的格式读取能够通过许多通用标准软件应用程序。(ADFNE is a package of computer codes in Matlab language syntax which consists of a) functions to generate fracture networks in two and three dimensions based on stochastic modelling principals; b) functions to characterize synthesized or imported two- and three-dimensional fracture networks including intersection analysis, density measures, connectivity indices, clustering and many others; c) functions for highly simplification of visualization of two- and three-dimensional fracture networks; and d) functions to generically utilize the above stages and to extend their use for practical applications, to provide stable framework for further developments, and tools to save the resulting maps, tables and information in appropriate formats readable by many common standard software applications.)
- 2018-04-09 14:02:04下载
- 积分:1
-
MATLAB
按照说明,将此包内相应文件包替换Matlab r2007a安装目录下相应该包,就可以让matlab r2007a运行在win7的主题下(matlab r2007a installl on windows7)
- 2010-06-12 12:09:46下载
- 积分:1
-
ddscordic
direct digital synthesis CORDIC
- 2010-06-21 15:28:46下载
- 积分:1
-
MINWP
说明: 无约束一维极值问题中的可接受搜索法,例程可调(Unconstrained extremal problem in the one-dimensional search method acceptable, routine adjustable)
- 2011-03-25 22:48:33下载
- 积分:1
-
mixed-programming--Matlab-and-CCPP
Matlab具有强大的数值计算和分析等能力,而C/C++是目前最为流行的高级程序设计语言,两者互补结合的混合编程在科学研究和工程实践中具有非常重要的意义。因此,从Matlab调用C/C++代码及C/C++调用m文件两方面,深入地研究了它们之间混合编程的原理和实现机制,并且给出了具体条件下的混合编程方法和步骤。实例表明,提出的Matlab与C/C++混合编程方法是简洁、有效的。(Matlab has strong ability of numerical value calculation and analysis,whereas C/C++ is one of the most popular programming languages.And the mixed programming of Matlab and C/C++ is significant in scientific research and engineering applications.Therefore,the mechanism of Matlab inducing C/C++ codes and C/C++ calling m file are proposed separately.The mixed programming methods and approaches in different conditions are also presented.At last,the validity of the mixed programming between Matlab and C/C++ is ...)
- 2011-04-26 19:21:39下载
- 积分:1
-
MATLAB
MATLAB函数参考手册,查看matlab函数作用以及功能。( SVMLSPex02.m
Two Dimension SVM Problem, Two Class and Separable Situation
Difference with SVMLSPex01.m:
Take the Largrange Function (16)as object function insteads ||W||,
so it need more time than SVMLSex01.m
Method from Christopher J. C. Burges:
"A Tutorial on Support Vector Machines for Pattern Recognition", page 9
Objective: min "f(A)=-sum(ai)+sum[sum(ai*yi*xi*aj*yj*xj)]/2" ,function (16)
Subject to: sum{ai*yi}=0 ,function (15)
and ai>=0 for any i, the particular set of constraints C2 (page 9, line14).
The optimizing variables is "Lagrange Multipliers": A=[a1,a2,...,am],m is the number of total samples.)
- 2011-04-27 14:27:35下载
- 积分:1