-
Huffman_code
说明: 经典的Huffman编码,给定概率向量,输出相应Huffman编码(Classic Huffman encoding, given the probability vector, the output corresponding Huffman coding)
- 2010-04-23 21:24:41下载
- 积分:1
-
MATLAB
Opening and closing are compound operators of morphological image processing which can
be used to fill holes in objects and remove small undesirable objects.
- 2015-01-10 15:46:54下载
- 积分:1
-
interference
描述两束光波之间的干涉现象的matlab程序代码(Illustrate the two light beam interference between the matlab code)
- 2010-06-14 19:31:28下载
- 积分:1
-
matlab_genetic
matlab genetic algorithm 基本matlab遺傳演算法程序(matlab genetic algorithm genetic algorithm matlab basic procedures)
- 2008-01-06 16:45:02下载
- 积分:1
-
forward33
本程序使用Shuey方程完成三层界面的正演模拟 子波使用雷克子波(This program uses the Shuey equation, a three-forward simulation interface using Leike Zi wave wavelet)
- 2010-09-19 16:09:32下载
- 积分:1
-
065465
A Comprehensive Comparison Study of Document
Clustering for a Biomedical Digital Library MEDLINE(综合比较研究文档聚类的医学数字图书馆检索)(A Comprehensive Comparison Study of Docum ent Clustering for a Biomedical Digital Librar y MEDLINE (Integrated Document Clustering comparative study of medical digital library retrieval))
- 2007-06-16 07:55:23下载
- 积分:1
-
scfdmamatlab
SC-FDMA, which is used in the uplink transmitter side in LTE
- 2010-07-02 13:51:35下载
- 积分:1
-
MZI_c1_1490v1550
PLC MZI MATLAB仿真. MZI可用作波分复用器件(分离两个波长光信号)。本例子为一级MZI,由两个光耦合器(耦合系数a1,a2)和一段延迟臂(延迟dl)构成。MZI有两个输入和两个输出端口,一般两个波长光信号由一个输入端口输入,而在两个端口分别输出不同波长信号。(PLC MZI simulation.)
- 2020-07-04 10:00:01下载
- 积分:1
-
100examplesofmatlabprocedures
集中了大部分matlab基础经典程序
1-32是:图形应用篇
33-66是:界面设计篇
67-84是:图形处理篇
85-100是:数值分析篇(Matlab concentrate most of the procedures based on the classic 1-32 is: graphics application papers 33-66 are: interface design papers 67-84 are: graphics processing chapter 85-100 is: Numerical Analysis Section)
- 2008-06-03 23:21:09下载
- 积分: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