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 you know that ;) ). From a usability point of view,
finding an official PPA from the CMake folks that contains a backport
that properly conflicts with the CMake Ubuntu ships would be
desirable. 

Fight the competing-installation problems!

Let's make this work,
Marcus

On Sun, 2019-03-10 at 15:38 -0700, Martin Braun wrote:
> FYI, Ubuntu 16.04 lets you `pip install cmake` for the
> latest version.
> 
> On Sat, Mar 9, 2019 at 2:03 PM Marcus Müller 
> wrote:
> > In order to proliferate a bit of knowledge about what is currently
> > changing while we're progressing on our development branch towards
> > a
> > GNU Radio 3.8.0.0 release:
> > 
> > CMake req. version -> CMake 3.8 (Ubuntu 16.04 deprecation)
> > ==
> > 
> > We (mostly: Andrej!) managed to rework GNU Radio's CMake
> > infrastructure. This comes to our great advantage, because it de-
> > crufts 
> > not only the main GNU Radio build system, but also OOTs, and we can
> > now
> > actually build out of tree modules with far, far fewer CMake files
> > distributed with the module.
> > 
> > But that means we need a somewhat recent CMake (3.8). Ubuntu 16.04
> > only
> > ships CMake 3.5.1.
> > 
> > Best regards,
> > Marcus
> > 
> > 
> > 
> > 
> > ___
> > Discuss-gnuradio mailing list
> > Discuss-gnuradio@gnu.org
> > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


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++ functions from your GUI. But maybe I'm
missing something here; if so, please elaborate!

The latter is actually not that hard – assuming your functions are
callable from Python (and our build system takes care of that!), you
can just use them as Qt "SLOT"s, which means that you can connect an
event (e.g. a button click) to them in Python. 

So, you'd need no extra framework at all – GNU Radio and our python
wrappers and Qt do all this for you :)

Best regards,
Marcus

On Sun, 2019-03-10 at 22:14 -0700, Laura Arjona wrote:
> Hi,
> I have designed a gnu-radio system with different blocks (pre-defined 
> and out-of-tree) to run on a USRP.
> 
> I want to create a custom GUI, where the user can modify the
> behavior  of  the OOT blocks. I have developed the OOT blocks in
> C++. 
> (it would be basically call functions of the c++ code using the
> parameters form the user input)  
> The GUI should run the main .py file of the GNU-radio flowgraph, and
> should re-compile the C++ codes associated to the OOT blocks.
> 
> I would appreciate to have some recommendation about which framework
> to use.
> Should I use wxPython?
> 
> Thank you.
> Laura
> 
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


smime.p7s
Description: S/MIME cryptographic signature
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


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 Radio developer
community would need to be willing to mentor your specific project. At
this point, we don't have someone like that, but I'd assume most of us
haven't even read your mail yet. Still, this increases your risk of not
being accepted if we simply don't find a mentor.

So, because we need to find someone who'd be willing to mentor you,
you'd need to come up with a pretty detailed design plan, so that we
get the picture of what you want to implement. This would especially
mean you'd have to address the foreseeable problems in your proposal.

From the top of my head, these would be dominated by timing
uncertainty, and how to modularly implement things so that e.g. the MAC
mechanism or the flow control can be exchanged. Timing uncertainty is
what usually comes hardest for SDR MACs – you'd need to address how
you'd solve the problem that the delay (between receiving some data to
having detected / calculated a time at which you'd want to send ) might
be pretty random, and also pretty large.

All in all, this is a very open-ended problem, and to me, it sounds
very much like a systems architecture problem that needs to come up
with a clean and useful API that has both some educational value as
well as actually working over the air. A large project, even for
experienced developers!

Best regards,
Marcus

On Sun, 2019-03-10 at 00:43 +0530, Rachuri Sri Pramodh wrote:
> Hi GNU Radio Community!
> I am a pre-final year student in Dept of EECS at IIT Bhilai.
> We were thought about how to use SDRs using GNU Radio during one of our lab 
> courses and also made a small python-code block as an assignment. It was then 
> when I got the idea of making a block for a Datalink layer implementation. 
> 
> The block would have options to configure Framing, MAC, Addressing, Flow and 
> Error control. If this block is properly implemented, one should be able to 
> develop a small wireless network of multiple SDRs. This block will help 
> students who study Wireless Networks in experimenting and applying various 
> MAC models and even make some of their own.
> 
> Later, when I saw GNU Radio among the list of GSoC's participating companies, 
> I got really excited and wrote this mail. Please let me know your thoughts on 
> this proposal for my GSoC's entry. 
> I wrote a very brief description of my proposal here and I am ready to submit 
> a very detailed proposal soon if asked for.
> 
> Regards
> Rachuri Sri Pramodh,
> B. Tech 3rd Year,
> Department of Electrical Engineering and Computer Sciences,
> IIT Bhilai
> 
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


smime.p7s
Description: S/MIME cryptographic signature
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[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-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[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",
 which was developed for the GNUradio project by Rondeau Research. 
Unfortunately the link in the web page (http://www.trondeau.com/gr-tutorial/) 
that should have pointed to the location of the source code is a broken link.

If any of you have come across the referenced source code, could you please 
email me a copy?

Thanks in advance,

Aaron


Aaron Chesir
The MITRE Corporation
200 Valley Road
Mount Arlington, NJ 07856
w: (973) 810-0612
c: (908) 380-5798
ache...@mitre.org
"Ignorance is Bliss, but Knowledge is Power"

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


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 “
> gr-digital/examples/examples_costas.py
> ”,
> which was developed for the GNUradio project by Rondeau Research.
> Unfortunately the link in the web page (
> http://www.trondeau.com/gr-tutorial/) that should have pointed to the
> location of the source code is a broken link.
>
>
>
> If any of you have come across the referenced source code, could you
> please email me a copy?
>

Up in the current repository at master but with an absolute link:


https://github.com/gnuradio/gnuradio/blob/a664001c80d93b15ff819cda95ce1bc1ceb70078/gr-digital/examples/example_costas.py

Clone the repo and use 'find' to get the .cc file.

Brian
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


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 example of a Costas loop. Specifically, the project refers 
to a file “gr-digital/examples/examples_costas.py 
”, 
which was developed for the GNUradio project by Rondeau Research. 
Unfortunately the link in the web page 
(http://www.trondeau.com/gr-tutorial/) that should have pointed to the 
location of the source code is a broken link.


If any of you have come across the referenced source code, could you 
please email me a copy?


Thanks in advance,

Aaron

Aaron Chesir

The MITRE Corporation

200 Valley Road

Mount Arlington, NJ 07856

w: (973) 810-0612

c: (908) 380-5798

ache...@mitre.org 

/“Ignorance is Bliss, but Knowledge is Power”/


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


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 to recompile the C++ code, I didn't think it
properly.

To give you an example of what I want to do, let's say I have a transmit
block named *myBlock* (oot block, c++), which has a function *f*, and that
function, has a parameter int n.
Then, I have a main.py file, which launches the application (consisting of
several connected blocks), with a declaration of that block

*self.myBlock   =  myModule.myBlock()*

I want to launch the main.py using a GUI by pressing a *button*, and
selecting the parameters of the function f. These parameters should be
selected with widgets (buttons or some other)

Also, which widgets are possible to use? (buttons, editText, etc)


I looked at the documentation, but it is only about blocks for plotting
https://www.gnuradio.org/doc/doxygen-3.7.2/page_qtgui.html



On Mon, Mar 11, 2019 at 1:09 AM Müller, Marcus (CEL) 
wrote:

> 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++ functions from your GUI. But maybe I'm
> missing something here; if so, please elaborate!
>
> The latter is actually not that hard – assuming your functions are
> callable from Python (and our build system takes care of that!), you
> can just use them as Qt "SLOT"s, which means that you can connect an
> event (e.g. a button click) to them in Python.
>
> So, you'd need no extra framework at all – GNU Radio and our python
> wrappers and Qt do all this for you :)
>
> Best regards,
> Marcus
>
> On Sun, 2019-03-10 at 22:14 -0700, Laura Arjona wrote:
> > Hi,
> > I have designed a gnu-radio system with different blocks (pre-defined
> > and out-of-tree) to run on a USRP.
> >
> > I want to create a custom GUI, where the user can modify the
> > behavior  of  the OOT blocks. I have developed the OOT blocks in
> > C++.
> > (it would be basically call functions of the c++ code using the
> > parameters form the user input)
> > The GUI should run the main .py file of the GNU-radio flowgraph, and
> > should re-compile the C++ codes associated to the OOT blocks.
> >
> > I would appreciate to have some recommendation about which framework
> > to use.
> > Should I use wxPython?
> >
> > Thank you.
> > Laura
> >
> > ___
> > Discuss-gnuradio mailing list
> > Discuss-gnuradio@gnu.org
> > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>


-- 
*Laura Arjona *
Washington Research Foundation Innovation Postdoctoral Fellow in
Neuroengineering

*Paul G. Allen School of Computer Science & Engineering*
185 E Stevens Way NE
University of Washington
Seattle, WA 98195-2350
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[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.06.2019

Conference Websites:

http://www.hamradio-friedrichshafen.de
http://2019.sdra.io

SDRA-2019 invites radio amateurs and researchers from acadaemia and
industry to submit papers for oral and poster presentations on recent
research that addresses theoretical aspects, algorithms, applications,
hardware and software architectures for applied Software Defined Radio
systems and resources and other aspects of SDR, as well as survey and
discussion papers. The invitation particularly addresses open source
research and projects. We also particularly invite specialists giving
introductory talks and tutorials on SDR technologies.
SDRA Topics:

Advances in GNURadio related projects and research
Algorithms, applications, architectures in SDR systems
Real Time signal processing
Innovative applications using modern ADC/DAC environments

Submission Information

How to submit: Please send an abstract of approximately 250 words to:

s...@darc.de

Please include the following information:

Paper title
Author's name (and callsign). Names and callsigns of all authors if
multiple authors.
Author's affiliation
Country
Email address of the main author

All accepted papers will be published. Publication details will be
available at a later point of time.

We ask authors to keep a limit of 6 pages. If there is a reason why the
paper should be longer, please contact us.

We also solicit Posters and Demo papers: Poster/Demo papers describe a
small focused result, a negative result, or a late-breaking result, or
a description of a system that can be demonstrated on-site at the
conference.

Papers should be formatted using the IEEE A4 templates: http://www.ieee
.org/conferences_events/conferences/publishing/templates.html
Organization

Prof. Dr. Michael Hartje, DK5HH
Markus Heller, M.A., DL8RDS

Senior Programme Committee

Prof. Dr. Michael Hartje, HS Bremen, DK5HH
Prof. Dr. Michael Niemetz, OTH Regensburg, DG2RAM
Prof. Dr. Michael Mächtel, HTWG Konstanz, DL2SBS

Important Dates:

Abstract Submission: 31.03.2019
Acceptance Notification: 15.04.2019
Presentation Slides: 31.05.2019
Paper Presentation: 22.06.2019
Paper Submission: 31.07.2019

Contact

For enquiries and paper submission details please do not hesitate to
contact us:

Email: s...@darc.de Tel.: +49.89.420956305-0

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


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 have shared the error details before but for convenience I am
sharing again.


In file included from /home/pi/gr-radar/build/lib/moc_scatter_plot.cxx:9:0:
/home/pi/gr-radar/build/lib/../../lib/scatter_plot.h:24:22: fatal error:
qwt_plot.h: No such file or directory
 #include 
  ^
compilation terminated.
lib/CMakeFiles/gnuradio-radar.dir/build.make:77: recipe for target
'lib/CMakeFiles/gnuradio-radar.dir/moc_scatter_plot.cxx.o' failed
make[2]: *** [lib/CMakeFiles/gnuradio-radar.dir/moc_scatter_plot.cxx.o]
Error 1
CMakeFiles/Makefile2:137: recipe for target
'lib/CMakeFiles/gnuradio-radar.dir/all' failed
make[1]: *** [lib/CMakeFiles/gnuradio-radar.dir/all] Error 2
Makefile:138: recipe for target 'all' failed
make: *** [all] Error 2

Regards
Talha Farooq Hashmi

On Mon, Mar 11, 2019 at 2:21 AM Cinaed Simson 
wrote:

> Assuming you're running some fork of Debian, type
>
>   apt list | grep libqwt6
>
> to see if it's available.
>
> If it's available but not installed type
>
>   apt-get install libqwt6
>
> -- Cinaed
>
>
>
> On 3/10/19 12:53 PM, Talha Farooq wrote:
> > Hi
> > I am installing GNU gr-radar in Ubuntu. I installed all dependencies and
> > now while in step of making build of gr-radar by command 'make' I am
> > getting below mentioned error Though I upgraded QT to latest version
> > which is "Using Qt version 5.7.1 in /usr/lib/arm-linux-gnueabih". I read
> > in Issue#16 that you should use QT6 but I am unable to find any stable
> > version of QT6 or how to install that.
> > Error:
> >  [  1%] Building CXX object
> > lib/CMakeFiles/gnuradio-radar.dir/moc_scatter_plot.cxx.o
> > In file included from
> /home/pi/gr-radar/build/lib/moc_scatter_plot.cxx:9:0:
> > /home/pi/gr-radar/build/lib/../../lib/scatter_plot.h:24:22: fatal error:
> > qwt_plot.h: No such file or directory
> >  #include 
> >   ^
> > compilation terminated.
> > lib/CMakeFiles/gnuradio-radar.dir/build.make:77: recipe for target
> > 'lib/CMakeFiles/gnuradio-radar.dir/moc_scatter_plot.cxx.o' failed
> > make[2]: *** [lib/CMakeFiles/gnuradio-radar.dir/moc_scatter_plot.cxx.o]
> > Error 1
> > CMakeFiles/Makefile2:137: recipe for target
> > 'lib/CMakeFiles/gnuradio-radar.dir/all' failed
> > make[1]: *** [lib/CMakeFiles/gnuradio-radar.dir/all] Error 2
> > Makefile:138: recipe for target 'all' failed
> > make: *** [all] Error 2
> > image.png
> > Regards:
> > Talha Farooq Hashmi
> >
> >
> > ___
> > Discuss-gnuradio mailing list
> > Discuss-gnuradio@gnu.org
> > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> >
>
>
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


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:37 +0500, Talha Farooq wrote:
> Yes. On RaspberryPi 3B+.
> 
> On Mon, Mar 11, 2019 at 11:35 PM Müller, Marcus (CEL)  wrote:
> > 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-gnueabihf ' 
> > > installed. The error in 'make' of gr-radar is still occurring. I don't 
> > > know the reason. I have shared the error details before but for 
> > > convenience I am sharing again.
> > > 
> > > 
> > > In file included from 
> > > /home/pi/gr-radar/build/lib/moc_scatter_plot.cxx:9:0:
> > > /home/pi/gr-radar/build/lib/../../lib/scatter_plot.h:24:22: fatal error: 
> > > qwt_plot.h: No such file or directory
> > >  #include 
> > >   ^
> > > compilation terminated.
> > > lib/CMakeFiles/gnuradio-radar.dir/build.make:77: recipe for target 
> > > 'lib/CMakeFiles/gnuradio-radar.dir/moc_scatter_plot.cxx.o' failed
> > > make[2]: *** [lib/CMakeFiles/gnuradio-radar.dir/moc_scatter_plot.cxx.o] 
> > > Error 1
> > > CMakeFiles/Makefile2:137: recipe for target 
> > > 'lib/CMakeFiles/gnuradio-radar.dir/all' failed
> > > make[1]: *** [lib/CMakeFiles/gnuradio-radar.dir/all] Error 2
> > > Makefile:138: recipe for target 'all' failed
> > > make: *** [all] Error 2
> > > 
> > > Regards
> > > Talha Farooq Hashmi
> > > 
> > > On Mon, Mar 11, 2019 at 2:21 AM Cinaed Simson  
> > > wrote:
> > > > Assuming you're running some fork of Debian, type
> > > > 
> > > >   apt list | grep libqwt6
> > > > 
> > > > to see if it's available.
> > > > 
> > > > If it's available but not installed type
> > > > 
> > > >   apt-get install libqwt6
> > > > 
> > > > -- Cinaed
> > > > 
> > > > 
> > > > 
> > > > On 3/10/19 12:53 PM, Talha Farooq wrote:
> > > > > Hi
> > > > > I am installing GNU gr-radar in Ubuntu. I installed all dependencies 
> > > > > and
> > > > > now while in step of making build of gr-radar by command 'make' I am
> > > > > getting below mentioned error Though I upgraded QT to latest version
> > > > > which is "Using Qt version 5.7.1 in /usr/lib/arm-linux-gnueabih". I 
> > > > > read
> > > > > in Issue#16 that you should use QT6 but I am unable to find any stable
> > > > > version of QT6 or how to install that.
> > > > > Error:
> > > > >  [  1%] Building CXX object
> > > > > lib/CMakeFiles/gnuradio-radar.dir/moc_scatter_plot.cxx.o
> > > > > In file included from 
> > > > > /home/pi/gr-radar/build/lib/moc_scatter_plot.cxx:9:0:
> > > > > /home/pi/gr-radar/build/lib/../../lib/scatter_plot.h:24:22: fatal 
> > > > > error:
> > > > > qwt_plot.h: No such file or directory
> > > > >  #include 
> > > > >   ^
> > > > > compilation terminated.
> > > > > lib/CMakeFiles/gnuradio-radar.dir/build.make:77: recipe for target
> > > > > 'lib/CMakeFiles/gnuradio-radar.dir/moc_scatter_plot.cxx.o' failed
> > > > > make[2]: *** 
> > > > > [lib/CMakeFiles/gnuradio-radar.dir/moc_scatter_plot.cxx.o]
> > > > > Error 1
> > > > > CMakeFiles/Makefile2:137: recipe for target
> > > > > 'lib/CMakeFiles/gnuradio-radar.dir/all' failed
> > > > > make[1]: *** [lib/CMakeFiles/gnuradio-radar.dir/all] Error 2
> > > > > Makefile:138: recipe for target 'all' failed
> > > > > make: *** [all] Error 2
> > > > > image.png
> > > > > Regards:
> > > > > Talha Farooq Hashmi
> > > > > 
> > > > > 
> > > > > ___
> > > > > Discuss-gnuradio mailing list
> > > > > Discuss-gnuradio@gnu.org
> > > > > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> > > > > 
> > > > 
> > > > 
> > > > ___
> > > > Discuss-gnuradio mailing list
> > > > Discuss-gnuradio@gnu.org
> > > > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> > > 
> > > ___
> > > Discuss-gnuradio mailing list
> > > Discuss-gnuradio@gnu.org
> > > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


smime.p7s
Description: S/MIME cryptographic signature
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


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 there, then port to your Raspberry Pi.

Best regards,
Marcus

On Mon, 2019-03-11 at 23:41 +0500, Talha Farooq wrote:
> Actually, My PC is currently on low memory I had Linux setup on that so 
> that's why I approached to Pi. I installed on that just to familiarize with 
> gr-radar. After a week I will be able to do this on PC. 
> 
> On Mon, Mar 11, 2019 at 11:38 PM Müller, Marcus (CEL)  wrote:
> > 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:37 +0500, Talha Farooq wrote:
> > > Yes. On RaspberryPi 3B+.
> > > 
> > > On Mon, Mar 11, 2019 at 11:35 PM Müller, Marcus (CEL)  
> > > wrote:
> > > > 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-gnueabihf ' installed. The error in 'make' of 
> > > > > gr-radar is still occurring. I don't know the reason. I have shared 
> > > > > the error details before but for convenience I am sharing again.
> > > > > 
> > > > > 
> > > > > In file included from 
> > > > > /home/pi/gr-radar/build/lib/moc_scatter_plot.cxx:9:0:
> > > > > /home/pi/gr-radar/build/lib/../../lib/scatter_plot.h:24:22: fatal 
> > > > > error: qwt_plot.h: No such file or directory
> > > > >  #include 
> > > > >   ^
> > > > > compilation terminated.
> > > > > lib/CMakeFiles/gnuradio-radar.dir/build.make:77: recipe for target 
> > > > > 'lib/CMakeFiles/gnuradio-radar.dir/moc_scatter_plot.cxx.o' failed
> > > > > make[2]: *** 
> > > > > [lib/CMakeFiles/gnuradio-radar.dir/moc_scatter_plot.cxx.o] Error 1
> > > > > CMakeFiles/Makefile2:137: recipe for target 
> > > > > 'lib/CMakeFiles/gnuradio-radar.dir/all' failed
> > > > > make[1]: *** [lib/CMakeFiles/gnuradio-radar.dir/all] Error 2
> > > > > Makefile:138: recipe for target 'all' failed
> > > > > make: *** [all] Error 2
> > > > > 
> > > > > Regards
> > > > > Talha Farooq Hashmi
> > > > > 
> > > > > On Mon, Mar 11, 2019 at 2:21 AM Cinaed Simson 
> > > > >  wrote:
> > > > > > Assuming you're running some fork of Debian, type
> > > > > > 
> > > > > >   apt list | grep libqwt6
> > > > > > 
> > > > > > to see if it's available.
> > > > > > 
> > > > > > If it's available but not installed type
> > > > > > 
> > > > > >   apt-get install libqwt6
> > > > > > 
> > > > > > -- Cinaed
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > On 3/10/19 12:53 PM, Talha Farooq wrote:
> > > > > > > Hi
> > > > > > > I am installing GNU gr-radar in Ubuntu. I installed all 
> > > > > > > dependencies and
> > > > > > > now while in step of making build of gr-radar by command 'make' I 
> > > > > > > am
> > > > > > > getting below mentioned error Though I upgraded QT to latest 
> > > > > > > version
> > > > > > > which is "Using Qt version 5.7.1 in /usr/lib/arm-linux-gnueabih". 
> > > > > > > I read
> > > > > > > in Issue#16 that you should use QT6 but I am unable to find any 
> > > > > > > stable
> > > > > > > version of QT6 or how to install that.
> > > > > > > Error:
> > > > > > >  [  1%] Building CXX object
> > > > > > > lib/CMakeFiles/gnuradio-radar.dir/moc_scatter_plot.cxx.o
> > > > > > > In file included from 
> > > > > > > /home/pi/gr-radar/build/lib/moc_scatter_plot.cxx:9:0:
> > > > > > > /home/pi/gr-radar/build/lib/../../lib/scatter_plot.h:24:22: fatal 
> > > > > > > error:
> > > > > > > qwt_plot.h: No such file or directory
> > > > > > >  #include 
> > > > > > >   ^
> > > > > > > compilation terminated.
> > > > > > > lib/CMakeFiles/gnuradio-radar.dir/build.make:77: recipe for target
> > > > > > > 'lib/CMakeFiles/gnuradio-radar.dir/moc_scatter_plot.cxx.o' failed
> > > > > > > make[2]: *** 
> > > > > > > [lib/CMakeFiles/gnuradio-radar.dir/moc_scatter_plot.cxx.o]
> > > > > > > Error 1
> > > > > > > CMakeFiles/Makefile2:137: recipe for target
> > > > > > > 'lib/CMakeFiles/gnuradio-radar.dir/all' failed
> > > > > > > make[1]: *** [lib/CMakeFiles/gnuradio-radar.dir/all] Error 2
> > > > > > > Makefile:138: recipe for target 'all' failed
> > > > > > > make: *** [all] Error 2
> > > > > > > image.png
> > > > > > > Regards:
> > > > > > > Talha Farooq Hashmi
> > > > > > > 
> > > > > > > 
> > > > > > > ___
> > > > > > > Discuss-gnuradio mailing list
> > > > > > >

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-gnueabihf ' 
> installed. The error in 'make' of gr-radar is still occurring. I don't know 
> the reason. I have shared the error details before but for convenience I am 
> sharing again.
> 
> 
> In file included from /home/pi/gr-radar/build/lib/moc_scatter_plot.cxx:9:0:
> /home/pi/gr-radar/build/lib/../../lib/scatter_plot.h:24:22: fatal error: 
> qwt_plot.h: No such file or directory
>  #include 
>   ^
> compilation terminated.
> lib/CMakeFiles/gnuradio-radar.dir/build.make:77: recipe for target 
> 'lib/CMakeFiles/gnuradio-radar.dir/moc_scatter_plot.cxx.o' failed
> make[2]: *** [lib/CMakeFiles/gnuradio-radar.dir/moc_scatter_plot.cxx.o] Error 
> 1
> CMakeFiles/Makefile2:137: recipe for target 
> 'lib/CMakeFiles/gnuradio-radar.dir/all' failed
> make[1]: *** [lib/CMakeFiles/gnuradio-radar.dir/all] Error 2
> Makefile:138: recipe for target 'all' failed
> make: *** [all] Error 2
> 
> Regards
> Talha Farooq Hashmi
> 
> On Mon, Mar 11, 2019 at 2:21 AM Cinaed Simson  wrote:
> > Assuming you're running some fork of Debian, type
> > 
> >   apt list | grep libqwt6
> > 
> > to see if it's available.
> > 
> > If it's available but not installed type
> > 
> >   apt-get install libqwt6
> > 
> > -- Cinaed
> > 
> > 
> > 
> > On 3/10/19 12:53 PM, Talha Farooq wrote:
> > > Hi
> > > I am installing GNU gr-radar in Ubuntu. I installed all dependencies and
> > > now while in step of making build of gr-radar by command 'make' I am
> > > getting below mentioned error Though I upgraded QT to latest version
> > > which is "Using Qt version 5.7.1 in /usr/lib/arm-linux-gnueabih". I read
> > > in Issue#16 that you should use QT6 but I am unable to find any stable
> > > version of QT6 or how to install that.
> > > Error:
> > >  [  1%] Building CXX object
> > > lib/CMakeFiles/gnuradio-radar.dir/moc_scatter_plot.cxx.o
> > > In file included from 
> > > /home/pi/gr-radar/build/lib/moc_scatter_plot.cxx:9:0:
> > > /home/pi/gr-radar/build/lib/../../lib/scatter_plot.h:24:22: fatal error:
> > > qwt_plot.h: No such file or directory
> > >  #include 
> > >   ^
> > > compilation terminated.
> > > lib/CMakeFiles/gnuradio-radar.dir/build.make:77: recipe for target
> > > 'lib/CMakeFiles/gnuradio-radar.dir/moc_scatter_plot.cxx.o' failed
> > > make[2]: *** [lib/CMakeFiles/gnuradio-radar.dir/moc_scatter_plot.cxx.o]
> > > Error 1
> > > CMakeFiles/Makefile2:137: recipe for target
> > > 'lib/CMakeFiles/gnuradio-radar.dir/all' failed
> > > make[1]: *** [lib/CMakeFiles/gnuradio-radar.dir/all] Error 2
> > > Makefile:138: recipe for target 'all' failed
> > > make: *** [all] Error 2
> > > image.png
> > > Regards:
> > > Talha Farooq Hashmi
> > > 
> > > 
> > > ___
> > > Discuss-gnuradio mailing list
> > > Discuss-gnuradio@gnu.org
> > > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> > > 
> > 
> > 
> > ___
> > Discuss-gnuradio mailing list
> > Discuss-gnuradio@gnu.org
> > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


smime.p7s
Description: S/MIME cryptographic signature
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


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 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 have shared the error details before but for convenience I am 
>> sharing again.
>>
>>
>> In file included from /home/pi/gr-radar/build/lib/moc_scatter_plot.cxx:9:0:
>> /home/pi/gr-radar/build/lib/../../lib/scatter_plot.h:24:22: fatal error: 
>> qwt_plot.h: No such file or directory
>>  #include 
>>   ^
>> compilation terminated.
>> lib/CMakeFiles/gnuradio-radar.dir/build.make:77: recipe for target 
>> 'lib/CMakeFiles/gnuradio-radar.dir/moc_scatter_plot.cxx.o' failed
>> make[2]: *** [lib/CMakeFiles/gnuradio-radar.dir/moc_scatter_plot.cxx.o] 
>> Error 1
>> CMakeFiles/Makefile2:137: recipe for target 
>> 'lib/CMakeFiles/gnuradio-radar.dir/all' failed
>> make[1]: *** [lib/CMakeFiles/gnuradio-radar.dir/all] Error 2
>> Makefile:138: recipe for target 'all' failed
>> make: *** [all] Error 2
>>
>> Regards
>> Talha Farooq Hashmi
>>
>> On Mon, Mar 11, 2019 at 2:21 AM Cinaed Simson  
>> wrote:
>>> Assuming you're running some fork of Debian, type
>>>
>>>   apt list | grep libqwt6
>>>
>>> to see if it's available.
>>>
>>> If it's available but not installed type
>>>
>>>   apt-get install libqwt6
>>>
>>> -- Cinaed
>>>
>>>
>>>
>>> On 3/10/19 12:53 PM, Talha Farooq wrote:
 Hi
 I am installing GNU gr-radar in Ubuntu. I installed all dependencies and
 now while in step of making build of gr-radar by command 'make' I am
 getting below mentioned error Though I upgraded QT to latest version
 which is "Using Qt version 5.7.1 in /usr/lib/arm-linux-gnueabih". I read
 in Issue#16 that you should use QT6 but I am unable to find any stable
 version of QT6 or how to install that.
 Error:
  [  1%] Building CXX object
 lib/CMakeFiles/gnuradio-radar.dir/moc_scatter_plot.cxx.o
 In file included from /home/pi/gr-radar/build/lib/moc_scatter_plot.cxx:9:0:
 /home/pi/gr-radar/build/lib/../../lib/scatter_plot.h:24:22: fatal error:
 qwt_plot.h: No such file or directory
  #include 
   ^
 compilation terminated.
 lib/CMakeFiles/gnuradio-radar.dir/build.make:77: recipe for target
 'lib/CMakeFiles/gnuradio-radar.dir/moc_scatter_plot.cxx.o' failed
 make[2]: *** [lib/CMakeFiles/gnuradio-radar.dir/moc_scatter_plot.cxx.o]
 Error 1
 CMakeFiles/Makefile2:137: recipe for target
 'lib/CMakeFiles/gnuradio-radar.dir/all' failed
 make[1]: *** [lib/CMakeFiles/gnuradio-radar.dir/all] Error 2
 Makefile:138: recipe for target 'all' failed
 make: *** [all] Error 2
 image.png
 Regards:
 Talha Farooq Hashmi


 ___
 Discuss-gnuradio mailing list
 Discuss-gnuradio@gnu.org
 https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

>>>
>>>
>>> ___
>>> Discuss-gnuradio mailing list
>>> Discuss-gnuradio@gnu.org
>>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>
>> ___
>> Discuss-gnuradio mailing list
>> Discuss-gnuradio@gnu.org
>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


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 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 have shared the error details before but for
> convenience I am sharing again.
> 
> 
> In file included from /home/pi/gr-radar/build/lib/moc_scatter_plot.cxx:9:0:
> /home/pi/gr-radar/build/lib/../../lib/scatter_plot.h:24:22: fatal error:
> qwt_plot.h: No such file or directory
>  #include 
>   ^
> compilation terminated.
> lib/CMakeFiles/gnuradio-radar.dir/build.make:77: recipe for target
> 'lib/CMakeFiles/gnuradio-radar.dir/moc_scatter_plot.cxx.o' failed
> make[2]: *** [lib/CMakeFiles/gnuradio-radar.dir/moc_scatter_plot.cxx.o]
> Error 1
> CMakeFiles/Makefile2:137: recipe for target
> 'lib/CMakeFiles/gnuradio-radar.dir/all' failed
> make[1]: *** [lib/CMakeFiles/gnuradio-radar.dir/all] Error 2
> Makefile:138: recipe for target 'all' failed
> make: *** [all] Error 2
> 
> Regards
> Talha Farooq Hashmi
> 
> On Mon, Mar 11, 2019 at 2:21 AM Cinaed Simson  > wrote:
> 
> Assuming you're running some fork of Debian, type
> 
>   apt list | grep libqwt6
> 
> to see if it's available.
> 
> If it's available but not installed type
> 
>   apt-get install libqwt6
> 
> -- Cinaed
> 
> 
> 
> On 3/10/19 12:53 PM, Talha Farooq wrote:
> > Hi
> > I am installing GNU gr-radar in Ubuntu. I installed all
> dependencies and
> > now while in step of making build of gr-radar by command 'make' I am
> > getting below mentioned error Though I upgraded QT to latest version
> > which is "Using Qt version 5.7.1 in /usr/lib/arm-linux-gnueabih".
> I read
> > in Issue#16 that you should use QT6 but I am unable to find any stable
> > version of QT6 or how to install that.
> > Error:
> >  [  1%] Building CXX object
> > lib/CMakeFiles/gnuradio-radar.dir/moc_scatter_plot.cxx.o
> > In file included from
> /home/pi/gr-radar/build/lib/moc_scatter_plot.cxx:9:0:
> > /home/pi/gr-radar/build/lib/../../lib/scatter_plot.h:24:22: fatal
> error:
> > qwt_plot.h: No such file or directory
> >  #include 
> >   ^
> > compilation terminated.
> > lib/CMakeFiles/gnuradio-radar.dir/build.make:77: recipe for target
> > 'lib/CMakeFiles/gnuradio-radar.dir/moc_scatter_plot.cxx.o' failed
> > make[2]: ***
> [lib/CMakeFiles/gnuradio-radar.dir/moc_scatter_plot.cxx.o]
> > Error 1
> > CMakeFiles/Makefile2:137: recipe for target
> > 'lib/CMakeFiles/gnuradio-radar.dir/all' failed
> > make[1]: *** [lib/CMakeFiles/gnuradio-radar.dir/all] Error 2
> > Makefile:138: recipe for target 'all' failed
> > make: *** [all] Error 2
> > image.png
> > Regards:
> > Talha Farooq Hashmi
> >
> >
> > ___
> > Discuss-gnuradio mailing list
> > Discuss-gnuradio@gnu.org 
> > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> >
> 
> 
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org 
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


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 to 
symbols” block to 16 (0-15) and inputting 1024 values, 0’s and 1’s, (32 values 
for each dimension) to complete the mapping?

Thanks for the assistance. 

Tellrell

Sent from my iPhone

> On Mar 11, 2019, at 8:28 AM, Achilleas Anastasopoulos  
> wrote:
> 
> 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-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio