-
21840286GML_AdaBoost_Matlab_Toolbox_0[1].3
AdaBoost实现算法(外国人写的,有详细的分析)(AdaBoost algorithm (written by foreigners, a detailed analysis))
- 2020-07-17 14:28:50下载
- 积分:1
-
aimagegrowregion
MATLAB CODE FOR binary image segmentation
- 2010-11-09 20:00:27下载
- 积分:1
-
RC-design
说明: rc滤波器的设计,很详细的过程,从原理到代码都有(rc filter design, a very detailed process, from theory to code all)
- 2011-04-06 21:59:08下载
- 积分:1
-
leachvsdeec
deec and leach protocol
- 2012-04-15 02:58:01下载
- 积分:1
-
QAM16_simulink
16qam正交数字调制的matlab的simulink的模型,能得出非常好的结果(16 qam digital modulation orthogonal matlab simulink model, can draw the very good results
)
- 2011-12-16 15:48:26下载
- 积分:1
-
example
说明: 可以进行txt数据的导入,txt数据里可以包含中文。(You can import TXT data, which can contain Chinese.)
- 2021-04-01 10:35:41下载
- 积分:1
-
MATLAB6.5
说明: matlab基础教程,适合初学者的基础学习matlab。以及有一定基础者的进阶(matlab basic tutorial for beginners to learn the basis of matlab. And those who have some basic advanced)
- 2011-03-19 11:49:48下载
- 积分:1
-
matlab-mle
说明: 主要是介绍极大似然估计并用matlab实现极大似然估计(Is to introduce the maximum likelihood estimation and use matlab to achieve maximum likelihood estimation)
- 2011-04-15 09:55:03下载
- 积分:1
-
Matlabsimulation
通过M atlab 模拟了随机产生的一定概率分布的信号序列, 叠加高斯噪声后利用最大后验概率(MAP)检
测到的误码率, 做出BER~ SNR曲线, 并与理论计算得到的曲线进行比较, 两者吻合.(M atlab simulated by a certain probability distribution of random signal sequence, use of superposition of Gaussian noise is the maximum a posteriori (MAP) detection to the error rate, making BER ~ SNR curves obtained with the theoretical curve of the combined fit.)
- 2010-12-05 09:51:59下载
- 积分:1
-
newton_raphson
Newton-Raphson算法 介绍
在科学计算和财经工程领域,许多数值算法都是通用的(至少在理论上是),可广泛地用于解决一类问题。一个大家熟悉的例子就是Newton-Raphson例程,它可用来寻找方程 f(x)=0的数值解。标准的数学表达式f(x)表示f是变量x的函数,其通常的表达形式为f(x,a,b,...)=0,f被定义为多于一个变量的函数。在这种情况下,Newton-Raphson算法试图把x以外的变量固定并作为参数,而寻找关于变量x的数值解。
由于Newton-Raphson算法需要知道被求解函数的确切表达,其传统实现方法是直接将代码嵌入到客户应用程序中。这就使得算法的实现代码经过针对不同被求解函数的少量修改后在客户程序中反复出现。
同许多其它数学例程一样,Newton-Raphson算法的具体实现是应该与特定用户无关的。并且,重复编码在任何情况下都应该尽量避免。我们很自然地会想到把该类例程作为库函数来实现,以使客户程序可以直接调用它们。但是,这种实现方式必然会涉及到如何将用户自定义函数(Newton-Raphson 例程需要调用该函数)封装成可以作为参数传递的形式。
(err)
- 2008-06-16 10:38:48下载
- 积分:1