in the file src/linklayer/radio/PathLossReceptionModel.cc
In the ini file is defined the transmission power and the sensitivity. If the received power is bigger that the sensitivity the packet is received, in other case is only noise, these two parameters (and the propagation model) determine the maximum transmission distance
The free space model is not very realistic, but, due to the maximum transmission distance is very short, it’s enough. In real life (and simulations) the standard wifi maximum transmission is about 250 meters,
You can find more realistic models in this thesis
I can't understand the problem.
The packet is received if
(Transmission power in dBm) – (Attenuation in dB) > (sensibility in dBm)
Most of ns2 simulation set the distance to 250 meters, I usually set the distance to the range 100-120 meters
And the distance that is in your reference is indoor, that it is a lots shorter than outdoor
--
--
Sent from the OMNeT++ mailing list. To configure your membership,
visit http://groups.google.com/group/omnetpp
---
You received this message because you are subscribed to the Google Groups "omnetpp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to omnetpp+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
De: omn...@googlegroups.com [mailto:omn...@googlegroups.com] En nombre de N.omar
Enviado el: martes, 21 de mayo de 2013 20:34
Para: omn...@googlegroups.com
Asunto: [Omnetpp-l] Re: Range of IEEE802.11 node.
Hello all
I assigned the following parameters in the configration file
*.channelControl.carrierFrequency = 2442MHz # old value 2.4GHz
*.channelControl.pMax = 20mW
_
_
_
**.wlan.radio.transmitterPower = 20mW
**.wlan.radio.sensitivity = -75.4dBm
, SO i got range = 257m
by using the formla
So are my calculation correct ???? plz i need to know
--