Re: [Discuss-gnuradio] importError: no module named gr_module_name

2011-07-10 Thread Tom Rondeau
On Thu, Jul 7, 2011 at 3:49 AM, abdullah unutmaz wrote: > Greetings, > > I am an under-graduation student , new to both Ubuntu and GNURadio , and I > desined a signal processing block modifying > gr-my-blocks-template in computer in university , and imported it to GRC, > and it works very well. >

Re: [Discuss-gnuradio] regarding calculating the noise power

2011-07-10 Thread Tom Rondeau
On Wed, Jul 6, 2011 at 4:44 PM, shantharam balasubramanian < shantharam...@gmail.com> wrote: > Also I have been working in a modified program of benchmark_rx for > this case. It would be more helpful if someone helps me to reduce it > or to measure it, so that I will be able to explain to the peop

Re: [Discuss-gnuradio] SWIG related problem with new filter function

2011-07-10 Thread Tom Rondeau
John, Did you ever figure out your problem with this? It looks like what you are doing is ok. The gr_firdes.i file uses the %rename function, so is it possible you aren't seeing your raised cosine code because you are expecting it under a different name? If you do dir(dsss), what do you get? Tom