-
BatchSimulation
As we know, the energy needed for sensors should be electrical. So the rst
step before start to work is to convert environmental energy to electrical one.
Inside the node there are dierent components for sensing the area, collecting
data and processing the data. So the main dierent part of this kind of nodes,
in compare of WSN nodes, is the power part. Once the stored energy reach
to a certain amount, the power supply for micro controller and transceiver will
start to work. They will continue to work until they have energy, as soon as the
energy nish, they stops and energy storage device start to work to save energy
again.
The other fact should be consider about EH-WSN node is that the available
energy can change in dierent nodes. So every node has its own harvesting rate.
- 2013-07-20 14:34:56下载
- 积分:1
-
LEE-MK
水文趋势、突变点分析的matlab相关程序——Lee-Heghinan法、Mann-Kendall法(Hydrological trends point mutation analysis matlab procedures- Lee-Heghinan France, Mann-Kendall method)
- 2013-08-15 18:49:40下载
- 积分:1
-
LDPC
基于MATLAB的LDPC码的性能仿真,包括H矩阵高斯消元变换方式、下三角形式和近似下三角形式三种(Performance simulation of LDPC code based on MATLAB, including three kinds of H matrix Gauss transform method, lower triangular form and lower triangular form)
- 2021-03-17 14:59:21下载
- 积分:1
-
active-power
This file is simulation of Active Power in matlab simulink.
This file is helpful for understanding FACTS.
- 2016-07-13 02:26:11下载
- 积分:1
-
jerk_fengzhuang
说明: jerk模型,已经封装好。入门请勿下载,原始轨迹数据用txt导入,谨慎下载(Jerk model, already packaged. Please do not download at the beginning. The original track data is imported by txt and downloaded carefully.)
- 2020-06-08 19:03:05下载
- 积分:1
-
MultilayerPerception
非常不错的非线性非高斯环境下的粒子滤波程序进化算法(very good non-linear environment Gaussian filter particles procedures evolutionary algorithm)
- 2006-12-06 17:58:53下载
- 积分:1
-
Blocks
clc
close all
clear all
I=imread( desert.jpg )
[r c]=size(I)
bs=16 Block Size (8x8)
nob=(r/bs)*(c/bs) Total number of 8x8 Blocks
Dividing the image into 8x8 Blocks
kk=0
for i=1:(r/bs)
for j=1:(c/bs)
Block(:,:,kk+j)=I((bs*(i-1)+1:bs*(i-1)+bs),(bs*(j-1)+1:bs*(j-1)+bs))
end
kk=kk+(r/bs)
end
Accessing individual Blocks
figure imshow(Block(:,9,1)) This shows u the fist 8x8 Block in a figure window
figure imshow(Block(:,:,2))
- 2013-03-17 15:01:05下载
- 积分:1
-
recognitionMATLAB
模式识别matlab英文原版。高清。特别适合模式识别、数据挖掘专业初学者。(Pattern Recognition MATLAB original English books. HD. Particularly suitable for pattern recognition, data mining professional beginners.)
- 2015-03-12 22:06:14下载
- 积分:1
-
pc87427
hardware monitoring driver for the National Semiconductor PC87427 Super-I O chip.
- 2015-03-16 15:30:36下载
- 积分:1
-
antcolonyalgorithm
ant colony algorithm based on neural net work
- 2010-08-10 15:03:03下载
- 积分:1