Re: [Discuss-gnuradio] Change mailing list email address

2017-04-24 Thread Sebastian Mueller
try this one:

https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Best,
Sebastian


On 24.04.2017 14:37, David Halls wrote:
>
> Hi guys,
>
>  
>
> Sorry for the mundane question but it was so long ago that I signed up
> to the mailing list. How do I go about changing my email address?
>
>  
>
> Cheers!!
>
>
> 
>
> NOTE: The information in this email and any attachments may be
> confidential and/or legally privileged. This message may be read,
> copied and used only by the intended recipient. If you are not the
> intended recipient, please destroy this message, delete any copies
> held on your system and notify the sender immediately.
>
> Toshiba Research Europe Limited, registered in England and Wales
> (2519556). Registered Office 208 Cambridge Science Park, Milton Road,
> Cambridge CB4 0GZ, England. Web: www.toshiba.eu/research/trl
>
>
>
> 
> This email has been scanned for email related threats and delivered
> safely by Mimecast.
> For more information please visit http://www.mimecast.com
> 
>
>
> ___
> 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] How to contribute to GNU Radio in 5 mins or less per day!

2017-03-20 Thread Sebastian Mueller
Hey Martin,

I stumbled upon pages that could be deleted in my opinion (for instance
https://wiki.gnuradio.org/index.php/BuildOnCubieBoard_ZH).
I think I don't have the rights to delete pages, so should we agree on a
procedure to mark them for deletion by an user with sufficient rights?
I'm not sure what's the best way here though.

Best,
Sebastian


On 20.03.2017 07:16, Martin Braun wrote:
> On 03/19/2017 10:54 PM, Martin Braun wrote:
>> [...]
>> Now, when browsing pages, these are things to watch out for:
>>
>> - Were HTML entities translated where they shouldn't? E.g., do you see
>> code like this: d_foo->method(), which should read d_foo->method() ?
>> - Does it make sense to rename the page? Redmine used page titles as
>> IDs, whereas MediaWiki actually uses the page title as the page title.
>> - Is syntax highlighting working properly? This page, for example, took
>> a lot of manual labour to fix:
>> https://wiki.gnuradio.org/index.php/Guided_Tutorial_GNU_Radio_in_C++
>> (and everytime I go back, I find more issues...)
>> - Is the content actually accurate?
> Also, is the page in the right category? Pages can be easily categorized
> by adding a special link at the end like this:
>
> [[Category:foo]]
>
> We currently have these categories:
> - Android
> - Embedded
> - Tutorials
> - Guided Tutorials (this one's complete)
> - Installation
>
> -- M
>
>
> ___
> 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] Gr-Inspector install errors

2017-03-16 Thread Sebastian Mueller
Installing headers in your home directory is very uncommon, that's also
why cmake cannot find your installation there.
Can you try to add that path to ./cmake/Modules/FindQwtPlot3D.cmake in
line 8? Same goes for the library path in line 11, that you have to find
out, too.


On 16.03.2017 14:49, Honcho41 wrote:
> Hi again Sebastian,
>
> I followed the guide that Kyeong posted (thank you) and although it didn't
> complete fully I do now have the qwt3d_plot.h file @:
>
> /home/mcgyver/qwtplot3d-0.2.7+svn191/include
>
> Any further help you can give is appreciated.
>
> Paul
>
>
>
> -
> Studying for BEng (Hons) Telecommunications Systems Engineering
> Bournemouth University
> --
> View this message in context: 
> http://gnuradio.4.n7.nabble.com/Gr-Inspector-install-errors-tp62687p63125.html
> Sent from the GnuRadio mailing list archive at Nabble.com.
>
> ___
> 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] Gr-Inspector install errors

2017-03-16 Thread Sebastian Mueller
Hi Paul,
this message in *most* cases mean that qwtplot3d is not installed.
Please make sure that these packages are installed:

libqwtplot3d-qt4-0v5
libqwtplot3d-qt4-dev

If this is the case, cmake cannot find your qwtplot3d installation. Can
you please specify where you have installed qwtplot3d (in particular
qwt3d_plot.h)? You can specify the path when running cmake like this:
´cmake -DQT_QWTPLOT3D_INCLUDE_DIR=/your/path/to/qwt3d/headers ..´

Best,
Sebastian
> I am also trying to install gr-inspector on a RPi 3 running Ubuntu MATE
> 16.04.2
>
> I'm sure I've installed all dependancies but when I run cmake I get this:
>
> mcgyver@mcgyver-pi:~/gr-inspector/build$ cmake ..
> -- Build type not specified: defaulting to release.
> -- Boost version: 1.58.0
> -- Found the following Boost libraries:
> --   filesystem
> --   system
> -- -- Python checking for PyQt4 -- Python checking for PyQt4 - found
> CMake Error at
> /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148
> (message): Could NOT find Qt4 (missing: QT_QWTPLOT3D_INCLUDE_DIR
> QT_QWTPLOT3D_LIBRARY) (found suitable version "4.8.7", minimum
> required is "4.2.0") Call Stack (most recent call first):
> /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:388
> (_FPHSA_FAILURE_MESSAGE)
> /usr/share/cmake-3.5/Modules/FindQt4.cmake:1333
> (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMakeLists.txt:152 (find_package)
> -- Configuring incomplete, errors occurred! See also
> "/home/mcgyver/gr-inspector/build/CMakeFiles/CMakeOutput.log". See
> also "/home/mcgyver/gr-inspector/build/CMakeFiles/CMakeError.log". Any
> help is much appreciated Paul



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


Re: [Discuss-gnuradio] Using Eigen C++ template library in GNURADIO

2017-03-09 Thread Sebastian Mueller
Hello Nasi,

can you please explain what you are trying to do? From the little
information that you provide I can say: The type VectorXcf is AFAIK
neither defined in Eigen nor in GNU Radio, so  how should the compiler
know what VectorXcf means? I think you might have forgotten to define
the type *before* the first usage.

Best,
Sebastian

On 08.03.2017 07:18, Nasi wrote:
> Dear members,
>
> does anyone know how to use Eigen C++ template library in GNURADIO?
>
> my OS is Ubuntu 16.04 lts.
> gnuradio version 3.7.10,
>
> I can use it separately as c++ library by adding these lines:
>
> #include 
> #include 
> #include 
>
> ...
> VectorXcf fftshiftXcf(VectorXcf x, int NFFT);
> ...
> //--
>
> however, in gnuradio project, I get the error:
>
> error: ‘VectorXcf’ does not name a type
> VectorXcf fftshiftXcf(VectorXcf x, int NFFT);
>
>
>
> -- 
> NE
>
>
> ___
> 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] Usage of GitHub

2017-02-08 Thread Sebastian Mueller
Hi Svetlana,

I get your concerns, but AFAIK it's currently very unlikely that GNU
Radio will leave GitHub. It is still the place-to-be for open source
code. If you feel uncomfortable using GitHub, we also have the repo
self-hosted at http://gnuradio.org/redmine/projects/gnuradio/repository .

Best,
Sebastian

On 06.02.2017 23:03, Svetlana Tkachenko wrote:
> Please do not use github. It runs non-free JavaScript, hosts non-free
> software discover-able by its users, and encourages poor licensing
> practices. https://www.gnu.org/software/repo-criteria-evaluation.html
> has extra information. I believe a GNU project may not refer users to
> non-free resources in this manner.
>
> I believe as an alternative, a Gogs instance provides functionality
> similar to GitHub and may be self-hosted.
>
> ___
> 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