Re: [Discuss-gnuradio] topblock.wait() never returns even after i stop() it.

2016-03-30 Thread M. Ranganathan
in the first place. It seems to work differently with the bladerf (i.e. the lock, unlock pair did not seem to pose a problem for the bladerf()). Must be missing something Thanks, Ranga. On Wed, Mar 30, 2016 at 5:53 PM, M. Ranganathan <mra...@gmail.com> wrote: > Hello, > &

[Discuss-gnuradio] topblock.wait() never returns even after i stop() it.

2016-03-30 Thread M. Ranganathan
stop() work as intended? Thanks in advance for any clues. Regards, Ranga. -- M. Ranganathan ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] How to "close" osmosdr source?

2016-03-25 Thread M. Ranganathan
Yes. It is indeed the way to go about things. Works much more smoothly and quite a bit faster as well. Thanks. On Fri, Mar 25, 2016 at 11:26 AM, Kevin Reid <kpr...@switchb.org> wrote: > On Mar 25, 2016, at 7:53, M. Ranganathan <mra...@gmail.com> wrote: > > > Kevin, >

Re: [Discuss-gnuradio] How to "close" osmosdr source?

2016-03-25 Thread M. Ranganathan
the following: AttributeError: 'top_block_sptr' object has no attribute '_unlock' Regards, Ranga On Mar 24, 2016 7:55 PM, "Kevin Reid" <kpr...@switchb.org> wrote: > On Mar 24, 2016, at 15:13, M. Ranganathan <mra...@gmail.com> wrote: > > This works fi

[Discuss-gnuradio] How to "close" osmosdr source?

2016-03-24 Thread M. Ranganathan
tly before restart. Thank you in advance for your help. Ranga. -- M. Ranganathan ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] BladeRF + osmosdr + gnuradio

2016-03-09 Thread M. Ranganathan
self.u.set_bb_gain(15, 0) It connects to the bladerf and reads values from it but there's something wrong with my gain settings I believe because the values I read don't make sense. Does somebody have experience with this configuration? Please share your settings. Thank

[Discuss-gnuradio] Message passing.

2015-11-04 Thread M. Ranganathan
? Thanks -- M. Ranganathan ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Why are tests getting run twice?

2015-10-15 Thread M. Ranganathan
for your reply. Ranga. On Thu, Oct 15, 2015 at 10:05 AM, Tom Rondeau <t...@trondeau.com> wrote: > On Thu, Oct 15, 2015 at 9:39 AM, M. Ranganathan <mra...@gmail.com> wrote: > >> Hello, >> >> I generated a simple file sink block along with qa python tests. Whe

[Discuss-gnuradio] Why are tests getting run twice?

2015-10-15 Thread M. Ranganathan
case should run? I looked around for documentation? Thank you in advance for your help. Regards, Ranga. -- M. Ranganathan ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Boost logging

2015-10-15 Thread M. Ranganathan
nuradio-msod_sensor.so: undefined symbol: _ZN5boost3log11v2_mt_posix3aux25unhandled_exception_countEv What flags am I missing? My boost library is set up and LD_LIBRARY_PATH points to the right location. I hope I have not missed the obvious. Thanks in

[Discuss-gnuradio] How to generate a constant rate source to unit-test my Gnuradio flow graph.

2015-10-07 Thread M. Ranganathan
to the input of my test flow graph. Is that the correct way to do this? Thank you for your answers in advance. Ranga. -- M. Ranganathan ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Can't drag and drop my example block from gnuradio-companion

2015-10-05 Thread M. Ranganathan
all the things in your XML file; the "" and "..." point you to the places. > > Best regards, > Marcus > > > On 04.10.2015 02:20, M. Ranganathan wrote: > > Thanks. Please see attached. > > Regards, > > Ranga. > > On Sat, Oct 3, 2015 at 8:

Re: [Discuss-gnuradio] Can't drag and drop my example block from gnuradio-companion

2015-10-03 Thread M. Ranganathan
t; Did you remember to 'sudo ldconfig' after 'sudo make install'? > > Rich > > Sent from my iPad > > > On Oct 3, 2015, at 12:21 AM, M. Ranganathan <mra...@gmail.com> wrote: > > > > Hello, > > > > I installed gnuradio using pybombs. I am trying to w

Re: [Discuss-gnuradio] Can't drag and drop my example block from gnuradio-companion

2015-10-03 Thread M. Ranganathan
> Best regards, > Marcus > > > > On 03.10.2015 14:28, M. Ranganathan wrote: > > Yes I did ldconfid. > > The unit tests pass. The standard blocks drag drop fine. Something didn't > install right for the tutorial. Do I need to edit a file or setting? > > Thanks

[Discuss-gnuradio] Can't drag and drop my example block from gnuradio-companion

2015-10-02 Thread M. Ranganathan
or setting that is not right. I've been fighting this a while and I can't figure it out. Any help appreciated. Thank you in advance. -- M. Ranganathan ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Accessing the uhd_usrp object

2013-11-14 Thread M. Ranganathan
not work as you expect, so please be aware that calling set_command_time on your source might break functionality since there is no out-of-order execution. Greetings, Marcus On 14.11.2013 01:26, M. Ranganathan wrote: Hello all! I want to write a block that can directly access

Re: [Discuss-gnuradio] Accessing the uhd_usrp object

2013-11-14 Thread M. Ranganathan
you make a block, you actually get a shared pointer to that instance, and not the object itself. On 14.11.2013 15:39, M. Ranganathan wrote: Marcus, Thanks for your reply. What will the shared pointer be called. I see stuff like this in the code: GR_SWIG_BLOCK_MAGIC2(uhd, usrp_source

Re: [Discuss-gnuradio] Accessing the uhd_usrp object

2013-11-14 Thread M. Ranganathan
wrote: Why does the MAC block need to reach around way down into the depths of the PHY layer? on Nov 14, 2013, *M. Ranganathan* mra...@gmail.com wrote: Marcus, Looking around I don't see where the pointer to the block is made globally visible. I am inclined to add some code to the make

Re: [Discuss-gnuradio] Accessing the uhd_usrp object

2013-11-14 Thread M. Ranganathan
) which would be something like mymac::set_uhd_src_pointer(uhd_source::sptr src) { _uhd_src_sptr = src; } which enables you to just _uhd_src_sptr-set_center_frequency(2); inside your class. Greetings, Marcus On 14.11.2013 16:53, M. Ranganathan wrote: Marcus, Looking around I

Re: [Discuss-gnuradio] Accessing the uhd_usrp object

2013-11-14 Thread M. Ranganathan
with message passing to change the frequency. Then your MAC just has a msg output port connecting to the uhd message input port to control it. I will look at the block again but I could not see that. Thanks for taking the time to reply. Regards, Ranga Cheers, Sylvain -- M

[Discuss-gnuradio] Accessing the uhd_usrp object

2013-11-13 Thread M. Ranganathan
hacks (such as a static global pointer where the uhd_usrp_source C++ object registers itself) but it seems ugly to me to take that route. Is there a better way to access global objects from within a block implementation. Thanks in advance for any help. Regards, Ranga -- M. Ranganathan

Re: [Discuss-gnuradio] ATSC fixups

2013-08-05 Thread M. Ranganathan
/discuss-gnuradio -- M. Ranganathan ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] 802.22 implementation on Gnu Radio?

2013-06-11 Thread M. Ranganathan
Hello! I am wondering if there are any implementations of 802.22 on GR. Any pointers would be appreciated. Thank you Ranga -- M. Ranganathan ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss

[Discuss-gnuradio] How to clone a pmt_blob ?

2013-05-30 Thread M. Ranganathan
Hello all, I am writing a block where I need to save a delivered pmt_blob for later consumption ( i.e. if the channel is busy). How does one do that? Thank you in advance for your reply. Regards, -- M. Ranganathan ___ Discuss-gnuradio mailing list

[Discuss-gnuradio] How to access the current USRP device?

2013-05-22 Thread M. Ranganathan
guidance would be appreciated. Regards Ranga -- M. Ranganathan ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] How to access the current USRP device?

2013-05-22 Thread M. Ranganathan
Scratch the question. I think I'm thinking wrong ( he said, recursively). Excuse the spam. On Wed, May 22, 2013 at 4:58 PM, M. Ranganathan mra...@gmail.com wrote: Hello! I am modifying a gnuradio mac implementation to do CSMA/CA. The modulator/demodulator etc are generated using gnuradio

[Discuss-gnuradio] gnuradio-companion does not find block-ids

2013-05-06 Thread M. Ranganathan
this: line 198, in import_data raise LookupError('source block id %s not in block ids'%source_block_id) Is there an environment variable I am missing? I am using gnuradio-3.6.2 Thank you in advance for any help. Ranga -- M. Ranganathan

Re: [Discuss-gnuradio] HOw to send and receive packets in grc?

2013-05-01 Thread M. Ranganathan
@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio -- M. Ranganathan ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Google Summer of Code: We're in!

2013-04-09 Thread M. Ranganathan
://lists.gnu.org/mailman/listinfo/discuss-gnuradio -- M. Ranganathan ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] transmitter receiving its own packet

2013-04-09 Thread M. Ranganathan
/listinfo/discuss-gnuradio -- M. Ranganathan ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] tunnel.py command not working

2013-03-29 Thread M. Ranganathan
Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/**listinfo/discuss-gnuradiohttps://lists.gnu.org/mailman/listinfo/discuss-gnuradio -- M. Ranganathan ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman

[Discuss-gnuradio] Some links don't work on wiki page

2013-03-26 Thread M. Ranganathan
http://gnuradio.org/redmine/projects/gnuradio/wiki/SuggestedReading Has some links that do not work any longer. Also, perhaps one can add the excellent coursera class on signal processing as an educational resource. I can update the links if you can give me wiki access. Ranga -- M

[Discuss-gnuradio] Can I start threads in a GNU Radio application

2013-03-25 Thread M. Ranganathan
relatively new to gnu radio. If I missed the obvious it would not surprise me. Thank you -- M. Ranganathan ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Can I start threads in a GNU Radio application

2013-03-25 Thread M. Ranganathan
On Mon, Mar 25, 2013 at 5:34 PM, Josh Blum j...@ettus.com wrote: On 03/25/2013 04:17 PM, M. Ranganathan wrote: I am writing a gnu radio application where I started a thread to read an external socket. It seemed to introduce some odd behaviours such as looping back of signal where I did

[Discuss-gnuradio] uhd_fft fails

2013-03-19 Thread M. Ranganathan
/python2.6/site-packages/gnuradio/gr/hier_block2.py, line 54, in __getattr__ return getattr(self._hb, name) AttributeError: 'gr_hier_block2_sptr' object has no attribute 'set_callback' -- M. Ranganathan ___ Discuss-gnuradio mailing list Discuss

[Discuss-gnuradio] Building a transport layer

2013-03-12 Thread M. Ranganathan
implementation. I am pretty sure that such a thing has been constructed before so if you are able to point me to any projects that do this, I would be grateful. Thank you in advance. Ranga -- M. Ranganathan ___ Discuss-gnuradio mailing list Discuss-gnuradio

[Discuss-gnuradio] Comments on the Logging architecture in gnuradio

2013-03-04 Thread M. Ranganathan
. (I know you are going to ask me to volunteer to do it :-) but perhaps an effort is already under way?) Regards, -- M. Ranganathan ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Resistance? Capacitance? Inductance?

2013-02-27 Thread M. Ranganathan
... white) box known as the USRP? ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio -- M. Ranganathan ___ Discuss-gnuradio mailing

Re: [Discuss-gnuradio] Ethernet UDP source/sink blocks

2007-01-26 Thread M. Ranganathan
Cool! Can I use a UDP Sink to encapsulate demodulated FM into UDP packets for transmission over a network? Tom Rondeau wrote: I just checked in a set of UDP source and sinks into the GNU Radio. These are designed to create a minimal operating UDP stream between two hosts, mostly for

Re: [Discuss-gnuradio] On-site Training Now Available for GNU Radio and USRP

2007-01-24 Thread M. Ranganathan
I would be very interested in off site training with the rough outline you have below. Web-based distance education would be great. I am possibly one of two people interested in Gnu Radio in my organization. On site training would be difficult to justify to the bean counters for just two

[Discuss-gnuradio] How to print the output of the demodulator.

2007-01-16 Thread M. Ranganathan
Hi all! Now that I have triumphantly created an FM fadio using the very fine USRP, and a highly sophisticated dipole antenna (wire), I am interested in knowing what stream of floats the Demodulator is producing. Is there a skin for this? How do I write my own Sink? Sorry if I am asking the

[Discuss-gnuradio] Heard FM on the basic RX hooray!

2007-01-05 Thread M. Ranganathan
After some (perhaps needless) struggle I am happy to report I finally got to listen to some FM stations using the basic Rx. Some tips for the wary newcomer: 1. Dont try to build wxPython. It requires an act of God to get all the pieces together to make that happen. Instead install from the

[Discuss-gnuradio] Link problems on Fedora 6

2006-12-28 Thread M. Ranganathan
Hello! I am trying to compile the system on fedora 6 running on a pentium. I followed the instructions on the svn distribution. I installed fftw 3.1.2. I configured it using ./configure --enable-single --enable-shared --enable-sse I get the link error /bin/sh ../../../libtool --tag=CXX

Re: [Discuss-gnuradio] Link problems on Fedora 6

2006-12-28 Thread M. Ranganathan
The mistake was mine. I had previously configured using the wrong options and had not cleaned out the /usr/lib directory. Sorry for spamming with a spurious bug report. Regards Ranga On Thu, 2006-12-28 at 11:28 -0500, M. Ranganathan wrote: Hello! I am trying to compile the system on fedora

[Discuss-gnuradio] 10.7 IF output Scanner Suggestions sought

2006-12-12 Thread M. Ranganathan
I am hoping somebody can recommend a scanner with a 10.7 MHZ IF output to connect to the Ettus Research USRP + Basic RX that I just recently acquired. I googled around and found a couple but I lack experience to which ones are good. Any suggestions? I am just getting started with this and I could

[Discuss-gnuradio] LinRadio ?

2006-12-12 Thread M. Ranganathan
I am not trying to be controversial (this is, after all the GNU Radio list), but has anybody here worked with LinRadio/WinRadio ? I'm wondering how GNU radio compares with LinRadio. Ranga ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org