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

2016-03-30 Thread M. Ranganathan
RP 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 wrote: > Hello, > > I am trying to reco

[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 wrote: > On Mar 25, 2016, at 7:53, M. Ranganathan wrote: > > > Kevin, > > > > Thanks for the answer. My setup is a

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" wrote: > On Mar 24, 2016, at 15:13, M. Ranganathan wrote: > > This works fine using USRP so I am wondering if there i

[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 settin

[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

[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

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

2015-10-15 Thread M. Ranganathan
your reply. Ranga. On Thu, Oct 15, 2015 at 10:05 AM, Tom Rondeau wrote: > On Thu, Oct 15, 2015 at 9:39 AM, M. Ranganathan wrote: > >> Hello, >> >> I generated a simple file sink block along with qa python tests. When I >> ran the test cases, I noticed that the test t

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

2015-10-15 Thread M. Ranganathan
the test 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] How to generate a constant rate source to unit-test my Gnuradio flow graph.

2015-10-07 Thread M. Ranganathan
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
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:41 AM, Marcu

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

2015-10-03 Thread M. Ranganathan
t; 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 for your response.

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

2015-10-03 Thread M. Ranganathan
o ldconfig' after 'sudo make install'? > > Rich > > Sent from my iPad > > > On Oct 3, 2015, at 12:21 AM, M. Ranganathan wrote: > > > > Hello, > > > > I installed gnuradio using pybombs. I am trying to work my way thro

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

2015-10-02 Thread M. Ranganathan
e some path 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
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. 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
_source, processing, mac, sink) > then you can just do > mac->set_uhd_src_pointer(uhd_source) > > 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_c

Re: [Discuss-gnuradio] Accessing the uhd_usrp object

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

Re: [Discuss-gnuradio] Accessing the uhd_usrp object

2013-11-14 Thread M. Ranganathan
t; > As I said, whenever 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

Re: [Discuss-gnuradio] Accessing the uhd_usrp object

2013-11-14 Thread M. Ranganathan
mmands > might 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

[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
for working on this. > > -- > Johnathan Corgan > Corgan Labs - SDR Training and Development Services > http://corganlabs.com > > > ___ > Discuss-gnuradio mailing list > Discuss-gnuradio@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

[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

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 wrote: > Hello! > > I am modifying a gnuradio mac implementation to do CSMA/CA. The > modulator/demodulator etc are generated using g

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

2013-05-22 Thread M. Ranganathan
t so any guidance would be appreciated. Regards Ranga -- M. Ranganathan ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-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

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

2013-05-01 Thread M. Ranganathan
list > Discuss-gnuradio@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] transmitter receiving its own packet

2013-04-09 Thread M. Ranganathan
gt; > > > > -- > Marcus Leech > Principal Investigator > Shirleys Bay Radio Astronomy Consortiumhttp://www.sbrac.org > > > ___ > Discuss-gnuradio mailing list > Discuss-gnuradio@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
www.cel.kit.edu >> >> KIT -- University of the State of Baden-Württemberg and >> National Laboratory of the Helmholtz Association >> >> _______ >> Discuss-gnuradio mailing list >> Discuss-gnuradio@gnu.org >> https://lists.gnu.org/mailman/listinfo/discuss-gnuradi

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

2013-03-29 Thread M. Ranganathan
--** > This message was sent using IMP, the Internet Messaging Program. > > > > __**_ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org > https://lists.gnu.org/mailman/**listinfo/discuss-gnuradio<https://lists.gnu.org/mailman/listinfo/discuss

[Discuss-gnuradio] ICMP echo request via the tunnel interface

2013-03-28 Thread M. Ranganathan
not forthcoming. Any clues as to what might be happening here? Thanks 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] 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

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 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 > >

[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] uhd_fft fails

2013-03-19 Thread M. Ranganathan
Verified the fix. Thanks! On Tue, Mar 19, 2013 at 2:32 PM, Tom Rondeau wrote: > On Tue, Mar 19, 2013 at 1:37 PM, Marcus D. Leech > wrote: > > On 03/19/2013 12:19 PM, M. Ranganathan wrote: > > > > > > I see the following error when I run uhd_fft off the "late

[Discuss-gnuradio] uhd_fft fails

2013-03-19 Thread M. Ranganathan
24, in __init__ self.scope.set_callback(fftsink_callback) File "/users/mranga/proj-dynspect.git/gnuradio/build/install/lib64/python2.6/site-packages/gnuradio/gr/hier_block2.py", line 54, in __getattr__ return getattr(self._hb, name) AttributeError: 'gr_hier_block2_sptr' ob

[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
base. (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
eferring to the stuff in the black (err... white) box known as the USRP? > > > ___ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > > -- M. Ranganathan

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 proof-o

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 peopl

[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 obvious

[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 bin

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

[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 --mode=

[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 http

[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 u

Re: [Discuss-gnuradio] Recommended RF Front End for USRP

2006-12-08 Thread M. Ranganathan
re to recieve AM/FM radio, I assume I don't need any hardware other than BasicRx and USRP Mother board (please correct this if I am wrong). Ranga Eric Blossom wrote: On Fri, Dec 08, 2006 at 09:04:34AM -0800, Thomas Schmid wrote: Hi Ranga On 12/8/06, M. Ranganathan <[EMAIL PROT

[Discuss-gnuradio] Recommended RF Front End for USRP

2006-12-08 Thread M. Ranganathan
Hello! I am a newcomper to SDR. I have scoured the mailing list but I cant find a definitive answer on the following questions (I suppose its been asked but I cant seem to find answers in the archives at any rate): 1. Can anybody recommend an RF Front end to be used with the USRP from Ettu