python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
connecting a python block with a cpp block makes gnuradio stop
I have two gnuradio OOT blocks. When connected to each other, my flowgraph stops almost immediately without displaying any error, as follow.
Generating: '/root/top_block.py'
Executing: /usr/bin/pytho...
JeanJeanLabricot
Votes: 0
Answers: 0
segmentation fault (core dumped) in gnuradio-companion
when add a QTGUI-sink module in gnuradio-companion , gr just crashed with the following error:
segmentation fault (core dumped)
above this error, I noticed some warnings
Warning: restarting the docst...
Morris_Wei
Votes: 0
Answers: 0
Count Samples in GNU Radio
What is the common procedure to count the number of processed samples, so that it can be shown to the user as "time passed" since begin of sampling.
Semnodime
Votes: 0
Answers: 0
How to extract raw IQ data from Gnuradio meta file sink?
System:debian 11,Gnuradio 3.8.10,python 3.8.10
I try to use meta file sink block to record the raw IQ data with meta data.
grc file as below:
options:
parameters:
author: ''
category: '[GRC ...
kittygirl
Votes: 0
Answers: 1