Re: [Discuss-gnuradio] hier_block

2006-11-12 Thread Erlend Barstad Strand
Thanks for the hint on xemacs...However I still have problems compiling it most likely because I do not know how to use the makefiles properly Now I get an error when trying to use my qam_corr_demod: " self.qam_demod = qam.qam_corr_demod(self, Fs, Fc, amplitude, decimation)AttributeError: '

Re: [Discuss-gnuradio] hier_block

2006-11-12 Thread Eric Blossom
On Sun, Nov 12, 2006 at 11:52:03AM +0100, Erlend Barstad Strand wrote: > Sorry, I realise I was a bit short. > > The file I'm trying to compile is qam_corr_demod.py. > > fg.connect(self.carrier_inphase, (self.qam_corr,1)) > fg.connect((self.carrier_quadrature, (self.qam_corr,2))

Re: [Discuss-gnuradio] hier_block

2006-11-12 Thread Erlend Barstad Strand
Sorry, I realise I was a bit short.The file I'm trying to compile is qam_corr_demod.py. I have file directory similar to gr-how-to-square and the makefiles are mostly copies of the makfiles in this example, with modifications. I have made a block, qam.demodulate_cf, which I would like to use t

Re: [Discuss-gnuradio] hier_block

2006-11-11 Thread Eric Blossom
On Sat, Nov 11, 2006 at 12:43:01PM +0100, Erlend Barstad Strand wrote: > Hi > > Im trying to implement a hier_block, but when do a "sudo make install" I get > the following error: > " > Byte-compiling python modules... > qam_corr_demod.py File > "/usr/local/lib/python2.4/site-packages/python/qam_

[Discuss-gnuradio] hier_block

2006-11-11 Thread Erlend Barstad Strand
HiIm trying to implement a hier_block, but when do a "sudo make install" I get the following error:"Byte-compiling python modules...qam_corr_demod.py  File "/usr/local/lib/python2.4/site-packages/python/qam_corr_demod.py", line 28     gr.hier_block.__init__(self, fg, self.qam_corr , self.qam_corr) 

Re: [Discuss-gnuradio] hier_block

2005-07-29 Thread Eric Blossom
On Thu, Jul 28, 2005 at 05:01:38PM -0700, Ges wrote: > Hi Eric, > > Can you shed some light on the idea behind introducing > the hier_block structure. Was it introduced for > simplicity or does the future hold something more for > it. It was designed to manage complexity and facilitate code re-us

[Discuss-gnuradio] hier_block

2005-07-28 Thread Ges
Hi Eric, Can you shed some light on the idea behind introducing the hier_block structure. Was it introduced for simplicity or does the future hold something more for it. I am just curious because I am trying to port some PHY layer modules written for GNU Radio for use with Click. Just want to ens