[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Discuss-gnuradio] rssi questions
From: |
Eric Blossom |
Subject: |
Re: [Discuss-gnuradio] rssi questions |
Date: |
Thu, 16 Aug 2007 09:42:59 -0700 |
User-agent: |
Mutt/1.5.9i |
On Thu, Aug 16, 2007 at 12:36:05PM -0400, George Nychis wrote:
> Okay, so I'm a little bit intimidated, I'm not too familiar at this level.
>
> So I'm going to ask for some help me through with baby step questions :)
>
> We managed to get reading/writing to some unused registers working
> through in-band C/S packets. So, we're ready to use this code to pass
> information from the host to FPGA about the daughterboard configuration.
>
> We want to compute the RSSI in dB on the FPGA, we're not even interested
> in the FPGA responding back with the RSSI at this point.
>
> 1. What exact information needs to be shared?
Some measure of the received signal strength.
> 2. Where can we get the information? I'm assuming when the
> daughterboards are initialized most of this information is available.
For the time being, assume that you are getting it from the "Post ADC"
rssi block, rssi.v. See also usrp_std.v (search for rssi).
> 3. How exactly would you compute the RSSI in dB given this information
> on the FPGA efficiently? Equation? :)
For now, don't worry about getting it into dB on the FPGA.
The representation can be manipulated on the host.
> Thanks!
> George
Eric
- [Discuss-gnuradio] rssi questions, Zhuocheng Yang, 2007/08/07
- Re: [Discuss-gnuradio] rssi questions, Brian Padalino, 2007/08/07
- Re: [Discuss-gnuradio] rssi questions, Johnathan Corgan, 2007/08/07
- Re: [Discuss-gnuradio] rssi questions, Brian Padalino, 2007/08/07
- Re: [Discuss-gnuradio] rssi questions, Johnathan Corgan, 2007/08/07
- Re: [Discuss-gnuradio] rssi questions, George Nychis, 2007/08/07
- Re: [Discuss-gnuradio] rssi questions, Johnathan Corgan, 2007/08/08
- Re: [Discuss-gnuradio] rssi questions, Matt Ettus, 2007/08/09
- Re: [Discuss-gnuradio] rssi questions, George Nychis, 2007/08/16
- Re: [Discuss-gnuradio] rssi questions,
Eric Blossom <=
- Re: [Discuss-gnuradio] rssi questions, Marcus Leech, 2007/08/16
- Re: [Discuss-gnuradio] rssi questions, Johnathan Corgan, 2007/08/16
- Re: [Discuss-gnuradio] rssi questions, George Nychis, 2007/08/16
- Re: [Discuss-gnuradio] rssi questions, George Nychis, 2007/08/16
- Re: [Discuss-gnuradio] rssi questions, Johnathan Corgan, 2007/08/16
Re: [Discuss-gnuradio] rssi questions, Matt Ettus, 2007/08/09