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

2018-03-27 Thread Firdavs Pulat
mle...@ripnet.com> 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). Looking at t

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

2018-03-21 Thread Firdavs Pulat
com> 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 have played aro

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

2018-03-20 Thread Firdavs Pulat
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 <mle...@ripnet.com> 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
e packets 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 Pu

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

2018-03-04 Thread Firdavs Pulat
sig-email?utm_medium=email_source=link_campaign=sig-email_content=webmail_term=link> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> On Sun, Mar 4, 2018 at 5:16 PM, Jeff Long <willco...@gmail.com> wrote: > I think you'd want to set that on the UDP sink itself. > > On 03/04/2018 01:30 PM,

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

2018-03-04 Thread Firdavs Pulat
https://www.avast.com/sig-email?utm_medium=email_source=link_campaign=sig-email_content=webmail_term=link> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> On Sun, Mar 4, 2018 at 6:44 AM, Jeff Long <willco...@gmail.com> wrote: > Try yourblock.set_max_noutput_items(1024/itemsize) >

[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