-
leach
LEACH protocol, stands for Low Energy Adaptive Clustering Hierarchy Protocol (Low Energy Adaptive Clustering Hierarchy), is a wireless sensor network routing protocols. LEACH protocol based algorithm, called LEACH algorithm.
- 2015-04-09 17:23:55下载
- 积分:1
-
DSTBC
差分空时编码,解码译码都有,无信道,含新版本matlab缺少的旧版函数dmodce(Differential space-time encoding, decoding decoding has no channel)
- 2016-06-30 17:33:33下载
- 积分:1
-
lab9_literki
Hopfield network with matlab.
- 2009-05-17 19:13:12下载
- 积分:1
-
cndlV2.m
修改版的matlab画K线的程序,实现了涨为红色,跌为绿色(Modified version of the matlab draw K-line procedures, the rose is red, or green
)
- 2013-08-29 13:56:38下载
- 积分:1
-
resister
电阻Resister的实际应用:
上拉下拉电阻(Pull-up,Pull-down)的处理方法。
0欧电阻的作用,跳线,熔丝等功能。(Resister of the practical application of resistance: Pull-down resistor (Pull-up, Pull-down) approach. 0 The role of the European resistance, jumpers, fuses and other functions.)
- 2010-07-04 16:07:12下载
- 积分:1
-
matlabtool
matlab 时频分析工具, 好用的,方便的,实用的。(matlab time-frequency analysis tool, useful, convenient and practical.)
- 2008-08-10 18:58:21下载
- 积分:1
-
R_WAVE_Detector
一个matlab程序,用来找心电图的R点,适合初学者(Detect R wave in ecg signal by matlab )
- 2010-08-11 12:29:42下载
- 积分:1
-
Arithmetic_coding
说明: 算术编码算法的程序块,在matlab中的是实现(Block arithmetic coding algorithm, is achieved in the matlab)
- 2011-04-07 14:43:20下载
- 积分: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
-
TS1
基于禁忌搜索算法的配电网无功补偿优化规划的 禁忌搜索部分(Optimize the planning of reactive power compensation based on the tabu search algorithm with tabu search part)
- 2012-04-20 19:34:36下载
- 积分:1