-
ex6
performance improvement with different codes
- 2013-11-14 12:26:06下载
- 积分:1
-
gaijinzishiyingxiangguan
该程序实现改进的自适应相关算法,两个matlab文件,一个为函数,该函数求出信号特征量的马氏距离平方并通过梯度下降法训练出其固定阈值,另一个为主函数,调用该函数文件;该程序将4路信号,每一路信号特征量的马氏距离平方及其固定阈值求出来,并一起画出图来。
(The program features improved adaptive correlation algorithm, two matlab files, one for the function that calculate the square of the Mahalanobis distance of signal characteristics by gradient descent to train the fixed threshold, the other main function, call The function files the program seek out the square of the Mahalanobis distance and fixed threshold of each channel signal, there are four chanel signal,then draw them out together)
- 2011-08-30 18:59:02下载
- 积分:1
-
DPLL
介绍了一宽带的数字锁相环的实现方法,欢迎大家踊跃下载 (Introduction of a broadband digital phase-locked loop method, enthusiastically welcomed the U.S. Download)
- 2007-07-24 15:31:21下载
- 积分:1
-
ofdm.m(B)
一个关于ofdm的MATLAB仿真源代码(OFDM MATLAB )
- 2009-12-10 20:57:11下载
- 积分:1
-
shili96
制作运用最速下降法解线性方程组的用户界面(Making use of the steepest descent method solving linear equations of the user interface
)
- 2011-06-28 10:30:06下载
- 积分:1
-
matlabvelocity
速度分析,用于地震勘探方面尤其有用。可以下载了自己改改,也可以用在其他方面(Velocity analysis for seismic exploration area is particularly useful. Can download their own changed, but also can be used in other areas)
- 2008-12-15 13:22:26下载
- 积分:1
-
3360765jj
强大的地震合成记录程序,有需要的朋友可以试试(A Program of synthetic seismogram generation.)
- 2011-10-12 15:31:18下载
- 积分:1
-
TestUseMatlab
VC 中调用MATLAB
程序功能:
为了在vc中调用MATLAB而写的一个简单测试程序
设置路径:
根据MATLAB所在盘而定,例如我的matlab是装在D盘的,所以需要包含的路径为
D:MATLAB6p1externinclude,在工程中设置
需包含的头文件:
//matlab中的头文件调用matlab的函数
#include "engine.h"
需要连接的LIB库:
D:MATLAB6p1externlibwin32digitaldf50libeng.lib D:MATLAB6p1externlibwin32digitaldf50libmx.lib 支持mx函数
(程序功能:
为了在vc中调用MATLAB而写的一个简单测试程序
设置路径:
根据MATLAB所在盘而定,例如我的matlab是装在D盘的,所以需要包含的路径为
D:MATLAB6p1externinclude,在工程中设置
需包含的头文件:
//matlab中的头文件调用matlab的函数
#include "engine.h"
需要连接的LIB库:
D:MATLAB6p1externlibwin32digitaldf50libeng.lib D:MATLAB6p1externlibwin32digitaldf50libmx.lib 支持mx函数
)
- 2009-05-15 09:41:58下载
- 积分: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
-
vcPP6.0-and-matlab
matlab和vc++联合运行的方法介绍。。。。。(Matlab and vc++ combined operation method is introduced
)
- 2013-04-24 14:37:18下载
- 积分:1