搜索资源列表
网络仿真-纯ALOHA曲线
- 纯ALOHA协议 在该协议下,用户只要有帧产生,就会传送出去,发生冲突时,就等待一个随机时间后再重发。 所以对当前帧时,只有两种情况下可以发送成功: 1)当前帧时只有一帧要发送,且当前帧时的前一帧时无帧发送; 2)当前帧时只有一帧要发送(发送时刻为t),且前一帧时的最后一帧的发送时间不在(t- FRAMETIME)~ t这段时间内。 其他情况下都会产生冲突。 发生冲突时,错误帧继续传送,用户重新发送帧,设定一个随机数Rt,将该帧添加到第Rt/ FRAMETIME帧时上
网络仿真-分隙ALOHA曲线
- 分隙ALOHA: 该协议下,用户在产生帧后总是等到下一帧时开始时才发送,所以,对于结构FrameTime_struct,其m_Frame[i](相对时间)总是为零。发生冲突后同样等待一个随机时间重发。 所以只要满足当前帧时只有一帧发送,就可以发送成功,而不需考虑上一帧时的情况。 -points gap ALOHA : under the agreement, users always have a frame after frame until the next time when
aloha
- aloha协议仿真基于omnet仿真平台-aloha agreement omnet simulation based simulation platform
aloha
- 网络仿真软件OPNET ALOHA协议模型的文件-network simulation software OPNET ALOHA protocol model document
ALOHA
- matlab对aloha,s-aloha的仿真-matlab pairs of aloha, s-aloha Simulation
N_aloha_simulation
- 通信网络理论及应用:时隙Aloha及伪贝叶斯算法性能仿真-Communication Network Theory and Application: Slotted Aloha and pseudo-Bayesian algorithm performance simulation
aloha
- OMNeT++的aloha实现代码,用C++编写-OMNeT++ code to achieve the aloha with a C++ to prepare
Radio_Frequency_Identification_System_in_the_anti_
- 碰撞在射频识别系统中是一个非常常见的问题,如何有效解决这个问题对整个系统来说是很重要的。射频识别 系统是由两个部分组成的:一个是标签;另一个是读写器。在读写器的作用范围内有多个标签同时应答,这时就会产生碰 撞。提出了一种改进的二进制搜索算法,使用这种算法能够在更短的时间内比二进制搜索算法、纯ALOHA和时隙ALO. HA 法识别更多的标签。-Collision in the radio frequency identification systems is a very common
aloha
- this code simulate pure aloha .
ena
- matlab对aloha,s-aloha,csma的仿真-matlab pairs of aloha, s-aloha, csma Simulation
aloha
- 基于OPNET的aloha协议仿真(aloha协议是无线传感器网络MAC协议的一种)-The aloha protocol simulation based on OPNET (aloha protocol MAC protocol for wireless sensor networks a)
aloha
- aloha code in C++, good for engineers and programers to save their time
aloha
- ONMET++4.2.2下的aloha网络模型源代码。-Aloha network model source code under ONMET++4.2.2.
MY-ALOHA
- Hi, this a matlab code for pure Aloha, npcsma, isma, and slotted Aloha. All results are saved in results.dat file so that they can be compared later. I hope it helps -Hi, this is a matlab code for pure Aloha, npcsma, isma, and slotted Aloha. All resu
aloha
- 无线通信系统模拟aloha通信协议的仿真代码,测试单播网络吞吐量,申请时延等参数-Aloha wireless communication system simulation communication protocol simulation code, test unicast network throughput, latency and other parameters apply
aloha
- 随机多址接入协议的matlab仿真及其结果,包括ALOHA,时隙ALOHA,非连续性CSMA和时隙非连续性ISMA协议。-The matlab simulation and results of random multiple access protocol,including ALOHA, slotted ALOHA, CSMA and snpisma protocols.
aloha
- omnet++网络仿真软件为平台的Aloha仿真,验证过代码可用,适用于初学者和自学者参照学习-omnet++ simulation Aloha
aloha
- Slotted ALOHA anti-collision algorithm
aloha
- 一个简单的时隙Aloha系统的matlab仿真程序。-A simple slot Aloha system matlab simulation program.
aloha
- matlab实现aloha算法,RFID。()