-
SIRT
cell coordinates for algebraic reconstruction techniques algorithm
- 2010-06-19 10:24:31下载
- 积分:1
-
MATLAB_Code
学会怎样快速高效的进行matlab编程,这篇文章说明了怎样把任何一种矩阵转换成行向量,比较实用(Learn how to fast and efficient conduct of matlab programming, this article explains how to convert any kind of trip matrix vector, more practical)
- 2007-09-07 10:55:11下载
- 积分:1
-
package_emd
黄锷论文中EMD和HHT的源程序,已经打包压缩,解压后可以使用(Wong Ngok paper on EMD and HHT source, has been packaged compression, decompression can be used after)
- 2013-09-25 10:55:31下载
- 积分:1
-
mphtxt_read_2d
读入COMSOL软件所生成的二维mphtxt三角形网格文件,读入相关网格的节点、三角形单元,边界信息。调用此函数时应将包含相关的路径与文件名的字符串作为输入参数。包
中包含了一个m函数文件与一个示例网格数据文件。
(read the information of 2-d triangle mesh file--*.mphtxt generated by COMSOL. The input parameter is the path and name of mesh file. A matlab source file and mesh file is included in it.)
- 2021-03-20 22:39:18下载
- 积分:1
-
raw_bmp
raw图像格式与bmp图像格式的转换,matlab实现,具体参数详见m文件(raw image format and bmp image format conversion, implementate by matlab, the specific parameters detailed in m file)
- 2009-03-24 19:50:57下载
- 积分: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
-
voice
语音识别中几个常用例程:
语音信号高频提升、短时能量检测、过零率计算、LPCC系数计算、基于短时能量和过零率的语音信号端点检测。(voice recogniton)
- 2011-05-25 16:41:07下载
- 积分:1
-
MATLAB-GUI-design
介绍了基于MATLAB的GUI的界面设计方法与过程,不错的教科书(Introduces MATLAB-based GUI-interface design methods and processes, good textbooks)
- 2010-11-04 15:45:35下载
- 积分:1
-
monopole
说明: 使用Rao-Wilson-Glisson三角法对有限地面上及生成的四分之一长单极子进行网格化,调用了德络内函数(Using the Rao-Wilson-Glisson triangular method of finite one-fourth of the ground and build long-monopole to grid, function calls within the German Contact)
- 2010-04-25 15:16:43下载
- 积分:1
-
matlab-processing
用matlab的进行图像处理的教程,对初学者有指导意义(The image processing using matlab tutorial, a guide for beginners)
- 2011-05-02 02:09:13下载
- 积分:1