搜索资源列表
网络仿真-纯ALOHA曲线
- 纯ALOHA协议 在该协议下,用户只要有帧产生,就会传送出去,发生冲突时,就等待一个随机时间后再重发。 所以对当前帧时,只有两种情况下可以发送成功: 1)当前帧时只有一帧要发送,且当前帧时的前一帧时无帧发送; 2)当前帧时只有一帧要发送(发送时刻为t),且前一帧时的最后一帧的发送时间不在(t- FRAMETIME)~ t这段时间内。 其他情况下都会产生冲突。 发生冲突时,错误帧继续传送,用户重新发送帧,设定一个随机数Rt,将该帧添加到第Rt/ FRAMETIME帧时上
pure_aloha
- Pure aloha simulation in matlab
ALOHA_and_CSMA
- This matlab m-file is a programing file of Pure ALOHA. This file considers
multiple_access_protocols
- 系统分别对无线通信中的几种重要的多址接入协议进行了仿真,包括pure-ALOHA,slotted-ALOHA,CSMA以及ISMA,对每种协议的信噪比-误码率关系进行了分析。-Of wireless communications systems are in several important multiple access protocol simulation, including the pure-ALOHA, slotted-ALOHA, CSMA and ISMA, signal to
NetworkProtocolSimulate
- 一个javax写的关于CSMA的模拟,有pure Aloha,One persist,p-persist,和non-persist的模拟,不过后面几个的模拟自己不怎满意-CSMA simulation with Java. include pure Aloha,One persist,p-persist,和non-persist.
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 .
Aloha
- draw diagrams for pure Aloha and slotted aloha with poisson arrival rate.
Pure_ALOHA
- This matlab m-file is a programing file of Pure ALOHA. This file considers
pure_aloha
- Pure aloha simulation code
pure_aloha_theory
- Pure aloha theory of simulation
paloha
- Pure aloha simulation code another version
paloha
- 防碰撞纯ALOHA的matlab仿真算法-The pure ALOHA anti-collision simulation algorithm matlab
new-ALOHA
- 改进防碰撞纯ALOHA的matlab仿真算法-Improved anti-collision algorithm for pure ALOHA the matlab simulation
pure-ALOHA
- 纯ALOHA算法,使用VC编程实现,并绘制了纯ALOHA算法曲线图-Pure ALOHA algorithm, using the VC programming, and draw the curve of pure ALOHA algorithm
ALOHA
- 纯ALOHA协议的源程序。分为主程序和调用程序-The source of the pure ALOHA protocol. Divided into the main program and the calling program
ALOHA
- 纯ALOHA协议的传输时延和吞吐量与数据量之间关系的分析-The analysis of the relationship between the pure ALOHA protocol transmission delay and throughput of the amount of data
pure-aloha.tar
- TCL scr ipt to run pure aloha NS2 program. Outputs the aloha.tr and aloha.nam file
pure-aloha-and-slotted-aloha
- pure aloha 和slotted aloha算法的 matlab代码。结果显示了两种算法吞吐量的对比,通过修改标签数也可以得出吞吐量的变化值。 纯ALOHA协议(Pure ALOHA) 当传输点有数据需要传送的时候,它会向立即向通讯频道传送。 接收点在收到数据后,会ACK传输点。 如果接收的数据有错误,接收点会向传输点发送NACK。 当网络上的两个传输点同时向频道传输数据的时候,会发生冲突,这种情况下,两个点都停止一段时间后,再次尝试传送。
aloha
- 纯的aloha算法,可以应用在射频识别中,考虑碰撞(Pure aloha algorithm, can be applied in radio frequency identification, consider the collision.)