-
jacobi_quadrature
jacobi quadrature, to resolve linear system with jacobi.
- 2009-03-26 07:21:31下载
- 积分:1
-
ISM
ISM算法示例,基本能用,还有问题,欢迎讨论(ISM algorithm for example, the basic use, there are questions, please discuss)
- 2013-10-07 20:48:08下载
- 积分:1
-
VC_Matlab
vc++ 与MATLAB混合编程的开发过程及实例介绍(vc++ mixed programming with MATLAB and examples of the development process described)
- 2010-10-19 10:05:18下载
- 积分:1
-
LinearShootingMethod
打靶法的再解微分方程中的应用。主要用来处理边值问题。(Re-shooting method of solving differential equations. Mainly used to deal with boundary value problems.)
- 2010-05-23 10:52:21下载
- 积分:1
-
gafmax
% [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation)
% Finds a maximum of a function of several variables.
% fmaxga solves problems of the form:
% max F(X) subject to: LB <= X <= UB
% BestPop--------最优的群体即为最优的染色体群
% Trace----------最佳染色体所对应的目标函数值
% FUN------------目标函数
% LB-------------自变量下限
% UB-------------自变量上限
% eranum---------种群的代数,取100--1000(默认1000)
% popsize--------每一代种群的规模;此可取50--100(默认50)
% pcross---------交叉的概率,此概率一般取0.5--0.85之间较好(默认0.8)
% pmutation------变异的概率,该概率一般取0.05-0.2左右较好(默认0.1)
% options--------1×2矩阵,options(1)=0二进制编码(默认0),option(1)~=0十进制编码,option(2)设定求解精度(默认1e-4)( [BestPop, Trace] = fmaxga (FUN, LB, UB, eranum, popsize, pcross, pmutation) Finds a maximum of a function of several variables. Fmaxga solves problems of the form: max F (X) subject to : LB <= X <= UB BestPop-------- optimal chromosome groups is the best group Trace---------- chromosome corresponding to the best objective function value FUN------------ objective function LB------------- variable lower limit since the UB------------- variable upper limit eranum--------- populations algebra, take 100- 1000 (default 1000) popsize-------- population size of each generation this desirable 50- 100 (default 50) pcross--------- crossover probability, the probability of a general check 0.5- 0.85 between the better (default 0.8) pmutation------ mutation probability, the probability of 0.05 general admission better about-0.2 (default 0.1) options-------- 1 × 2 matrix, options (1) = 0 binary code (default 0), option (1) ~ = 0 decimal coding, option (2 ) set accuracy (default 1e-4))
- 2006-10-18 16:07:48下载
- 积分:1
-
SPIHT_code
SPIHT的编码与解码程序,在Matlab下运行。可以控制码率(SPIHT codec running under matlab. rate control is also available.)
- 2009-03-16 18:40:14下载
- 积分:1
-
the-effect-of-INR-for-SNR
针对阵列波束形成问题,研究干燥比对输出信噪比的影响。(For array beamforming problem, the code simulates the effect of the INR on the SNR. )
- 2013-12-16 19:46:06下载
- 积分:1
-
gl
RTDX资料汇总,DSP与matlab的实时交互通信相关文档和例程(RTDX data aggregation, real-time DSP with Matlab interactive communication with documentation and examples)
- 2013-05-13 19:35:47下载
- 积分:1
-
chunguanxing
惯性导航,利用惯性元件(加速度计)来测量运载体本身的加速度,经过积分和运算得到速度和位置,从而达到对运载体导航定位的目的。组成惯性导航系统的设备都安装在运载体内,工作时不依赖外界信息,也不向外界辐射能量,不易受到干扰,是一种自主式导航系统。(Inertial navigation, to measure the carrier itself acceleration Inertial element (accelerometer), through integration and operation to get the speed and position, so as to achieve the purpose of vehicle navigation. Inertial navigation systems equipment components are installed in the carriage of the body, does not rely on external information work, not to the outside world-radiation energy, less susceptible to interference, it is an autonomous navigation system.)
- 2020-08-27 09:28:14下载
- 积分:1
-
Naive-Bayes
一个学习Naive Bayes的matlab代码,学习到的参数只与样本的个数有关,与实际的样本值没有直接关系。
为了代码的可读性、容易学些,算法的实现没有采用MATLAB向量化
操作。(A Naive Bayes learning matlab code, only to learn the parameters related to the number of samples, and the actual sample values are not directly related. For code readability, easy to learn something, no algorithm using MATLAB vectorized operations.)
- 2013-08-19 17:25:06下载
- 积分:1