-
conv
基于simulink的卷积码编码性能仿真,给出性能曲线。(Convolution code coding performance based on simulink simulation, the performance curve is given.)
- 2014-08-14 20:23:17下载
- 积分:1
-
fdp5final
人脸的测试 存在与否(Presence or absence of the test face)
- 2010-05-09 16:10:17下载
- 积分:1
-
mpc_siso
Model Predictive Control for SISO system
- 2011-08-19 17:04:13下载
- 积分:1
-
TFRSTFT
可以对信号进行短时傅里叶变换,也可以对反射系数序列进行短时傅里叶变换(STFT)
- 2009-06-07 08:27:05下载
- 积分:1
-
matlab
使用matlab编写的生日祝福小程序,初级程序猿(Use matlab small programs written birthday wishes)
- 2014-02-06 17:32:54下载
- 积分:1
-
pscad
基于pscad的柴油内燃机仿真模型。因为上面分组中没有pscad,故选用MATLAB分组。它可以完成内燃机启动、运转的多项仿真计算(Pscad diesel engine simulation model. Because there is no grouping above pscad, so use MATLAB grouping. It can be done to start the internal combustion engine, a number of simulation calculation operation)
- 2014-04-29 09:33:54下载
- 积分:1
-
FPE_burg_order
使用FPE准则,绘制不同阶数的FPE值,确定最优阶数(Using the FPE criterion, the FPE values of different orders are plotted, and the optimal order is determined)
- 2017-10-26 17:15:09下载
- 积分:1
-
PCA
进行PCA分解,由迭代算法,算出得分向量和负荷向量(something about PCA)
- 2009-12-11 23:59:06下载
- 积分: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
-
multipath3
多径理解3,理解多径对信号的影响 ,(three multi-path understanding, understanding of the multi-path signals and understanding of the multi-path signals,)
- 2007-03-30 19:00:07下载
- 积分:1