登录
首页 » matlab » ELM

ELM

于 2011-05-21 发布 文件大小:1KB
0 171
下载积分: 1 下载次数: 153

代码说明:

   训练集/测试集产生 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)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • QPSK
    本例用matlab语言实现了4QPSK的编解码及通过awgn信道的仿真。采用蒙特卡罗仿真法,得到误码性能,绘制曲线。可用于算法研究或课程学习。(Matlab language used in this case achieved 4QPSK codec and channel through awgn simulation. Monte Carlo simulation method, the BER performance, drawing curves. Algorithm can be used for research or courses.)
    2007-08-30 11:14:10下载
    积分:1
  • femvibration
    基于有限元法的振动求解,在matlab 平台(matlab vibration FEM)
    2010-08-11 16:26:23下载
    积分:1
  • Read-header-vf
    读取多普勒雷达资料,本程序对SA型天气多普勒雷达原始体扫数据进行处理(the process of the SA-Doppler weather radar on the original scan data processing, the use of radar data for the original subsequent handling )
    2012-08-02 09:02:58下载
    积分:1
  • GUI_2_C
    matlab开发的GUI程序,转换成实用的C语言程序(GUI development matlab procedures into practical procedures for the C language)
    2009-05-13 16:43:41下载
    积分:1
  • matlab
    一本matlab入门书籍的附带程序文件,很丰富,对于matlab初学者来说很有用!(A matlab entry books attached program files, very rich, very useful for matlab beginner!)
    2013-01-27 11:03:57下载
    积分:1
  • mimo_ofdm_2x4_qpsk_all_cp
    this is about 2 x 2 mimo ofdm
    2014-11-11 00:04:18下载
    积分:1
  • MySpectrum2
    本程序是用于信号频谱分析的实验程序。 主要功能是进行信号的幅值谱计算;同时可完成在选定范围内谱峰的精确计算。( This procedure is used to test the program signal spectrum analysis. Main function is to calculate the signal amplitude spectrum the same can be done accurately calculate the spectral peaks within the selected range.)
    2015-01-20 10:41:13下载
    积分:1
  • gsjcpivm
    FMCW调频连续波雷达的测距测角,各种资源分配算法实现,是本科毕设的题目,多目标跟踪的粒子滤波器,是学习PCA特征提取的很好的学习资料,合成孔径雷达(SAR)目标成像仿真。(FMCW frequency modulated continuous wave radar range and angular measurements, Various resource allocation algorithm, The title of the commercial is undergraduate course you Multi-target tracking particle filter, Is a good learning materials to learn PCA feature extraction, Synthetic Aperture Radar (SAR) imaging simulation target.)
    2016-02-27 11:37:49下载
    积分:1
  • QRS_detection
    本Matlab例程采用小波变换实现QRS波群的检测,可供生物医学工程领域人员参考学习。(The Matlab routine use of wavelet transforms for the detection of QRS wave group, the field of biomedical engineering staff available for reference study.)
    2010-08-27 18:54:58下载
    积分:1
  • new1
    optimization newton method
    2009-11-30 22:21:24下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载