Re: [Discuss-gnuradio] ImportError: No module named _osmosdr_swig

2017-05-08 Thread Cinaed Simson
On 05/08/2017 03:44 PM, Fernando wrote: > My GRC crashes when I place a osmocom source and osmocon sink. > > Doing some research I have found that is a python problem with _osmosdr_swig > > fernando@andromeda:~> python -c 'import osmosdr' Traceback (most recent > call last): File "", line 1,

[Discuss-gnuradio] 64QAM Repack Bits Misalignment

2017-05-08 Thread Justin Hamilton
Hi everyone, I am using the *Repack Bits *block to unpack bytes into 6 bits (aka. k=8 to l=6) and then repack this output back into full bytes (aka. k=6 to l=8). The input is a stream of tagged packets, say of length 5 bytes (6.667 64QAM symbols), meaning the number of bits isn't exactly

[Discuss-gnuradio] ImportError: No module named _osmosdr_swig

2017-05-08 Thread Fernando
My GRC crashes when I place a osmocom source and osmocon sink. Doing some research I have found that is a python problem with _osmosdr_swig fernando@andromeda:~> python -c 'import osmosdr' Traceback (most recent call last): File "", line 1, inFile

Re: [Discuss-gnuradio] GNU Radio Companion Extensions: Output C++ Code

2017-05-08 Thread Marcus Müller
Dear Sandeep, hi, and welcome! We've already got a contribution for that project aspect. Which certainly doesn't mean we don't want your help! So, if you want to contribute to GNU Radio, I think a great way to contribute is actually to improve some documentation. So, judging from your email, I'd

[Discuss-gnuradio] tutorial 7

2017-05-08 Thread Cinaed Simson
I was just looking at the flow graph for tutorial 7 yesterday. Why does the transmitter - or the Constellation Modulator - have a different symbol map from the receiver? -- Cinaed ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

Re: [Discuss-gnuradio] crash when placing osmocom source + osmocon sink

2017-05-08 Thread Cinaed Simson
You can only have 1 installation of gnuradio at time. Since you're using the osmosdr source and sink, do you have permissions to access the device? Which device are you trying to use? -- Cinaed On 05/07/2017 11:15 AM, Fernando wrote: > Using Opensuse 42.2 > > Gnuradio from repository

Re: [Discuss-gnuradio] Major OpenCL Updates

2017-05-08 Thread GhostOp14
Took your advice on the cmake OpenCL magic and incorporated it. Let me know how it works for you. Verified it worked correctly on Ubuntu 16.04 and debian. On Mon, May 8, 2017 at 6:18 AM, GhostOp14 wrote: > Looks like the last batch of filter updates missed uploading that

Re: [Discuss-gnuradio] OOT Module using external function

2017-05-08 Thread West, Nathan
I don't know what a .obj file from matlab coder is but completely ingoring that file it sounds like you need to tell cmake that the .cpp file from matlab needs to be built. On Fri, May 5, 2017 at 9:38 AM, Ali <03do...@gmail.com> wrote: > Hi, > > Under gr-TUTORIAL/lib there is myfunction_impl

Re: [Discuss-gnuradio] Major OpenCL Updates

2017-05-08 Thread GhostOp14
Looks like the last batch of filter updates missed uploading that file. It's in the repo now in the lib directory. If you download it into your lib directory give it another shot. And I'll definitely take a look at the header magic in gr-fosphor and see if I can include it. On Mon, May 8, 2017

Re: [Discuss-gnuradio] gr-ieee802-11 wifi signal bitrate

2017-05-08 Thread Bastian Bloessl
Hi, > On 8. May 2017, at 09:00, Thom L wrote: > > IIRC, it shows the autocorrelation of the signal. If you add a trigger to the > default plot (level ~0.56) you should see the characteristic plateau of the > short training sequence at the beginning of frames (this

Re: [Discuss-gnuradio] gr-ieee802-11 wifi signal bitrate

2017-05-08 Thread Thom L
Hi Bastian, IIRC, it shows the autocorrelation of the signal. If you add a trigger to > the default plot (level ~0.56) you should see the characteristic plateau of > the short training sequence at the beginning of frames (this is used for > frame detection). Ok that's right? But I don't