Re: [Discuss-gnuradio] OOT Block to Automatically adjust Transmit Gain

2017-07-23 Thread Bakshi, Arjun
our block produced nothing by calling "return 0". Regards, AB From: Bakshi, Arjun Sent: Thursday, July 13, 2017 2:48 PM To: discuss-gnuradio@gnu.org; t_whit...@yahoo.com Subject: Re: [Discuss-gnuradio] OOT Block to Automatically adjust Transmit Gain

Re: [Discuss-gnuradio] OOT Block to Automatically adjust Transmit Gain

2017-07-21 Thread Tellrell White
In the attached flow graph, I've created a block, "gain setter" that takes in a number of input items and after the input items reach a certain amount, the block will issue a command to the ursp sink to change the gain to a certain value. I basically did this using a loop. However, it doesn't seem

Re: [Discuss-gnuradio] OOT Block to Automatically adjust Transmit Gain

2017-07-18 Thread Tellrell White
I tried responding to this before but I'm not sure if it actually posted so I'm using a different email address. Thanks for your response Baskshi. I looked at the code you implemented, in addition to looking at the information on message passing on doxygen. I've tried creating my own code that w

Re: [Discuss-gnuradio] OOT Block to Automatically adjust Transmit Gain

2017-07-13 Thread Bakshi, Arjun
Couldn't figure out how to reply from the digest, so I'm making a new post. New to this. Original message/context: == From: Tellrell White I'm currently in the process of creating a block in python that does two things; takes in? a certain number of input items,

[Discuss-gnuradio] OOT Block to Automatically adjust Transmit Gain

2017-07-12 Thread Tellrell White
Hello Guys I'm currently in the process of creating a block in python that does two things; takes inĀ  a certain number of input items, and once it reaches a certain number of input items 2) it sends a command to the UHD USRP sink block to adjust its gain by a certain amount. I have a few ques