Re: [Tinyos-help] RSSI on TOSSIM 2

2008-10-23 Thread Philip Levis
On Oct 22, 2008, at 1:44 AM, Eva Maria Garcia wrote: Hi all! I am reading about RSSI, strength, noise… and things like that. I think I will be able to get the RSSI of a received packet in the receiver on TOSSIM by means of TossimPacket.strenth(msg). Please, tell me if I am wrong. I

[Tinyos-help] RSSI on TOSSIM 2

2008-10-22 Thread Eva Maria Garcia
Hi all! I am reading about RSSI, strength, noise. and things like that. I think I will be able to get the RSSI of a received packet in the receiver on TOSSIM by means of TossimPacket.strenth(msg). Please, tell me if I am wrong. I have seen that the strength is composed by the power and the

Re: [Tinyos-help] RSSI and TOSSIM

2008-02-14 Thread Iñigo Urteaga
Hi all, I found this previous post from Dec. 19th in tynios-help and I would like to have some points clarified. First, I agree with Phil that the received signal strength will be (assuming waves are in phase) the addition of both desired signal's power and existing noise power level. As far as

Re: [Tinyos-help] RSSI and TOSSIM

2008-02-14 Thread Philip Levis
On Feb 14, 2008, at 1:37 PM, Iñigo Urteaga wrote: Hi all, I found this previous post from Dec. 19th in tynios-help and I would like to have some points clarified. First, I agree with Phil that the received signal strength will be (assuming waves are in phase) the addition of both desired

[Tinyos-help] RSSI and TOSSIM

2007-12-19 Thread Tal Rusak
Hi, I noticed that TOSSIM uses the following formula to compute RSSI: rcv-strength = (int8_t)(floor(10.0 * log(pow(10.0, power/10.0) + pow(10.0, noiseStr/10.0)) / log(10.0))); (in CpmModelC.nc) I notice that this is adding the signal power (gain) and noise levels. I am wondering if

Re: [Tinyos-help] RSSI and TOSSIM

2007-12-19 Thread Philip Levis
On Dec 19, 2007, at 6:09 AM, Tal Rusak wrote: Hi, I noticed that TOSSIM uses the following formula to compute RSSI: rcv-strength = (int8_t)(floor(10.0 * log(pow(10.0, power/10.0) + pow(10.0, noiseStr/10.0)) / log(10.0))); (in CpmModelC.nc) I notice that this is adding the signal

[Tinyos-help] RSSI in TOSSIM 2.x

2007-08-17 Thread Gerrit Niezen
Hi, From previous posts to the mailing list I've noticed that retrieving RSSI values was never implemented in TOSSIM for TinyOS 1.x, but that (from Phil Levis's post): TOSSIM in 1.x doesn't model RF signal strength. (2.x does, but it does not yet make it accessible to