-
o9
说明: its an matlab pdf document on aco
- 2009-12-10 19:22:00下载
- 积分:1
-
LFM-radar-maichongyasuo
matlab应用的雷达信号LFM波形脉冲压缩处理编程源代码(Matlab applications, radar signal LFM waveform pulse compression processing programming source code)
- 2012-04-25 18:50:19下载
- 积分:1
-
slddjmx--motor-model
电动机simulink模型,非常好用,内有控制程序(motor simulink model)
- 2013-03-21 09:18:11下载
- 积分:1
-
SpaRSA_2.0
求解优化问题中L1范数正则化函数和全变分正则化函数的流行算法(Sparse Reconstruction by Separable Approximation)
- 2013-10-14 20:50:29下载
- 积分:1
-
mallat
mallat算法比较完整的描述,启发文献(mallat algorithm description document)
- 2012-04-07 14:02:40下载
- 积分:1
-
psobp
matlab粒子群神经网络的预测编程实现,电力负荷预测已实现(Matlab particle group neural network prediction programming implementation, power load forecasting has been achieved)
- 2017-04-27 18:35:55下载
- 积分:1
-
rbf_pca
说明: 先运用pca找到主要的影响变量,然后用rbf神经网络建模(First use PCA to find the impact of major variables, and then use the rbf neural network modeling)
- 2008-11-17 16:27:41下载
- 积分: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
-
digital_image_processing
数字图像处理的基础知识,是冈萨雷斯的《数字图像处理》一书对应电子版(digital image processing)
- 2010-06-06 13:16:10下载
- 积分:1
-
Matlab-project
roots -Polynomial roots
Syntax
r = roots(c)
Description
r = roots(c) returns a column vector whose elements are the roots of the polynomial c.
Row vector c contains the coefficients of a polynomial, ordered in descending powers. If c has n+1 components, the polynomial it represents is .
Tips
Note the relationship of this function to p = poly(r), which returns a row vector whose elements are the coefficients of the polynomial. For vectors,roots and poly are inverse functions of each other, up to ordering, scaling, and roundoff error.
- 2014-11-13 01:48:01下载
- 积分:1