GNURadio Leaking memory during repeated simulations

2020-02-11 Thread Roman A Sandler
Hi, I am using GNURadio to decode a large amount of 1024-sample complex vectors of different modulation schemes. Thus, I have a for loop which runs gr.top_block.run() at each iteration and uses a vector sink to collect the results. The issue is that as the simulation keeps going, each itertion

Re: GNURadio Leaking memory during repeated simulations

2020-02-13 Thread Roman A Sandler
egards, > Marcus > > On Tue, 2020-02-11 at 16:34 -0800, Roman A Sandler wrote: > > Hi, > > > > I am using GNURadio to decode a large amount of 1024-sample complex > > vectors of different modulation schemes. Thus, I have a for loop > > which runs gr.top_block.run()

Re: GNURadio Leaking memory during repeated simulations

2020-02-18 Thread Roman A Sandler
what's happening. > > Geof > > On Thu, Feb 13, 2020 at 12:00 PM Roman A Sandler > wrote: > >> Hi Marcus, >> >> Thanks for the reply! >> >> My GNURadio version: *3.8.0.0 (Python 2.7.10)* >> It is the Windows 3.8.0.0 version downloaded from:

GNURadio with Python 3 for Windows

2020-01-22 Thread Roman A Sandler
Hi, Currently, the windows precompiled GNUradio installers found here feature GNURadio 3.8, but only with Python 2.7. My questions are: 1. Is there a currently precompiled Windows version of GNURadio 3.8 w/ Python 3? 2. If there is

Custom constellation scheme

2020-05-07 Thread Roman A Sandler
Hi, I am currently using `digital.generic_mod` with the included modulation scheme from https://www.gnuradio.org/doc/sphinx-3.7.1/digital/constellations.html

OTA Encoding/Decoding with Ettus SDR & GNURadio

2020-05-27 Thread Roman A Sandler
Hi, I am trying to do over-the-air (OTA) encoding and decoding using GNURadio and an Ettus SDR. I used a basic flowgraph (shown at https://imgur.com/a/P846OSe) which I know can correctly decode the encoded signal w/ 0 BER in simulation (w/o/ the SDR blocks). However, using the SDR sink/source

Fwd: OTA Encoding/Decoding with Ettus SDR & GNURadio

2020-05-27 Thread Roman A Sandler
Here is a cleaner updated flowchart from my previous question: https://imgur.com/1uuqT9J (I removed lines running behind blocks - Thanks Marcus for the tip) -Roman -- Forwarded message - From: Roman A Sandler Date: Wed, May 27, 2020 at 10:31 AM Subject: OTA Encoding/Decoding

Re: Python OOT module not showing up in GRC

2020-07-20 Thread Roman A Sandler
ne so it is more specific > than "Re: Contents of Discuss-gnuradio digest..." > > > Today's Topics: > >1. Re: Discuss-gnuradio Digest, Vol 213, Issue 17 (Anselm Karl) >2. Python OOT module not showing up in GRC (Roman A Sandler) >3. Re: Python OOT module

Python OOT module not showing up in GRC

2020-07-17 Thread Roman A Sandler
Hi, I have followed Section 3.2 in the tutorial https://wiki.gnuradio.org/index.php/Guided_Tutorial_GNU_Radio_in_Python to setup an OOT python block in GRC. I followed the instructions on a Linux machine running GNURadio 3.7 and it worked exactly as described. I then ran the tutorial on an