Re: [Discuss-gnuradio] Accessing the ADI registers on B200mini

2018-03-27 Thread Firdavs Pulat
D. Leech wrote: > On 03/21/2018 02:24 PM, Firdavs Pulat wrote: > > Hi Marcus, > > Thank you for your help and patience! > > Following your suggestion, I think I was able to turn the AGC on. Now, I'm > wondering what mode it's running at (e.g., slow, fast, etc).

Re: [Discuss-gnuradio] Accessing the ADI registers on B200mini

2018-03-21 Thread Firdavs Pulat
18 at 3:11 PM, Marcus D. Leech wrote: > On 03/20/2018 03:27 PM, Firdavs Pulat wrote: > > Hi Marcus, > > Could you please elaborate on the "extend the Gnu Radio multi_usrp" part? > Maybe you could point me to some examples one how to set these (I assume > others must

Re: [Discuss-gnuradio] Accessing the ADI registers on B200mini

2018-03-20 Thread Firdavs Pulat
not sure where/how in the usrp_source impl source code I would set them. I have been looking online, but haven't found anything of use yet. Thank you! On Thu, Mar 8, 2018 at 10:58 AM, Marcus D. Leech wrote: > On 03/08/2018 10:43 AM, Firdavs Pulat wrote: > >> Hi all, >>

[Discuss-gnuradio] Accessing the ADI registers on B200mini

2018-03-08 Thread Firdavs Pulat
Hi all, Are there APIs as part of gnuradio that give access to the low level ADI registers (to both probe, and set)? For instance, I'm trying to see if the AGC is currently turned on on B200mini, and if it's, what kind of mode it is on (e.g., slow or fast). Looking at it the USRP manual online, I

Re: [Discuss-gnuradio] UDP Sink sending bursty packets

2018-03-04 Thread Firdavs Pulat
kets to a > custom queue and use your own transmit thread rather than trying to do it > all in the work function. That way you can send consistent-sized packets > and adjust the per-packet timing if you need to. > > > > On Sun, Mar 4, 2018 at 7:23 PM, Firdavs Pulat wrote: &g

Re: [Discuss-gnuradio] UDP Sink sending bursty packets

2018-03-04 Thread Firdavs Pulat
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=link> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> On Sun, Mar 4, 2018 at 5:16 PM, Jeff Long wrote: > I think you'd want to set that on the U

Re: [Discuss-gnuradio] UDP Sink sending bursty packets

2018-03-04 Thread Firdavs Pulat
on> Virus-free. www.avast.com <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=link> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> On Sun, Mar 4, 2018 at 6:44 AM, Jeff Long wrote: > Try yourblock.set_

[Discuss-gnuradio] UDP Sink sending bursty packets

2018-03-03 Thread Firdavs Pulat
Hello everyone, I have a B200mini device I'm communicating over USB to a pc which is running the gnuradio software. The gnuradio does some processing (e.g., low-pass filtering, data type conversion, etc), and finally gets to the UDP sink block where packets are generated and sent through Ethernet