"Ali G. Dezfuli" writes:
> Hi all,
> I want to work with simple gnuradio objects in a C++ IDE (e.g. Qtcreator)
> using CMake build system.
> I am running ubuntu 22.04 and gnuradio 3.10.11.0.
> How can I write its cmakelists.txt?
The components are now available as CMake gnuradio::gnuradio-COMPON
On Sun, 1 Mar 2020 06:03:09 +0100
"Md. Atiqur Rahman" wrote:
> Hello Everyone,
> I hope everyone doing great!
> I want to update the GNU Radio from 3.7.10 to 3.8. to my virtual
> machine(Linux).
> Before I did install Gnu Radio by using : sudo apt-get install
> gnuradio python-numpy python-gtk2
>
Laura Arjona writes:
> 1 - Installed fresh Ubuntu 18.04.4 LTS
> 2- Installed git, cmake, swig, gnuradio.
> To install gnuradio, I used:
> $ sudo add-apt-repository ppa:gnuradio/gnuradio-releases
>$ sudo apt-get update
>$ sudo apt-get install gnuradio
>
At this point you have .pyc files
On Fri, 21 Feb 2020 10:58:18 -0800
Laura Arjona wrote:
> UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe8 in position
> 5: invalid continuation byte
The problem comes from Python byte-compiled files used as templates.
Perhaps the template processor is choking on a .pyc file?
The soluti
César MR writes:
> Hi! I'm trying to follow the tutorial about working with gnuradio in c++,
> which can be found in the wiki, but i when i try to run gr_modtool, it crash.
> At first i thought that it was because of my language, so i changed my linux
> mint language to UK english, but it didn
"Marcus D. Leech" writes:
> /me shuffles feet nervously:
>
> cmake version 2.8.12.2
For those suffering with RHEL / CentOS 7*...
- yum install devtoolset-8
`. /opt/rh/devtoolset-8/enable`
will bring you into the gcc 8.3 era.
- install cmake3 from EPEL will get you CMake 3.14.6
Much sharper t
-libs.patch
can be applied to git via
`git am fix-pkgconfig-libs.patch`
>From 2b1c8dde0fe4d4ae4b1b1bb623f3a7945b8cc014 Mon Sep 17 00:00:00 2001
From: "A. Maitland Bottoms"
Date: Thu, 7 Mar 2019 20:02:10 -0500
Subject: [PATCH] fix pkgconfig libs
Lintian reported
pkg-config-references-u
"A. Maitland Bottoms"
Date: Tue, 22 Jan 2019 22:54:21 -0500
Subject: [PATCH] gr-vocoder: update codec2 and freedv blocks.
Update to add support for newer modes in codec2 0.8.1.
Fixup grc blocks yml templates, update examples.
---
gr-vocoder/examples/CMakeLists.txt
Ren Lie writes:
> Hi, I used SoapySDR that LimeSDR simulate USRP.
>
> uhd_find_devices and uhd_usrp_probe can find LimeSDR.
>
>
> uhd_find_devices
>
>
>
> uhd_usrp_probe
>
>
>
> If I want to use LimeSDR simulate USRP in gnuradio, what should i do
> to change in UHD source.
Source block or source
les/grfreedv.grc
+++ b/gr-vocoder/examples/grfreedv.grc
@@ -1,12 +1,12 @@
-
+
Wed Jun 29 19:22:27 2016
options
author
- A. MAitland Bottoms
+ A. Maitland Bottoms
window_size
@@ -73,6 +73,10 @@
True
+ sizing_m
Update to the yaml block definitions to follow previous C++ block update.
>From the Debian patch series for GNU Radio that should be available to
everyone.
-Maitland
--- a/gr-vocoder/grc/vocoder_codec2_decode_ps.block.yml
+++ b/gr-vocoder/grc/vocoder_codec2_decode_ps.block.yml
@@ -7,15 +7,16 @@
t;From 8921bbe2bc43942b9d233e4acbdb5a79dc05de3c Mon Sep 17 00:00:00 2001
From: "A. Maitland Bottoms"
Date: Tue, 5 Jun 2018 15:28:30 -0400
Subject: [PATCH] codec2 0.8 block update
Update gr-vocoder codec2 and freedv blocks to support new modes
(700C, wb, 700D) available as of codec2 release
Allow the GNOME Software app to find GNU Radio.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=847087
>From the Debian patch series for GNU Radio that should be available to
everyone.
-Maitland
>From bb9200a560b30737ab080d5c2ae0e56281712a99 Mon Sep 17 00:00:00 2001
From: "A. Maitl
On Fri, 20 Oct 2017 15:26:01 -0700
Cinaed Simson wrote:
> in the gr-foo build directory, it craps out - indicating it can't find
>
> #include
>
> I did a find on the gnuradio tree it case per chance it was moved but
> no cigar.
It's in the next branch.
>
> Or am I just missing something?
>From d3bdf1d6ddac7d4d65a2b9fbc9600027e92f28ad Mon Sep 17 00:00:00 2001
From: "A. Maitland Bottoms"
Date: Wed, 11 Nov 2015 10:50:22 -0500
Subject: [PATCH] codec2-embedding-fixup
---
gr-vocoder/gnuradio-vocoder.pc.in | 2 +-
gr-vocoder/include/gnuradio/vocoder/codec2.h | 2 +-
gr-vocoder/
During the conference calls I brought up Debian specific
gnuradio patches. Reading a backlog of the mailing
list I see a few people getting build failures for BSD.
I've got my debian/ package directory in a separate
git tree, and it has patches to gnuradio in
debian/gnuradio/
Browse at the unstab
> On Fri, Sep 14, 2012 at 2:40 PM, Rafael Diniz wrote:
>> Hi there people,
>> Have anyone noticed that the gnuradio package in debian wheezy comes
>> without the USRP1 (at least) uhd firmwares?
Alas you didn't notice that I added to the package the uhd_install_firmware
script that will fetch file
Jason writes:
> I'm attempting to get the AIS receiver code from [1] working.
Me too.
Although I bypassed the mysql parts of the problem, and instead have
gnuradio receiving from a USRP to jack audio, and then connect that
to the standalone AIS decoder gnuais [2].
> I'm pretty sure I have the
18 matches
Mail list logo