-
NewtonMethod
牛顿方法优化算法可以用于多程序源代码内容(In numerical analysis, Newton s method (also known as the Newton–Raphson method), named after Isaac Newton and Joseph Raphson, is a method for finding successively better approximations to the roots (or zeroes) of a real-valued function. The algorithm is first in the class of Householder s methods, succeeded by Halley s method.)
- 2011-06-06 14:44:41下载
- 积分:1
-
Matlab-
Matlab 滤波器设计Matlab 滤波器设计(Matlab filter design Matlab filter design)
- 2013-02-28 12:17:34下载
- 积分:1
-
spectrumsensingincognitiveradiobasedonenergydetect
认知无线电是一种用于提高无线电通信频谱利用率的新的智能技术. 首先简述认知无线电的背景和概念,针
对认知无线电的频谱感知功能,详细地分析基于能量检测的频谱检测方法,在此基础上研究了噪声方差的不确定
性对检测性能的影响. 针对无线信号检测具有本地局域性和能量检测存在信噪比极限的特点,提出一种分布式有
限合作检测机制,推导出基于“OR”规则的有限合作机制的检测概率,并进行Monte Carlo仿真.(Cognitive radio is a radio communications spectrum used to improve the efficiency of the new smart technology. First, the background and outlined the concept of cognitive radio, spectrum sensing for cognitive radio capabilities, a detailed analysis of the spectrum based on energy detection test In this study the noise variance based on the uncertainty of the detection performance. for wireless signal detection with local detection of localized and there is signal to noise ratio limit of the energy characteristics of a distributed cooperative detection mechanism, derived out based on " OR" rules of the detection probability of the limited cooperation mechanism and conduct Monte Carlo simulation.)
- 2010-05-08 09:17:57下载
- 积分:1
-
skel
骨架算法的matlab实现,仿照matlab的库实现,并且用这个算法求出了一张样例图片的骨架。(
Skeleton algorithm matlab realize, modeled matlab library implementation, and use this algorithm to obtain a sample picture of a skeleton.)
- 2014-11-12 10:51:05下载
- 积分:1
-
33
说明: MODEL OF Bridge fully three phase controll machines
- 2014-12-09 23:44:55下载
- 积分:1
-
SC-FDMA
Single-carrier FDMA (SC-FDMA) is a frequency-division multiple access scheme. Like other multiple access schemes (TDMA, FDMA, CDMA, OFDMA), it deals with the assignment of multiple users to a shared communication resource. SC-FDMA can be interpreted as a linearly precoded OFDMA scheme, in the sense that it has an additional DFT processing step preceding the conventional OFDMA processing.
- 2015-02-16 20:11:23下载
- 积分:1
-
high-order-cumulant-music-doa
四阶累积量music算法以及该算法和经典music的对比(Comparison FOC algorithm and music and classical music of the algorithm)
- 2021-04-08 13:39:00下载
- 积分:1
-
convolution
convolution implemented in gui
- 2010-06-18 03:47:52下载
- 积分:1
-
Rombegrg
录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。
编写函数f(x)的代码如下:
Romberg算法¨
function z=f(x)
if (x~=0)
z=sin(x)/x
else
z=1
end
备注:在实验代码中,首先输入必要的变量的值如下:
a=0
b=1
tol=1e-8
待查询检查通过,开始输入执行代码
设置格式format short g查看u的值和sin(u)的值:
(Input program code, and debugging code for the experiment to check the program code in the syntax and semantic errors. The preparation of a function f (x) of the code is as follows: Romberg algorithm ¨ function z = f (x) if (x ~ = 0) z = sin (x)/x else z = 1 end Note: In the experimental code, First, enter the necessary value of the variable is as follows: a = 0 b = 1 tol = 1e-8 pending inquiries, checking through, began to enter the implementation of the code format format short g see u, values and sin (u) values:)
- 2009-12-28 22:03:42下载
- 积分:1
-
genetic-annealing-algorithm
matlab常用算法,遗传退火算法,源程序(matlab commonly used algorithm, genetic annealing algorithm, source code)
- 2012-05-02 13:11:08下载
- 积分:1