Re: GsoC Proposal Feedback

2024-03-30 Thread Andrej Rode
Hi Hamza, sorry for the late reply/not giving you feedback earlier. I’ve been travelling in the last week(s) and it slipped my attention. Your proposal seems to already go a lot into details how to include the AFF3CT library in GNU Radio in terms of pointers etc. It seems to me that your

Re: GSOC proposal

2024-03-25 Thread Andrej Rode
Hi Kayla, thanks for sharing your current proposal on the forward error correction project idea from our GSoC ideas page. Overall it looks well written and it contains all required elements. We have collected some feedback for you: - In the proposal you mention that many of the current FEC

Re: My Introduction to the Community

2024-03-25 Thread Andrej Rode
Hi Amitesh, welcome to the discuss-gnuradio mailinglist. Nice that you found your way here. Before you start drafting on your proposal I recommend you get a little bit familiar with GNU Radio. You can do that by looking at our tutorials, which you can find in the wiki and through

Re: Prospective GSoC contributor introduction

2024-03-12 Thread Andrej Rode
Hi Kayla, welcome to the discuss-gnuradio mailinglist. Nice that you found your way here. Before you start drafting on your proposal I recommend you get a little bit familiar with GNU Radio. You can do that by looking at our tutorials, which you can find in the wiki and through

Re: GSoC 2024 - Build-in sub flowgraphs

2024-02-27 Thread Andrej Rode
Hi Ruben, welcome to the discuss-gnuradio mailinglist. Nice that you found your way here. Before you start drafting on your proposal I recommend you get a little bit familiar with GNU Radio. You can do that by looking at our tutorials, which you can find in the wiki and through

FOSDEM 2022 - Free Software Radio Devroom

2022-02-05 Thread Andrej Rode
Hi all, I’d like to invite you all to join the Free Software Radio Devroom at the FOSDEM 2022 online event tomorrow February 6th 2022 at 1300 (CET). We have a range of very interesting presentations ranging from project updates, implementation of hardware accelerators for Software Radio up

Re: [CFP] Free Software Radio DevRoom 2022

2021-12-23 Thread Andrej Rode
Software Radio Devroom Managers) > On 6. Dec 2021, at 02:04, Andrej Rode wrote: > > Dear friends and fans of software-defined radio and free/open-source radio > topics in general, > > FOSDEM 2022 (the free and open-source developer's meeting usually in > Brussels, Eu

[CFP] Free Software Radio DevRoom 2022

2021-12-05 Thread Andrej Rode
t;Crofton" * Derek Kozel - "dkozel" * Andrej Rode - "noc0lour" * Martin Braun - "mbr0wn" Hope to hear from you soon! And please forward this announcement. Cheers Andrej

Re: Per-revision configuration directories

2021-01-21 Thread Andrej Rode
On Wed, 20 Jan 2021 16:58:25 -0500 Jeff Long wrote: > Lucas: See if deleting the block cache that Christophe mentions helps > at all. If you haven't, put in an issue on Github to capture "need > separate configs" so it doesn't get lost. Please do so, on a side note: Also honoring XDG_*

Re: Stop making unneeded improvements

2021-01-05 Thread Andrej Rode
Hi all, to jump in from a point of someone who has contributed "improvements" over the last couple of years. Many of your points are vaild, I understand your frustation and pain of continuouly having to adapt to new methodologies. Believe me when I say we are not these changes are not

Re: Hidden e-mail address

2020-04-29 Thread Andrej Rode
Good catch, seems like the address scrubbing to reduce the amount of crawlable mail addresses works for displaying single mails but is not done for presenting the results of the search query. Either a bug in mailman or in the GNU lists configuration. Worth reporting, will you do that? (the

Re: GNU Radio 3.8 OOT Linking (Migration from 3.7)

2020-04-21 Thread Andrej Rode
Hi, as a quite big difference to GNU Radio 3.7 the CMake does not set up your project to blindly link to all of the GNU Radio libraries but you have to also add in `lib/CMakelists.txt` a `target_link_library($my_oot_library gnuradio::gnuradio-filter)` to link to gr-filter symbols. The inital

Re: USRP LO stabilization time ?

2020-04-15 Thread Andrej Rode
Hi, a while a ago I looked into fast-hopping using a (possibly modified) B210. Basically UHD is issuing a reconfiguration of the AD9361 for each tune which will not only wait for the LO to settle, but also will due DC-offset and IQ balance calibration in the AD9361. For fast hopping there is

Re: Finding GNU Radio 3.8 Compatible Versions Of OOT Modules

2020-02-08 Thread Andrej Rode
Hi Sebastian, that's correct. We (I mean Nicholas) put this in place during the Hackfest and unfortunately did not document this secret feature anywhere. Anyhow we should consider maybe creating a GREP for how to handle OOT metadata (and maybe don't store yaml inside of a `*.md` file). So we

Re: Finding GNU Radio 3.8 Compatible Versions Of OOT Modules

2020-02-08 Thread Andrej Rode
Hi Sebastian, that's correct. We (I mean Nicholas) put this in place during the Hackfest and unfortunately did not document this secret feature anywhere. Anyhow we should consider maybe creating a GREP for how to handle OOT metadata (and maybe don't store yaml inside of a `*.md` file). So we

Re: gr-iqbal, gr-fosphor, gr-osmosdr updated to Gnuradio 3.8

2020-01-08 Thread Andrej Rode
Hi Phil, > > > > You either need to make and host your own, or download from the > > github mirror ( https://github.com/osmocom/gr-iqbal/releases ) > > Standard warning, github is known to regenerate tarballs with > different contents that lead to sha has mismatches with time making > it

Re: Coexistence of Gnuradio 3.7 and 3.8 on one PC

2019-12-23 Thread Andrej Rode
Hi Harald, if you want to have GNU Radio 3.7 & 3.8 on the same machine I recommend to have both installed in a non-default search path for libraries. Applications linking to GNU Radio then have to set LD_LIBRARY_PATH, PYTHONPATH, GR_BLOCKS_PATH accordingly to point to the non-default search

Re: More on C++11 requirements

2019-11-25 Thread Andrej Rode
Out of curiosity, what's your GCC version? There might be a problem with CMake not detecting C++11 support correctly/your version GCC is not fully C++11 compliant. (I know, crazy). Cheers Andrej

Re: GNU Radio Pre-FOSDEM Hackfest 2020

2019-11-18 Thread Andrej Rode
Hi all, short addendum: Participation is also possible for a subset of the days (we have enough bugs to fix & ideas to develop). At the registration is a questionaire where you can indicate the dates you currently plan to attend. Cheers Andrej On Wed, 13 Nov 2019 23:35:36 +0100 Andrej

GNU Radio Pre-FOSDEM Hackfest 2020

2019-11-13 Thread Andrej Rode
Hi all, as announced on October 16th there will be another edition of the Free Software Radio Devroom at FOSDEM 2020. In recent years we managed to assemble a GNU Radio Hackfest in relative proximity to come together and hack and spin new ideas on the GNU Radio core. This edition of the GNU

Re: Live Pull Request Review on Twitch 5 PM Pacific Time

2019-11-07 Thread Andrej Rode
Hi Adrian, Pacific Time is actually a timezone. Cheers Andrej On Thu, 07 Nov 2019 14:22:57 + Adrian Musceac wrote: > Hi Martin, > This event might already be over by now, but can you please specify > the time relative to UTC (or a timezone, alternatively) for the next > event? I believe

Re: Subject Line Prefix Missing

2019-10-30 Thread Andrej Rode
To drive this more Off-Topic than it already is... > Mailing list software for decades inserts unique headers for filtering > purpose. "List-Id" is AFAICT the most common one, which is also used > by GNU mailman. It has been specified in 2001 in RFC2919 Even non-Mailinglist software, e.g.

Re: [Discuss-gnuradio] Do we really need logging in GNU Radio?

2019-08-29 Thread Andrej Rode
Hi, > > during the last congress (35c3) we have been talking about > > the logging in GNU Radio. I was not thinking about this much, > > until the recent discussion with another GNU Radio developer > > at the CCCamp 2019 (unfortunately, I forgot his name, sorry). I plead guilty. It was me. > >

Re: [Discuss-gnuradio] ARM optimizations update

2019-05-30 Thread Andrej Rode
Hi Albin, just to throw in some snarky comments. On Thu, 30 May 2019 16:20:44 +0200 Albin Stigö wrote: > I've finished ARM NEON SIMD optimization for 44 kernels which means > only 23 kernels (not often used) are now missing a NEON > implementation. I've checked on your progress a couple of

Re: [Discuss-gnuradio] VOLK pre-built option

2019-05-21 Thread Andrej Rode
On Tue, 21 May 2019 20:39:11 + "Müller, Marcus (CEL)" wrote: > Furthermore, VOLK is dependency-wise like GNU Radio light: > if you can't build VOLK, chances are slim GNU Radio will work out. Huh? VOLK depends on almost nothing. Cheers Andrej

Re: [Discuss-gnuradio] Website Not Down Anymore

2019-05-20 Thread Andrej Rode
Up again. On Mon, 20 May 2019 16:26:32 -0400 Ben Hilburn wrote: > Hi all - > > The website is down temporarily, affecting the Wiki and landing page, > but not GRCon ticket registration (or Github, obviously). We're > working on it and will have it back up as soon as we can. > > Cheers, > Ben

Re: [Discuss-gnuradio] gr_zeromq on MS-Windows ?

2019-04-17 Thread Andrej Rode
Hi Jean-Michael, On Wed, 17 Apr 2019 15:34:21 + "jean-michel.fri...@femto-st.fr" wrote: > Files\GNURadio-3.7\lib\site-packages\gnuradio\zeromq\zeromq_swig.py", > line 18, in swig_import_helper return > importlib.import_module('_zeromq_swig') File "C:\Program >

Re: [Discuss-gnuradio] Tag propagation policy for tagged stream blocks

2019-04-17 Thread Andrej Rode
Hi Johannes, thanks for bringin this issue up. On Wed, 17 Apr 2019 08:08:37 + Johannes Demel wrote: > but what happens to other tags? They are left untouched. This results > in a situation where a rate change basically makes all other tags > disappear because these tags will be out of

Re: [Discuss-gnuradio] Question: is there code for hotel special rated re Sep conference

2019-04-10 Thread Andrej Rode
Hi Jerry, On Wed, 10 Apr 2019 11:17:59 -0700 "geraldfenkell" wrote: > I am hoping to attend the upcoming (September 2019) conference. > > Is there any special discount code to use when booking hotel Yes, the link to the discounted rate at the hotel is currently sent out with the

Re: [Discuss-gnuradio] gr-vocoder: update codec2 and freedv blocks

2019-03-21 Thread Andrej Rode
Hi, I've submitted a pull request with your patch. [0] Cheers Andrej [0] https://github.com/gnuradio/gnuradio/pull/2413 pgpw1dbCmgOv_.pgp Description: OpenPGP digital signature ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

Re: [Discuss-gnuradio] GSoC: Introduction and GNU Radio Project discussion

2019-03-21 Thread Andrej Rode
Hi all, I have some remarks regarding the current state of the filter design tool. > First step would thus be to polish the tool and clean it up, modernize > it. I'm not sure about its state w.r.t. no longer using pyqwt. Maybe > that's a place to start. Recently Edward Kigwana worked on

Re: [Discuss-gnuradio] compressing I/Q files

2019-03-14 Thread Andrej Rode
This can partly be explained by complex IQ captured in 2x 32bit floats only uses [-1,1] range of float. So instead of using 32 bits the data already is only using 32 - 8 bit (since you literally do not use the exponent to carry information). If you then captured "real" data instead of noise you

Re: [Discuss-gnuradio] GSoC project idea discussion

2019-03-07 Thread Andrej Rode
Hi Arpit, > Also, pygccxml parser code > itself is easy to visualize. libclang in python does a pretty good > job in parsing all the header files, but it parses all the include > files, and also the standard C++ ones because of it's compiler level > parsing, which is not required, at least in

Re: [Discuss-gnuradio] Getting Background on GNU Radio on Android (was: GSOC : GNU Radio Projects)

2019-03-07 Thread Andrej Rode
Hi, On Thu, 7 Mar 2019 09:27:50 + "Müller, Marcus (CEL)" wrote: > Very little… https://wiki.gnuradio.org/index.php/Android > of which https://wiki.gnuradio.org/index.php/GRAndDeps is probably the > most important, but it's pretty dated. I don't think modern GNU Radio > has problems with

Re: [Discuss-gnuradio] Testers needed: Updated CMake syntax

2019-02-14 Thread Andrej Rode
Hi, On Thu, 14 Feb 2019 17:44:26 +0100 Volker Schroer wrote: > Hi, > I tried [1] on Ubuntu 18.10 and it build without problems. > Starting to build some of mine OOT's I found, that FindUSB.cmake is > missing. I think this was used to build gr-fcd which is not part of > gnuradio 3.8. Thanks

[Discuss-gnuradio] Testers needed: Updated CMake syntax

2019-02-14 Thread Andrej Rode
Hi all, in the last weeks I have been pursuing the quest of reworking the current CMake build tooling in GNU Radio to use "modern CMake" syntax. This work has mainly completed and now is the time to fix bugs you encounter. The work on the updated CMake can be found here [0]/[1] and should

Re: [Discuss-gnuradio] gr-logo use compliance

2019-02-07 Thread Andrej Rode
Hi, On Wed, 06 Feb 2019 22:21:35 -0500 "Marcus D. Leech" wrote: > I'm going to go have some front-panels made for a science > instrumentation project, with the front-panel layout: > > http://www.ccera.ca/files/riometer_front_panel.pdf > side note: it's spelled „GNU Radio“. I think I

[Discuss-gnuradio] Survey: Additional static target & libtool support in build system

2019-02-04 Thread Andrej Rode
Hi all, During my recent work on getting the GNU Radio build system on a more modern CMake foundation I stumbled upon some things I'd like to know if someone is using them. [0] 1. Currently each component in GNU Radio is compiled as shared library _and_ optionally a static build can be done.

[Discuss-gnuradio] web infrastructure maintenance

2019-01-27 Thread Andrej Rode
Hey all, the website, wiki & other web services will be down for a couple of hours due to some necessary maintenance. Cheers Andrej pgpJLgUD4FheZ.pgp Description: OpenPGP digital signature ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

Re: [Discuss-gnuradio] Gnuradio ring buffer code

2019-01-20 Thread Andrej Rode
Hi Ben, > > Could anyone help point me to the right part of the src, I've had an > initial go but have been unable to find the specific parts of the > code that handle the adding/taking of samples into the gnuradio ring > buffer. I'm particularly interested to know what phtread scheduling > is

Re: [Discuss-gnuradio] [GREP] GNU Radio Coding Guidelines

2019-01-14 Thread Andrej Rode
Hi, On Mon, 14 Jan 2019 23:03:40 -0800 Ron Economos wrote: > I realize that I'm late to the game, but I was recently reminded of > this GREP (and it's associated GREP 0011). I'm all for cleaning the > code, but the current .clang-format rules create a problem (that's > addressed in GREP 0011).

Re: [Discuss-gnuradio] [GREP] Separate scheduler and GNU Radio base files

2019-01-09 Thread Andrej Rode
Hi Martin, On Thu, 27 Dec 2018 13:54:54 -0800 Martin Braun wrote: > Hi all, > > final GREP of the day: > https://github.com/gnuradio/greps/blob/master/grep-0016-separate-scheduler.md > > This is possible the most fundamental and influential GREPs that were > added so far. I would find it

Re: [Discuss-gnuradio] [GREP] Replace SWIG

2019-01-09 Thread Andrej Rode
Hi, On Fri, 28 Dec 2018 17:30:05 -0800 Martin Braun wrote: > Here's a summary of of comments that have come up in chat: > > - Andrej recommended using PyBind11, a close cousin to boost.python. > it comes recommended by Sebastian Koslowski also. It's only a few > headers and we could ship it

Re: [Discuss-gnuradio] 'module' object has no attribute

2018-12-17 Thread Andrej Rode
ou should check if it is in your pythonpath (e.g. python -c 'import sys;print(sys.path);'). If it is you can go into the `mac` folder and check with `ldd _mac_swig.so` (or similar) if the dynamic linker can locate all libraries required to run the code. Cheers Andrej -- Andrej Rode GPG Key: 750B

[Discuss-gnuradio] Call for Participation FOSDEM & pre-FOSDEM Hackfest

2018-12-04 Thread Andrej Rode
sbxl.be/events/byteweek/2019/ [2] https://wiki.gnuradio.org/index.php/Hackfest1902 -- Andrej Rode GPG Key: 750B CBBB 4A75 811A 4D5F 03ED 5C23 7FB8 9A7D A2AA signature.asc Description: Digital signature ___ Discuss-gnuradio mailing list Discuss-gnuradio

Re: [Discuss-gnuradio] Non-deterministic behavior in GNU Radio

2018-10-10 Thread Andrej Rode
On Tue, Oct 09, 2018 at 01:25:01PM +0200, Sylvain Munaut wrote: > I'm starting to wonder if having different precision version of the > kernels wouldn't make sense ... > Totally makes sense. For the case of approximation it might be sufficient to document the worst case error and measure the

Re: [Discuss-gnuradio] Non-deterministic behavior in GNU Radio

2018-10-09 Thread Andrej Rode
``` Cheers Andrej On Mon, Oct 08, 2018 at 06:37:50PM +0200, Andrej Rode wrote: > Hi all, > > I just created an issue for that in the volk GitHub repository: > https://github.com/gnuradio/volk/issues/202 > > The normalized error seemed to be in the ~1e-8 range (errors in vol

Re: [Discuss-gnuradio] Non-deterministic behavior in GNU Radio

2018-10-08 Thread Andrej Rode
Almost after every run of the script I get results with differences. > >>>>> > >>>>> I tested it on GNU Radio 3.7.12.0, I'm compiling the most fresh > >>>>> version > >>>>> now. > >>>>> > >>>

Re: [Discuss-gnuradio] LDPC in GNURadio

2018-10-06 Thread Andrej Rode
ecialized precompiled codes if available and fall back to a generic implementation if no specialized code is available. This could be helpful to add already established protocols into GR without sacrifice in flexibility. Cheers Andrej -- Andrej Rode GPG Key: 750B CBBB 4A75 811A 4D5F 03E

Re: [Discuss-gnuradio] LDPC in GNURadio

2018-09-19 Thread Andrej Rode
ne, disabling LDPC if not present). Looking at M4RI is available in Ubuntu, Fedora and is probably easy to add to other Linux distributions/Windows etc etc. It is "only" a math library and has no dependencies beside libc. Cheers Andrej -- Andrej Rode GPG Key: 750B CBBB 4A75 811A 4

Re: [Discuss-gnuradio] GRCon 17 presentation slides page broken/gone.

2018-05-20 Thread Andrej Rode
Hi Andy, the contents of previous GNU Radio conferences haven't been migrated yet. We are working on migrating them in a timely manner. Sorry for the inconveniences. Cheers Andrej On Sun, May 20, 2018 at 08:31:38AM -0400, Andy Walls wrote: > Oh, those who are so wise in the ways of the

Re: [Discuss-gnuradio] PROBLEM INSTALLING "GR-FBMC" WITH PyBOMBS

2018-04-10 Thread Andrej Rode
rce - ERROR - Problem occurred while building package > gr-fbmc: > Build failed. > PyBOMBS.install_manager - ERROR - Error installing package gr-fbmc. > Aborting. > " > > If anyone have had the same problem and/or know how solve it, please write > me. > > Thanks. &

Re: [Discuss-gnuradio] ERROR DURING GR-GFDM INSTALLATION BLOCKS IN GNURADIO.

2018-04-05 Thread Andrej Rode
swig.py", line 28, in > > > 5: _gfdm_swig = swig_import_helper() > > 5: File "/home/user/gr-gfdm/build/swig/gfdm_swig.py", line 24, in > > swig_import_helper> 5: _mod = imp.load_module('_gfdm_swig', fp, > > pathname, description)>

Re: [Discuss-gnuradio] High Pass and Low Pass performance not inverse

2018-03-26 Thread Andrej Rode
each other pretty well and shouldn't cause what you are seeing. I did not look at the source code of the firdes_* functions though. Cheers Andrej -- Andrej Rode GPG Key: 750B CBBB 4A75 811A 4D5F 03ED 5C23 7FB8 9A7D A2AA signature.asc Description: Digital signature _

[Discuss-gnuradio] Website security breach (gnuradio.org)

2018-03-16 Thread Andrej Rode
(gnuradio.org) and its MySQL database. The wiki, cgit repository, LiveDVD images, and everything else are not affected. We are considering how best to improve the security of the website in the long run. Cheers Andrej -- Andrej Rode GPG Key: 750B CBBB 4A75 811A 4D5F 03ED 5C23 7FB8 9A7D A2AA

[Discuss-gnuradio] Project Call March 2018 today

2018-03-15 Thread Andrej Rode
Hi everyone, today (in 10 minutes) the GNU Radio Project Call for March 2018 takes place. If you want to listen in: https://youtu.be/bNICMm49Jcw You can find the agenda for the call here: https://wiki.gnuradio.org/index.php/Call20180315 Cheers Andrej -- Andrej Rode GPG Key: 750B CBBB 4A75

[Discuss-gnuradio] Website maintenance (main website, wiki, pubs)

2018-03-08 Thread Andrej Rode
Dear all, due to stability problems the main gnuradio.org website, wiki and pubs.gnuradio.org will experience a maintenance right now. I expect them to be up again in a couple of hours. Sorry for the inconvenience! Cheers Andrej -- Andrej Rode GPG Key: 750B CBBB 4A75 811A 4D5F 03ED 5C23 7FB8

Re: [Discuss-gnuradio] GRCon 17 - Presentation videos available

2017-12-05 Thread Andrej Rode
the videos to spread the word if you like them. I'll publish the remaining video material in the next couple of days. Basically only lightning talks and anything I messed up are missing. [0] https://www.youtube.com/playlist?list=PLbBQHMnVMR43mM18y4r8L7l8bbYMgloFx -- Andrej Rode GPG Key: 750B CBBB

[Discuss-gnuradio] GRCon 17 - Presentation videos available

2017-12-01 Thread Andrej Rode
Hi all, the first batch of videos from GRCon Monday is available in the GRCon17 Playlist on YouTube. [0] Remaining videos will be uploaded until end of next week. Cheers Andrej [0] https://youtu.be/-0taq3endCI -- Andrej Rode GPG Key: 750B CBBB 4A75 811A 4D5F 03ED 5C23 7FB8 9A7D A2AA

Re: [Discuss-gnuradio] Overlapping blocks and wires bug

2017-11-03 Thread Andrej Rode
. > > > I'm experiencing this in version 3.7.10.1. Can you create a new issue in our issue tracker [0]? If not, I'll create one for further tracking. Cheers Andrej [0] https://github.com/gnuradio/gnuradio/issues/ -- Andrej Rode GPG Key: 750B CBBB 4A75 811A 4D5F 03ED 5C23 7FB8 9A7D

Re: [Discuss-gnuradio] Data types

2017-11-01 Thread Andrej Rode
this as your io_signature in the constructor: `io_signature::make (1, 1, sizeof (float)*vlen)),` This creates a block with a configurable vector length as input. Cheers Andrej -- Andrej Rode GPG Key: 750B CBBB 4A75 811A 4D5F 03ED 5C23 7FB8 9A7D A2AA signature.asc Descr

Re: [Discuss-gnuradio] CRC32 discrepancy

2017-10-31 Thread Andrej Rode
37d373ac > > > > > > Thanks! > > > > Eric > > > > > > > > ___ > > Discuss-gnuradio mailing list > > Discuss-gnuradio@gnu.org > > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Fwd: Random test failures when compiling GNURadio from source

2017-10-31 Thread Andrej Rode
accumulate faulty tests within this thread and start working from there. I already started accumulating flaky/broken unittests some time ago in this issue: https://github.com/gnuradio/gnuradio/issues/1261 Some of them are only triggered with `make -j N test` for great N. Cheers Andrej -- Andrej

Re: [Discuss-gnuradio] Integrate Mac in CI

2017-10-17 Thread Andrej Rode
sts on a Mac is easier than on a Windows-based machine. Cheers Andrej -- Andrej Rode GPG Key: 750B CBBB 4A75 811A 4D5F 03ED 5C23 7FB8 9A7D A2AA signature.asc Description: Digital signature ___ Discuss-gnuradio mailing list Discuss-gnuradio@g

Re: [Discuss-gnuradio] Package gnuradio-core was not found

2017-10-17 Thread Andrej Rode
you either could try to install an old version of GNU Radio. Or you update the module (requires some programming) to work with a newer version of GNU Radio. Cheers Andrej -- Andrej Rode GPG Key: 750B CBBB 4A75 811A 4D5F 03ED 5C23 7FB8 9A7D A2AA signature.asc Description: Digital signature _

Re: [Discuss-gnuradio] Buffer: Change the oldest with the newest

2017-10-17 Thread Andrej Rode
t; block in the history being your previous block. Basically you will have a shift register saving 9 previous blocks and giving them to you. 10x1024 might be more than the default buffer size will allow you, so you also should increase that. Cheers Andrej -- Andrej Rode GPG Key: 750B C

Re: [Discuss-gnuradio] Gnu radio and IDEs

2017-10-13 Thread Andrej Rode
sting blocks/create Python blocks you could get along with an IDE only supporting Python. You can even work on GNU Radio just using an Editor. It really depends on your personal preference. Cheers Andrej -- Andrej Rode GPG Key: 750B CBBB 4A75 811A 4D5F 03ED 5C23 7FB8 9A7D A2AA signature.asc

Re: [Discuss-gnuradio] Checking that a flowgraph is done

2017-10-06 Thread Andrej Rode
return immediatly if the flowgraph was done already. In either case you can be sure the flowgraph is done. Cheers Andrej -- Andrej Rode GPG Key: 750B CBBB 4A75 811A 4D5F 03ED 5C23 7FB8 9A7D A2AA signature.asc Description: Digital signature ___ Discuss-gnu

[Discuss-gnuradio] GNU Radio Wiki - Spam Prevention - Disabling GitHub OAuth

2017-08-23 Thread Andrej Rode
couple of days and you are not yet in the `realuser` group please contact me or any other wiki administrator [0]. Cheers, Andrej [0] https://wiki.gnuradio.org/index.php?title=Special%3AListUsers==bureaucrat=50 -- Andrej Rode GPG Key: 750B CBBB 4A75 811A 4D5F 03ED 5C23 7FB8 9A7D A2AA signatu

Re: [Discuss-gnuradio] set_output_multiple() and forecast() when there are multiple sources in a general block

2016-12-16 Thread Andrej Rode
Hey Tom, On 16/12/16 14:30, Tom Early wrote: > I am designing a general block that will split it's input into two > outputs. 96 input items will become 9 items on one source and 3 items on > another source. I have some questions: > > Is it required to set both streams in forecast()? Forecast

Re: [Discuss-gnuradio] How to properly add a pybombs packager

2016-09-21 Thread Andrej Rode
Hey Jared, nice you want to add another package manager to PyBOMBS. I recently added portage package manager to PyBOMBS. Based on your output these lines [0] give a clue what's happening. I'd guess your functions do not properly report the installation status back to PyBOMBS.Therefore PyBOMBS

Re: [Discuss-gnuradio] (no subject)

2016-08-24 Thread Andrej Rode
Hi Idress, > There are some demo flowgraphs that should make clear how the toolbox works. > Also you should have a look at the slides and Bachelor theses in the repository. They should give you an insight in theory and give some references on how the blocks work. Cheers, Andrej

Re: [Discuss-gnuradio] pybombs gnuradio vs gnuradio-default

2016-08-23 Thread Andrej Rode
Hello Jason, > Why is there two different installs? Basically gnuradio is the correct install for a pure gnuradio install. gnuradio-default is more or less a meta-package installing gnuradio and gr-osmosdr. This is most convenient if you want to use gnuradio with a hardware device not supported

Re: [Discuss-gnuradio] Minimal install of GNU Radio without GUI, etc possible?

2016-08-08 Thread Andrej Rode
Hey, a similar system to have customized source-builds is used by portage (Gentoo Package Manager) which mainly builds all kind of sources. In the Gentoo World customizing builds (of libraries, applications...) is achieved with "USE-flags". Maybe we can adopt this concept to PyBOMBS? I can

Re: [Discuss-gnuradio] PyBOMBS: Error installing package python-zmq

2016-08-02 Thread Andrej Rode
Hi, > Please submit the pullrequest! The package is definetely missing. Done. Cheers Andrej signature.asc Description: OpenPGP digital signature ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

Re: [Discuss-gnuradio] PyBOMBS: Error installing package python-zmq

2016-08-01 Thread Andrej Rode
ageManager - DEBUG - Using packager pip >> PyBOMBS.PackageManager - DEBUG - Using packager pacman >> PyBOMBS.PackageManager - DEBUG - Using packager pkgconfig >> PyBOMBS.PackageManager - DEBUG - Using packager cmd >> PyBOMBS.PackageManager - DEBUG - Using packager source >

Re: [Discuss-gnuradio] PyBOMBS: Error installing package python-zmq

2016-08-01 Thread Andrej Rode
Hey Cyrille, On 01/08/16 17:20, Cyrille DERORY wrote: > Thank you for your reply, > > my distro/OS is archlinux and package manager is pacman: > https://wiki.archlinux.org/index.php/pacman Try adding: pacman: python2-pyzmq in ~/.pybombs/recipes/gr-recipes/python-zmq.lwr below the port line.

Re: [Discuss-gnuradio] PyBOMBS: Error installing package python-zmq

2016-08-01 Thread Andrej Rode
Hi Cyrille, > this is my first time with PyBOMBS. > Do you have any idea what is the problem with: > "PyBOMBS.Packager.source - WARNING - Cannot find a source URI for package > python-zmq" the python-zmq recipe can be satisfied if installed on a system with deb, rpm or port package manager.

Re: [Discuss-gnuradio] Channel model - the identity channel

2016-06-28 Thread Andrej Rode
Hey Raj, > introduces a delay that can be corrected by applying the taps [0,0,0,1]. > See the attached flowgraph that subtracts the signals before and after > the channel model; if you let taps = 1, the two signals don't cancel. If > you use taps = [0,0,0,1], they do. The delay you are seeing

Re: [Discuss-gnuradio] Big GRC flowgraphs

2016-06-09 Thread Andrej Rode
Hey John, you could create a hier-block and parametrize it as needed and then drop it 16+ times in your flowgraph. Or you could create a hier block with a variable number of inputs and outputs, but I'm not sure if that's possible. Best Regards, Andrej On June 9, 2016 2:43:27 PM GMT+02:00,

Re: [Discuss-gnuradio] stream_mux tag propagation

2016-04-25 Thread Andrej Rode
o apply this patch and compile GNU Radio with it. I will submit a pull request, maybe this patch will be in master soon. Best Regards, Andrej From 512bd5d2b082807c6687a546d5fe096c9c9b7af6 Mon Sep 17 00:00:00 2001 From: Andrej Rode <m...@andrejro.de> Date: Mon, 25 Apr 2016 14:33:17 +0200 Subject: [P

Re: [Discuss-gnuradio] stream_mux tag propagation

2016-04-21 Thread Andrej Rode
Hi Merlin, > Is that a bug in stream_mux? It means that the streams cannot be demuxed by > looking at the tags. There is no special processing for stream tags in stream_mux. It simply takes the input streams and copies them input-wise into the output buffer. Stream tags are propagated

Re: [Discuss-gnuradio] Multiple Inputs in Tagged Stream Block

2016-04-20 Thread Andrej Rode
Hello Jenny, I can try to help you, but I'm not quite sure if I am right. If I am wrong I will be corrected soon. > >> Generating: "/home/jenny/Tutorials/rx_ofdm.py" > >> Executing: "/home/jenny/Tutorials/rx_ofdm.py" > >> Using Volk machine: sse4_2_64_orc > >> gr::log :FATAL: geese_vcvc0 -

Re: [Discuss-gnuradio] Own block in GNURADIO-COMPANION

2016-04-05 Thread Andrej Rode
Hello Ganesh, > I have successfully created my own block(not fully), but I am not able to > see this block in GNURADIO's block list. What should I do? I guess you have created your own OOT-Block with gr_modtool. Did you read and understand the guided tutorials? [0] If not, you should

Re: [Discuss-gnuradio] Embedding qtgui widgets inside QFrame

2016-03-29 Thread Andrej Rode
Hey, > So ICE problems. Getting out the good ol' tome of /fixing elaborate > technology by //random incantation and//extensive guesswork/, does > deleting ~/.ICEauthority fix the issue? For me, it does. I'm having a Gentoo-Machine with KDE4 running here, even without an ~/.ICEauthority

Re: [Discuss-gnuradio] Guided Tutorial Inquiry

2016-03-27 Thread Andrej Rode
Hi, > The problem looked like the cmake process could not find swig. SWIG 2.0.12 > could be found. According to the gnuradio dependencies ( > http://gnuradio.org/doc/doxygen/build_guide.html), it should need at least > 1.3.31. Oh, I did not notice the second screenshot. The SWIG-Version is

Re: [Discuss-gnuradio] Guided Tutorial Inquiry

2016-03-27 Thread Andrej Rode
Hello Rocye, > But upon executing it as indicated from the tutorial, there were no output > displayed and the terminal part of GRC shows an Import Error: No module > named tutorial_swig as shown in the image below. Great to hear you doing the tutorials. It looks like your install path for the

Re: [Discuss-gnuradio] gr-gsm python problem "ImportError: No module named osmosdr"

2016-03-19 Thread Andrej Rode
Hello Uli, > - > ~/GSM/gr-gsm/apps$ ./grgsm_livemon > Traceback (most recent call last): > File "./grgsm_livemon", line 29, in > import osmosdr > ImportError: No module named osmosdr >

Re: [Discuss-gnuradio] dive into gnu-radio

2016-03-19 Thread Andrej Rode
Hi Desmond and everyone else, > With my knowledge the mechanics of > writing an OOT module and getting it to show up in GRC is fairly simple. > It's the knowledge of radio signals and digital signal processing where I > have the most difficulty. as a EE student I can recommend getting familiar