[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ns] wireless networking
Hi!
> 1/ how can i set the bandwith and the frequency used by a mobilenode ?
Only a suggestion:
My understanding of various "bandwidth"-parameters used for wireless
simulations is currently this:
There are two bandwidth parameters:
1) in Phy/WirelessPhy called "Rb_": it is used to calculate the energy
consumed while transmitting the packet...
2) in Mac/802_11 called "bandwidth_": This is used to calculate the
duration
of the transmission of a packet... If you try to change the bandwidth of
the
wireless medium *this* is the one you should choose.
Both are accessible via "set"-command from TCL
Bye...
Felix