RE: [Discuss-gnuradio] HELP: about Building wxPython in Cygwin

2009-09-03 Thread Li 美文
Dear Don W. Thank for your help... Yes, it can works. But, When setp (9) Build wxPython: cd $WXDIR/wxPython python setup.py build_ext --inplace WXPORT=msw COMPILER=cygwin BUILD_GLCANVAS=0 BUILD_GIZMOS=0 UNICODE=0 I get following error message What can I do? em...@ncku-34be181a9

Re: [Discuss-gnuradio] MIMO + USRP

2009-09-03 Thread Jason Uher
I'm pretty sure several people have published MIMO investigations using the usrp. I recently presented one that is probably not in the IEEE archives yet at ISCTA2009 using the USRP to demonstrate the feasibility of polarization coding. Searching google scholar for usrp has worked well for me in t

Re: [Discuss-gnuradio] MIMO + USRP

2009-09-03 Thread harshal jadhav
Ali, Thanks a lot. But i am specially looking for thesis/paper which says that they have implemented MIMO using USRP and GNU RADIO. If you have something related to it please forward it to me. Regards, Harshal On Thu, Sep 3, 2009 at 8:03 PM, ali siddiqi wrote: > Dear harshal, > I got this thes

[Discuss-gnuradio] MIMO + USRP

2009-09-03 Thread harshal jadhav
Dear Eric, I am looking for literature based on MIMO + USRP. Can you provide me links if anybody has implemented this technique? has there been any paper written based on this technique Regards, Harshal ___ Discuss-gnuradio mailing list Discuss-gnuradi

Re: [Discuss-gnuradio] USRP 2 on PowerPC - any issues?

2009-09-03 Thread Eric Blossom
On Fri, Sep 04, 2009 at 06:34:49AM +1000, Geoff wrote: > On Fri, 4 Sep 2009 03:20:47 am Eric Blossom wrote: > > On Thu, Sep 03, 2009 at 04:49:17PM +0100, Jorg Lotze wrote: > > > Hi, > > > > > > has anyone successfully used the USRP2 with a PowerPC Linux? I am > > > planning to use it on an embedded

Re: [Discuss-gnuradio] USRP 2 on PowerPC - any issues?

2009-09-03 Thread Geoff
On Fri, 4 Sep 2009 03:20:47 am Eric Blossom wrote: > On Thu, Sep 03, 2009 at 04:49:17PM +0100, Jorg Lotze wrote: > > Hi, > > > > has anyone successfully used the USRP2 with a PowerPC Linux? I am > > planning to use it on an embedded system with a PowerPC Debian Linux. > > > > Jorg > > The current c

Re: [Discuss-gnuradio] USRP 2 on PowerPC - any issues?

2009-09-03 Thread Eric Blossom
On Thu, Sep 03, 2009 at 04:49:17PM +0100, Jorg Lotze wrote: > Hi, > > has anyone successfully used the USRP2 with a PowerPC Linux? I am > planning to use it on an embedded system with a PowerPC Debian Linux. > > Jorg The current code won't work on big endian machines, and it also does unaligned

[Discuss-gnuradio] USRP 2 on PowerPC - any issues?

2009-09-03 Thread Jorg Lotze
Hi, has anyone successfully used the USRP2 with a PowerPC Linux? I am planning to use it on an embedded system with a PowerPC Debian Linux. Jorg ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-

Re: [Discuss-gnuradio] HELP: about Building wxPython in Cygwin

2009-09-03 Thread Don Ward
"Li 美文" wrote: I'm trying to build wxPython 2.8.10.1 under Cygwin following the instructions on http://gnuradio.org/trac/wiki/wxPythonCygwin. I have successfully done this previously --> ../configure --with-msw In next setp "make", I get following error message What can I do? I think yo

Re: [Discuss-gnuradio] Half-Band Filter Module Output Clipping?

2009-09-03 Thread Bruce McGuffin
Matt Ettus wrote: Bruce McGuffin wrote: Hi I've been looking at the USRP2 filter characteristics, to see if it will work for me. After going through the half-band filter code (hb_dec.v from gnu-radio 3.2) I understand what the filter coefficients are, but I have a question about the outpu

Re: [Discuss-gnuradio] help with ImportError: dynamic module does not define init function (init_gold)

2009-09-03 Thread Rita's pfc
Hi, I have this error too. This is what I get when I run make check: ImportError: dynamic module does not define init function (init_deco) I looked into the Makefile of top_dir/src/lib and the *_la_SOURCES , *_pylib_LTLIBRARIES, *_python_PYTHON seem to be ok. SWIG Version 1.3.36. It has been cr