<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.nsnam.org/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Turletti</id>
	<title>Nsnam - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.nsnam.org/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Turletti"/>
	<link rel="alternate" type="text/html" href="https://www.nsnam.org/wiki/Special:Contributions/Turletti"/>
	<updated>2026-04-06T07:14:25Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.8</generator>
	<entry>
		<id>https://www.nsnam.org/mediawiki/index.php?title=Wireless_Phy_in_ns-3&amp;diff=1302</id>
		<title>Wireless Phy in ns-3</title>
		<link rel="alternate" type="text/html" href="https://www.nsnam.org/mediawiki/index.php?title=Wireless_Phy_in_ns-3&amp;diff=1302"/>
		<updated>2006-10-24T17:49:47Z</updated>

		<summary type="html">&lt;p&gt;Turletti: small fixes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The goal of this project is to define a common interface to a set of PHY-level models for wireless transmission mediums spanning a large range of wireless transmission systems:&lt;br /&gt;
* 802.11a/b/g&lt;br /&gt;
* wimax&lt;br /&gt;
* satellite&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
The following sections try to define:&lt;br /&gt;
* the characteristics of each wireless transmission system we want to capture&lt;br /&gt;
* various models to capture these characteristics&lt;br /&gt;
&lt;br /&gt;
== 802.11a/b/g ==&lt;br /&gt;
&lt;br /&gt;
characteristics:&lt;br /&gt;
* carrier frequency: b/g: 2.4GHz, a: 5GHz&lt;br /&gt;
* signal spread: 22MHz for 802.11b (DSSS)&lt;br /&gt;
* 802.11b transmission modes:&lt;br /&gt;
** 1Mb/s: DBPSK + barker PN sequence&lt;br /&gt;
** 2Mb/s: DQPSK + barker PN sequence&lt;br /&gt;
** 5.5Mb/s: CCK + code spread&lt;br /&gt;
** 11Mb/s: CCK + code spread&lt;br /&gt;
* 802.11a transmission modes:&lt;br /&gt;
** 6Mb/s: BPSK + FEC 1/2&lt;br /&gt;
** 9Mb/s: BPSK + FEC 3/4&lt;br /&gt;
** 12Mb/s: DBPSK + FEC 1/2&lt;br /&gt;
** 18Mb/s: DBPSK + FEC 3/4&lt;br /&gt;
** 24Mb/s: QAM16 + FEC 1/2&lt;br /&gt;
** 36Mb/s: QAM16 + FEC 3/4&lt;br /&gt;
** 48Mb/s: QAM64 + FEC 2/3&lt;br /&gt;
** 54Mb/s: QAM64 + FEC 3/4&lt;br /&gt;
&lt;br /&gt;
The MAC layer needs realistic models for the following features:&lt;br /&gt;
* interference among multiple stations transmitting at the same time&lt;br /&gt;
* resistance of different transmission modes to interference: the 54Mbs mode should resits less than the 6Mbs mode&lt;br /&gt;
* signal propagation: attenuation and delay&lt;br /&gt;
* so-called &amp;quot;capturing&amp;quot;: if a high-energy signal is received during the preamble/header reception of another signal, the high-energy signal crushes the low-energy signal&lt;br /&gt;
&lt;br /&gt;
So, a typical PHY would be characterized by one of 5 states:&lt;br /&gt;
* TX: transmitting some bits&lt;br /&gt;
* SYNC: receiving some bits&lt;br /&gt;
* IDLE: not doing anything, medium is not busy&lt;br /&gt;
* BUSY: not doing anything, medium is busy&lt;br /&gt;
* SLEEP: sleeping, not listening to the medium for status&lt;br /&gt;
&lt;br /&gt;
The condition for BUSY state is precisely defined for 802.11: it is called CCA state detection. There are multiple CCA modes but mode 1 is based on the total energy measured at the antenna. Support for Mode 2 might be needed.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* some people might need multiple SLEEP states: some SLEEP states are deeper than others, take longer to recover from, etc.&lt;br /&gt;
* some people want to model antenna directionality. I have zero idea on how to model this.&lt;br /&gt;
&lt;br /&gt;
Models which fulfill these needs:&lt;br /&gt;
* [http://cutebugs.net/files/wns2-yans.pdf yans]&lt;br /&gt;
* others ?&lt;/div&gt;</summary>
		<author><name>Turletti</name></author>
	</entry>
</feed>