jwmelto

Results 23 issues of jwmelto

Here is a minimal failing program: function [zz] = foo( ) h.z = zeros(30,1); z1 = zeros(30,1); zz = z1(1:2); %zz = h.z(1:2); return The commented line causes a crash:...

The first pass of parsing a file is reasonable, but leaves a lot of type deduction to the imagination. Now suppose that `foo.m.py` includes the following structure (where the types...

This issue is for tracking performance issues noted in real-time processing. I believe that there are design/implementation details in GNSS-SDR that work at odds to the GNU Radio scheduler. The...

In the refactor of signal sources to include a base **file_source_base** implementation, the **valve** is created unconditionally. This terminates the flowgraph, even if the `.repeat=true` parameter is specified in the...

I have created a room on the GNU Radio Matrix server for GNSS-SDR discussion at https://matrix.to/#/#gnss-sdr:gnuradio.org. It would be great if the developers would participate in more real-time discussions of...

Rather than have GNSS-SDR detect missing FOSS packages, download, and build them, I'm trying to install all needed packages before building. For various reasons, I've chosen to install my packages...

This is a proposal for a destructive change to the way GNSS-SDR flowgraphs are composed. It would not (necessarily) be backwards compatible with existing config files. The purpose of this...

This PR updates our minimum language compliance to C++14, with optional support for C++17.

This pull request addresses #653. Removing all the explicit assertion of **spdlog** and **fmt** dependencies works just fine with GNU Radio 3.10. I don't know about backwards compatibility, but since...

I cloned a fresh repo to build the "next" branch, and got this error: ``` In file included from /tmp/gnss-sdr/src/algorithms/acquisition/libs/acq_conf.cc:18: /tmp/gnss-sdr/src/algorithms/acquisition/libs/acq_conf.h:21:10: fatal error: configuration_interface.h: No such file or directory 21...