discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] ALAMOUTI CODING for N210


From: CEL
Subject: Re: [Discuss-gnuradio] ALAMOUTI CODING for N210
Date: Thu, 8 Mar 2018 07:37:40 +0000

Dear Daniel,

you've sent a 3.7 MB email to a couple hundred people to attach...
pictures of text. Please don't do that! Pictures of text are less
useful than actual text, and you could have copy and pasted that into a
file or onto gist.github.com or fpaste or pastebin or...

The Cmake output looks normal. If the messages annoy you, they contain
instructions on how to suppress them.

You sadly only sent a screenshot showing an excerpt of your flowgraph.
For future: The GRC has a "screen capture" tool that will save your
whole canvas to a PNG file. It's under "file".

You ran "make" with "sudo". NEVER. NEVER. NEVER do that. Simply run
"make", and for installation only use "sudo make install".

From your error, we can tell that the "mimo" module can't be found.
This might mean it's broken so that it's not importable, or that it's
simply not installed to a path that your python looks into. 
Please check the $PYTHONPATH environment variable, to see whether it
contains "/usr/local/lib/python2.7/site-packages".

Best regards,
Marcus

On Wed, 2018-03-07 at 19:33 -0500, DANIEL RICARDO PEREZ RIANO wrote:
> I have worked with MIMO-OFDM-ALAMOUTI blocks that i have downloaded
> from this place (https://github.com/zaeemzadeh/MIMO-OFDM-Alamouti).
> However when i try to run my flowgraph i obtein this mistake
> 
> ImportError No module named mimo {see flowgrap.png}
> i have anexed the logs that i have obtained when i was installing
> these modules, but i thougth that it did not have problems
> 
> Thanks
> 
> 
> 
> 2018-03-07 12:12 GMT-05:00 Ron Economos <address@hidden>:
> > This is probably not exactly what you're looking for, but there's a
> > block in the Digital Television component that implements a
> > modified Alamouti code for DVB-T2. The block is called "MISO
> > Processing".
> > 
> > Ron
> > 
> > 
> > On 03/07/2018 07:04 AM, DANIEL RICARDO PEREZ RIANO wrote:
> > > Hi,
> > > 
> > > I would like to know how create Alamouti coding in GNUradio for
> > > N210 ettus platform because i have had problems with the
> > > implementation of  this space-time block coding  due to this
> > > block  is only available for USRP1
> > > 
> > > Thanks
> > > 
> > > 
> >  
> > 
> > _______________________________________________
> > Discuss-gnuradio mailing list
> > address@hidden
> > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 
> 
>       Libre de virus. www.avg.com
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]