-
fewtjudf
包括最小二乘法、SVM、神经网络、1_k近邻法,用于信号特征提取、信号消噪,真的是一个好程序,采用热核构造权重,在matlab环境中自动识别连通区域的大小,GPS和INS组合导航程序,单径或多径瑞利衰落信道仿真,通过反复训练模板能有较高的识别率。( Including the least squares method, the SVM, neural networks, 1 _k neighbor method, For feature extraction, signal de-noising, Really is a good program, Thermonuclear using weighting factors Automatic identification in the matlab environment the size of the connected area, GPS and INS navigation program, Single path or multipath Rayleigh fading channel simulation, Through repeated training FssQvKhlate have higher recognition rate.)
- 2016-04-06 21:03:37下载
- 积分:1
-
Q
说明: function form refrence matrixP
- 2011-06-21 23:49:01下载
- 积分:1
-
gaijinyiqunsuanfa
改进的蚁群算法,加入了变异因子,产生变异,从而更快的收敛。(Improved ant colony algorithm, joined the variation factor, mutate, and faster convergence.)
- 2013-04-22 20:38:23下载
- 积分:1
-
Modicon-Quantum-Safety-PLC-Reference-Manual
The Quantum Safety PLC is a Safety-Related System certified according to
IEC 61508 by TüV Rheinland Group. It is based on the Quantum family of
programmable logic controllers (PLCs).
- 2014-01-17 01:35:19下载
- 积分:1
-
基于matlab的手势识别
基于matlab的简单手势识别,可识别剪刀石头布。(Simple gesture recognition based on MATLAB)
- 2018-04-07 15:02:26下载
- 积分:1
-
_0
说明: 多种智能天线经典波束形成算法,具有良好的方向图。(samrt antenna beamforming ,good performance)
- 2011-03-02 16:36:05下载
- 积分:1
-
Image-processing-analysis-
也是一本较好的图像处理与机器视觉的书籍,希望对大家有帮助,仅提供给对自己需要的朋友学习,不得用作获利工具!!(Image processing analysis and computer vision
)
- 2012-06-23 13:57:37下载
- 积分:1
-
conversion_gui
function ret = Int2Hex(var)
Prints integer array to hexadecimal string
varType = class(var)
cast signness away:
if ( u ~= varType(1) )
varType = [ u varType]
var = typecast(var,varType)
end
nBits = str2double(varType(5:end))
if (64 == nBits)
split 64 bit case into two 32 s
cuz dec2hex doesn t handle 64 bit...
varType(5:end) = 32
var = typecast(var,varType)
end
ret = dec2hex(var)
if (64 == nBits)
littleEndian = all(typecast(uint32(1), uint16 )==[1 0])
first = 1 + littleEndian
second = 2 - littleEndian
ret = [ret(first:2:end,:),ret(second:2:end,:)]
end
end
- 2010-07-30 09:39:56下载
- 积分:1
-
PSO_GA_RBF
遗传算法和PSO算法分别对神经网络进行预测(Neural network prediction based on genetic algorithm and PSO)
- 2017-11-14 09:31:01下载
- 积分:1
-
peipui_v48
欢迎大家下载学习,PLS部分最小二乘工具箱,有小波分析的盲信号处理。( Welcome to download the study, PLS PLS toolbox, There Wavelet Analysis Blind Signal Processing.)
- 2016-12-21 20:12:19下载
- 积分:1