-
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
-
Untitled2
MIMO系统中采用16QAM调制的ZF、MMSE、ZF-SIC、MMSE-SIC检测(ZF、MMSE、ZF-SIC、MMSE-SIC detection with 16 QAM modulation in MIMO system)
- 2021-03-17 01:49:21下载
- 积分:1
-
ofdm-digital_predistorter
this matlab code presents a ofdm digital predistorter using lut method and a saleh model for the power amplifier
- 2014-02-14 15:36:35下载
- 积分:1
-
gda
Geophysical Data Analysis Discrete Inverse Theory (Third Edition) Matlab Scripts for all the chapters.
- 2014-02-25 13:42:25下载
- 积分:1
-
Program
模糊逻辑变精度粗糙集算法程序,数据挖掘故障诊断规则,27条训练集,8属性,5类故障。(Rough set of variable precision fuzzy logic algorithm procedures, data mining fault diagnosis rules, 27 train sets, eight properties, five fault.)
- 2015-01-09 14:51:11下载
- 积分:1
-
56163048eemd
总体经验模式分解 信号处理方面的应用 经验模态分解的进化版(ensemble empirical mode decomposition)
- 2017-08-05 17:36:20下载
- 积分:1
-
colibri
Iam uploaded the blog theam file
- 2011-01-18 00:05:00下载
- 积分:1
-
aa
说明: 要求如下: 数组与函数 1. 实验目的:掌握数组与函数的使用方法,掌握,面向过程的程序设计方法,复习分支与循环语句的使用。...
(Requirements are as follows: the array with the function 1. Experimental purposes: taking control of the array with the function to use, master, process-oriented program design method, review the use of branching and loop statements. ...)
- 2010-03-20 15:02:12下载
- 积分:1
-
SFIC_modified
说明: 结合SIC修改的SFIC,其中利用SIC的因果和非因果的思想。(SFIC modified according to someway of SIC)
- 2011-03-17 09:54:01下载
- 积分:1
-
ecg_demo
ECG信号压缩程序的DEMO,有兴趣可以看看。(ECG signal compression process DEMO are interested can look at.)
- 2006-05-26 22:37:40下载
- 积分:1