-
SMMS_MATLAB_FILES
swarm algorithm matlab file
- 2010-06-27 00:19:43下载
- 积分:1
-
SSIM
此程序为matlab函数,实现用结构相似性(SSIM)准则评价图像,与峰值性噪比的作用类似。(This program is a matlab function, and criteria for evaluation of structural similarity (SSIM) image acts like a peak-noise ratio.)
- 2012-07-28 13:02:53下载
- 积分:1
-
GPS-INS-Matlab-code
GPS-INS-Matlab-code,是关于GPS_INS位置组合Matlab的仿真源码(GPS-INS-Matlab-code, are about the location of portfolio GPS_INS Simulation Matlab source code)
- 2009-02-28 10:28:42下载
- 积分:1
-
matlabyichuansuanfa
matlab遗传算法程序 一种通过模拟自然进化过程搜索最优解的方法(A genetic algorithm matlab program by simulating the natural evolution of the optimal solution search methods)
- 2009-04-06 16:59:25下载
- 积分:1
-
MATLAB温度控制
这个是通过matlab这个软件编写程序可以控制温度!达到了理想的结果!开始的程序是用c写的!但是主要还是后面的matlab程序!(This is a program which are writen by software of matlab and can control temperature,then can reached the ideal result! the procedure at the beginning is written with c!,but mainly is still following matlab procedure!)
- 2005-04-20 13:05:41下载
- 积分:1
-
LOsignal
产生一个有带内相位噪声,毛刺噪声,白噪声的LO信号。(creative a LO signal with in band phase noise, spurs and noise floor.)
- 2013-10-20 12:34:10下载
- 积分:1
-
jinzhend
独立成分分析( I C A) 是一项把混合信号分解成具有统计独立性成分的新技术 。I C A近年已在生物医
域的信号分离中展示 了很好的应用前景 。 我们比较系统地介绍了 I C A的基本原理 、 主要算法 、 应用和
究的发展方向,旨在进一步推动有关的理论与应用研究工作。 (Independent Component Analysis (ICA) is a decomposition of the mixed-signal components into a statistical independence of the new technologies. In recent years, ICA has been in bio-medical domain signal separation show a very good application prospects. We systematically introduced the basic principle of ICA, the main algorithms, applications and the development direction of research aimed at further promoting the application of the theory and research.)
- 2009-04-11 22:17:46下载
- 积分:1
-
LV_Blatt2
LU-Zerlegung und Vektorisierung(LU-Zerlegung und Vektorisierung)
- 2007-12-18 21:26:43下载
- 积分:1
-
relationship
说明: 利用神经网络线性逼近热电偶电压-温度关系,MATLAB源程序。(Using neural networks linear approximation thermocouple voltage- temperature relationship, MATLAB source code.)
- 2011-04-03 18:15:26下载
- 积分:1
-
linproj
模型是结构体类型的线性投影Y = linproj(X, model) 其中W.model为线性投影矩阵, Y = model.W *X + model.b
b为偏差值( Description:
Y = linproj(X, model) linearly projects data in X such that
Y = model.W *X+ model.b
out_data = linproj(in_data, model) projects in_data.X
out_data.X = model.W *in_data.X+ model.b
out_data.y = in_data.y
Input:
model [struct] linear projection:
.W [dim x ncomp] Projection matrix.
.b [ncomp x 1] Bias.)
- 2011-05-01 18:11:47下载
- 积分:1