-
45666019bosuxingchengsuanfa
MATLAB Compiler 是MATLAB自带的一个编译器,它能将m文件转化成 C、C++或p等各种类型的源代码,并根据需要生成可执行文件、lib文件(库文件)、dll文件或S函数?BR> [lms_communication(MATLAB comes with MATLAB Compiler is a compiler, it will be m file into C, C++ Or p, such as various types of source code, and in accordance with the need to generate executable files, lib files (library files), dll documents or S function? BR)
- 2008-05-26 14:27:17下载
- 积分: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
-
tasking_demo_autotrans_sfun1
powere system stability analyz
- 2011-09-13 18:58:03下载
- 积分:1
-
basic
matlab中许许多多的基础图像处理方法,最适合初学者使用,希望采纳哦(matlab image processing method in the base of many of the most suitable for beginners to use, hope to adopt oh)
- 2015-03-18 14:51:43下载
- 积分:1
-
frechet_distance_calculation
Matlab simulations and computations
- 2020-07-03 12:40:02下载
- 积分:1
-
backpropagation
useful backpropagation
- 2009-03-27 06:54:16下载
- 积分:1
-
turbo_test
一个很经典的Turbo编码解码程序,除了Turbo码的性能测试外,还增加了正常的信源编码和解码过程,主要用于通信中的信源数据的编码和接收端得解码过程。(The encoding.com turbo encoding feature is available via the encoding.com API and will automatically send your job to a higher capacity (more CPU and more RAM) server for faster processing times. This feature is great to use for high bitrate, H.264, HD, or any video encoding job in which processing time is critical. On average the turbo encoding feature will process a job 60 faster than our standard servers.
)
- 2009-11-27 11:14:04下载
- 积分:1
-
Extracting-Embedded-Images-From-An-Assembly---Cod
Articulo de Josh Smith, sobre como extraer imagenes embebidas en ficheros
- 2014-11-26 22:47:07下载
- 积分:1
-
JPEG2000.ppt
Matlab code of Histogram Equalization
- 2015-03-27 13:21:01下载
- 积分:1
-
solor-preference
关于光伏组件研究的相关资料,很有参考价值(Related information on the study of PV modules, a good reference value)
- 2020-08-23 15:08:17下载
- 积分:1