On Mon, Nov 10, 2008 at 06:54:40PM -0800, Bill Stevenson wrote: > > Thank you, George. My plan is very simple, just to read the rssi > value whenever the receiver gets a valid packet, that's why i want > to read and store that value. If i cannot access that variable, how > can i read the rssi value? >
Bill, By the time you read the RSSI, the reading will be pretty much meaningless, since your read will take place long after the packet data was received. That's why George was/is passing the RSSI in the packet header in the inband code. Eric _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
