discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] how to access a variable in Verilog code from Pyt


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] how to access a variable in Verilog code from Python or C++
Date: Mon, 10 Nov 2008 19:04:55 -0800
User-agent: Mutt/1.5.18 (2008-05-17)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]