Re: [Discuss-gnuradio] Measuring RSSI values using GRC

2013-11-18 Thread Naceur
Could any one help me please get a hint or explanation to get a chain of RSSI values in a text file, I have already tried a bunch of python functions. -- View this message in context: http://gnuradio.4.n7.nabble.com/Re-Measuring-RSSI-values-using-GRC-tp44751p44825.html Sent from the GnuRadio

[Discuss-gnuradio] Measuring RSSI values using GRC

2013-11-15 Thread Naceur
Hello GR list, I am intending to read RSSI values on a RX (USRP N210), I have found in the post of Marcus D. Leech in https://www.ruby-forum.com/topic/1857766 10*LOG10(DECIMATE(SINGLE_POLE_IIR_FILTER(COMPLEX_TO_MAG**2(SIGNAL Using GRC, I tried to implement that method of calculation as

Re: [Discuss-gnuradio] Measuring RSSI values using GRC

2013-11-15 Thread Marcus D. Leech
Hello GR list, I am intending to read RSSI values on a RX (USRP N210), I have found in the post of Marcus D. Leech in https://www.ruby-forum.com/topic/1857766 10*LOG10(DECIMATE(SINGLE_POLE_IIR_FILTER(COMPLEX_TO_MAG**2(SIGNAL Using GRC, I tried to implement that method of calculation as

Re: [Discuss-gnuradio] Measuring RSSI values using GRC

2013-11-15 Thread Naceur
Thank you Marcus for the reply, Marcus Leech-2 wrote There are blocks in GRC to do all of that. Sorry I forget to attach the GRC flowgraph http://gnuradio.4.n7.nabble.com/file/n44752/flowgraph_to_read_RSSI.png am I missing any block ? Actually I tried using the binascii python module,