Re: [Discuss-gnuradio] [Announcement] GNU Radio pre-3.8: pre-Change notification

2019-03-11 Thread Marcus Müller
Cheers Martin, honest point is that I haven't tested that, and I also don't know whether our install scripts install our own CMake files in the right directory when you mix apt-get/dpkg and pip. (Nota bene: I'm not a great fan of installing system software through third party tools globally, but y

Re: [Discuss-gnuradio] Custom gnuradio GUI for OOT blocks

2019-03-11 Thread CEL
Hi Laura, first: Don't use WX. It's dead, and we've deleted the code from the coming releases. Use Qt, we support it well. Why do you need to *recompile* C++ code through the GUI? That sounds architecturally more than questionable. It also contradicts what you say: you just want to call C++ funct

Re: [Discuss-gnuradio] GSoC Participation

2019-03-11 Thread CEL
Hi Rachuri, thanks for reaching out! So, you're planning on applying for with own project idea – which is great; it shows enthusiasm and a high confidence you know what you're signing up for. Problem is: while for all the ideas on the ideas list mentors are already assigned, someone from the GNU R

[Discuss-gnuradio] Symbol to chip Mapping

2019-03-11 Thread Achilleas Anastasopoulos
Yes this can be done with chunks-to-symbols. This is essentially a 16 x 32 lookup table: turn your 4 bits into a byte which indices a lookup table with 32 dimensions (set the "dimension" variable to 32 in chunks-to-symbols). Achilleas ___ Discuss-gnurad

[Discuss-gnuradio] need example Costas loop code

2019-03-11 Thread Chesir, Aaron M.
Folks, I am going through a series of on-boarding projects using GNUradio, and one of the projects requires access to a copy of Python source code for an example of a Costas loop. Specifically, the project refers to a file "gr-digital/examples/examples_costas.py

Re: [Discuss-gnuradio] need example Costas loop code

2019-03-11 Thread Brian Padalino
On Mon, Mar 11, 2019 at 11:35 AM Chesir, Aaron M. wrote: > Folks, > > > > I am going through a series of on-boarding projects using GNUradio, and > one of the projects requires access to a copy of Python source code for an > example of a Costas loop. Specifically, the project refers to a file “ >

Re: [Discuss-gnuradio] need example Costas loop code

2019-03-11 Thread Ron Economos
https://github.com/gnuradio/gnuradio/blob/maint-3.7/gr-digital/examples/example_costas.py Ron On 3/11/19 08:32, Chesir, Aaron M. wrote: Folks, I am going through a series of on-boarding projects using GNUradio, and one of the projects requires access to a copy of Python source code for an e

Re: [Discuss-gnuradio] Custom gnuradio GUI for OOT blocks

2019-03-11 Thread Laura Arjona
Thank you very much Marcus, I do appreciate your help, I only have experience with GUIs in android . The big picture is to change the behavior of the OOT blocks based on the user input; and the user interacts with the system using widgets (buttons, edit texts, etc) You were right, I don't need t

[Discuss-gnuradio] Software Defined Radio Academy 2019

2019-03-11 Thread Markus Heller
Dear lists, please find our Call for Papers below. BR / vy73 Markus Heller, M.A. DL8RDS Prof. Dr. Michael Hartje DK5HH > ** apologies for cross-posting ** Call for Papers: SDRA-2019 Friedrichshafen HAMRADIO Friedrichshafen Software Defined Radio Academy 2019 (SDRA- 2019) Date: Saturday 22.

Re: [Discuss-gnuradio] Installation of gr-radar

2019-03-11 Thread Talha Farooq
Thanks Cinaed , I tried your method and it turns out that I have 'libqwt6abi1/stable,now 6.1.2-6 armhf [installed]' and similarly I have QT version of 'Using Qt version 5.7.1 in /usr/lib/arm-linux-gnueabihf ' installed. The error in 'make' of gr-radar is still occurring. I don't know the reason. I

Re: [Discuss-gnuradio] Installation of gr-radar

2019-03-11 Thread CEL
Why? That's an embedded platform, slower than your PC; you wouldn't want to do any software development on that. Also, it's not the right platform to do radar on, unless you've verified your system on a faster platform and are planning to only do pretty narrowband stuff. On Mon, 2019-03-11 at 23:3

Re: [Discuss-gnuradio] Installation of gr-radar

2019-03-11 Thread CEL
I'll humbly recommend you directly do this on your PC. Adding an embedded platform to this mix will only complicate things, and at this point, you're clearly at no level of competence to solve these complications yourself. We generally go the other way around: do something on a PC, prove it works t

Re: [Discuss-gnuradio] Installation of gr-radar

2019-03-11 Thread CEL
Wait, are you doing this on ARM? On Mon, 2019-03-11 at 23:15 +0500, Talha Farooq wrote: > Thanks Cinaed , I tried your method and it turns out that I have > 'libqwt6abi1/stable,now 6.1.2-6 armhf [installed]' and similarly I have QT > version of 'Using Qt version 5.7.1 in /usr/lib/arm-linux-gnuea

Re: [Discuss-gnuradio] Installation of gr-radar

2019-03-11 Thread Cinaed Simson
On 3/11/19 11:35 AM, Müller, Marcus (CEL) wrote: > Wait, are you doing this on ARM? Good catch. Talha will be able to build it on a ARM but probably won't be able to run it. -- Cinaed > On Mon, 2019-03-11 at 23:15 +0500, Talha Farooq wrote: >> Thanks Cinaed , I tried your method and it turns o

Re: [Discuss-gnuradio] Installation of gr-radar

2019-03-11 Thread Cinaed Simson
Sorry, I should have told you to install apt-get install libqwt-dev also. -- Cinaed On 3/11/19 11:15 AM, Talha Farooq wrote: > Thanks Cinaed , I tried your method and it turns out that I have > 'libqwt6abi1/stable,now 6.1.2-6 armhf [installed]' and similarly I have > QT version of 'Using Qt

Re: [Discuss-gnuradio] Symbol to chip Mapping

2019-03-11 Thread Tellrell White
Okay. Let me make sure i’m clear on this. My flow graph looks like the following : Random source -> packed to unpacked -> chunks to symbols The source and packed to unpacked are set to byte and the packed to unpacked is outputting 4 bits per chunks so am I setting the dimension of the “chunks