-
matabgui
上传的源代码为《精通matlab GUI设计》的源代码(From the source code as " proficient in matlab GUI design" of the source code)
- 2010-08-24 13:13:23下载
- 积分:1
-
matlablanguageanddesign
说明: matlab
控制系统计算机辅助设计-MATLAB语言及应用(matlab control system for computer-aided design and application of language-MATLAB)
- 2008-11-18 10:32:43下载
- 积分:1
-
ELM
训练集/测试集产生
load spectra_data.mat
随机产生训练集和测试集
temp = randperm(size(NIR,1))
训练集——50个样本
P_train = NIR(temp(1:50),:)
T_train = octane(temp(1:50),:)
测试集——10个样本
P_test = NIR(temp(51:end),:)
T_test = octane(temp(51:end),:)
N = size(P_test,2)
数据归一化
( Training set/test set generation load spectra_data.mat randomly generated training set and test set temp = randperm (size (NIR, 1)) training set- 50 samples P_train = NIR (temp (1:50) ,:)' T_train = octane (temp (1:50 ),:)' test set- 10 samples P_test = NIR (temp (51: end ),:)' T_test = octane (temp (51 : end ),:)' N = size (P_test, 2) Data Normalization)
- 2011-05-21 16:45:51下载
- 积分:1
-
Untitled5
一个利用matlab来模拟数字信号处理过程的,信号经过加噪声滤波后重新输出。(a simulation using Matlab to digital signal processing, signal plus noise filtering through re-export.)
- 2007-06-05 17:23:57下载
- 积分:1
-
knn
matlab程序源代码,能够正确实现,最近邻分类(matlab program source code, to be able to correctly implement the nearest neighbor classifier)
- 2013-03-12 20:03:50下载
- 积分:1
-
rayleigh-channel
This program simulation Rayleigh channel and Magnitude of fft of a single realisation of X(t) and Calculating the central moments and beta values for in and quadrature phase.
- 2013-04-22 18:04:17下载
- 积分:1
-
Permanent-magnet-synchronous.
Permanent magnet synchronous motor parameters, structure, performance design process.
- 2013-12-10 05:34:27下载
- 积分:1
-
bianbuchangLMS
变步长自适应滤波算法,对VS—LMS算法进行了改进,建立了步长因子μ与误差信号e(n)之间另一种新的非线性函数关系.理论分析和计算机仿真结果表明,该关系不仅具有原有算法收敛速度快的优点,而且在低信噪比环境下比原有算法具有更好的抗噪声性能.(The variable step size adaptive filtering algorithm is discussed, and the VS-LMS algorithm is improved. A new nonlinear function relation between the step size factor μ and the error signal e (n) is established. Theoretical analysis and computer simulation results show that the proposed algorithm not only has the advantages of high convergence speed of the original algorithm, but also has better anti- noise performance in the low SNR environment than the original algorithm.)
- 2016-12-26 13:50:52下载
- 积分:1
-
hopfield
this is a matlab implementation for hopfield network
- 2010-11-24 04:11:34下载
- 积分:1
-
Necessary-60-matlab-code
~~~~~~~为初级学者使用的遗传算法~~~~~~~~~~~~(Genetic Algorithms for Primary learner)
- 2012-04-29 15:19:46下载
- 积分:1