Tagged Questions

GNU Radio is a free software development toolkit that provides the signal processing runtime and processing blocks to implement software radios.

learn more… | top users | synonyms

6
votes
1answer
240 views

Do I have a threading issue here?

I have been experimenting with GNU Radio and came across the tunnel.py program. This program allows you to tunnel IP traffic over a wireless radio link using Linux TUN/TAP devices. For the most part ...
3
votes
2answers
294 views

Python PyGILState_{Ensure/Release} causes segfault while returning to C++ from Python code

UPDATE Well, it looks like adding PyEval_InitThreads() before the call to PyGILState_Ensure() does the trick. In my haste to figure things out I incorrectly attributed my "hanging" to ...
2
votes
1answer
186 views

Working with complex numbers in real time with GNU Radio

I need to work with data received from the USRP (using the gr-sounder to be specific), and I'm not exactly sure how I would do that. Are there any python packages I can use to work with the data, and ...
2
votes
8answers
635 views

Handle a blocking function call in Python

I'm working with the Gnuradio framework. I handle flowgraphs I generate to send/receive signals. These flowgraphs initialize and start, but they don't return the control flow to my application: I ...
2
votes
3answers
357 views

Best way to start, stop and send parameters to separate Python script from C++ application?

I try to explain the situation: I have a QT application written in C++ and QT. This QT application starts a separate console C++ application that runs in the background. These two communicate using ...
1
vote
1answer
48 views

Sampling Frequency for capturing the wlan signal in USRP2

I am working on a wlan Receiver and using USRP2 for receieving the signal. I would like to know what should be the sampling rate that the Receiever be operated on ? I was capturing the signal at ...
1
vote
0answers
58 views

Gnu Radio Companion like Interface

I like how Gnu Radio Companion allows you to select and drag components to the screen and connect them. Are there any other tools out there that allow you to plug in the blocks, and tell it the ...
1
vote
1answer
127 views

How to reduce the bandwith with very high sample frequency on USRP

I am using USRP with DBSRX daughter board. I need a very high sample frequency. Currently, the USRP can give me maximum sample frequency of 64M/8 in I and Q, and the data type is short, which takes 2 ...
1
vote
1answer
430 views

Bandwith USRP2

What is the maximum bandwith I can handle with an USRP2?
0
votes
1answer
26 views

Killerbee- LED glow issue

I am working on the Killerbee rzusb stick, mostly used to sniff/Listen data packets in radio platform. I would like to program this device according to my need. There are three LED's on the stick, can ...
0
votes
0answers
22 views

gnuradio installation failure

Can anyone help in installing "wxgui" component in gnuradio-companion using Ubuntu Everytime i try to install, it comes with the following error "The following components were skipped either because ...
0
votes
0answers
22 views

problem with executing python files containing RDS blocks

i am working on the gnuradio 3.2.2 and have installed RDS( Radio Data System ) blocks successfully but when i execute any python file which contain RDS blocks after it has been successfully compiled, ...
0
votes
0answers
17 views

Programming the LED in USRP2

Is it possible to the Software Programm the LED's of the USRP2 ? At the moment I am using the Interrupt mechanism (Using IRQ's) and reading servicing these interrupts in the firmware. I am looking ...
0
votes
1answer
111 views

USRP2 FPGA debugging

I have added some functionality in the FPGA code( Verilog) in USRP2. I would like to debug the code. Can you please suggest, how to debug the FPGA code . I donot want to write the testbench for the ...
0
votes
1answer
47 views

USRP2 Overflow problem

I am trying to capture the wlan samples from gnuradio-companion. I have configured the USRP Soource with the following : Ch0 Gain = 50dB device addr : 192.168.10.3 Center Frequency : 2.437GHz ...
0
votes
0answers
44 views

gnuradio build error

I am trying to build the gnuradio. But I am getting the error when I am trying to run make. I followed the steps mentioned in README.building-boost $ export LD_LIBRARY_PATH=$BOOST_PREFIX/lib $ cd ...
0
votes
1answer
45 views

Tool to Monitor Serial Port in USRP2

I am working on USRP2 and would like to read the debug messages. There is a serial port at the rear-end. I connect a standard USB to 3.3v-level serial converter. But I am not sure, which tool to use ...
0
votes
1answer
134 views

How to setup USRP2

I am using USRP2 with RFX2400 Daughterboard. I plan to use the USRP2 for my project. I downloaded the FPGA (bin) and the Firmware image and through the SD Card burner, I write it to a SD Card. But I ...
0
votes
0answers
53 views

Attribute error in GNU Radio while building a duplicate block of existing one

I am using GNU radio tool and trying to duplicate the square2 block in gr-howto-write-a-block-3.3.0. I just copied the .h,.cc and .i files and made changes in makefile.am. When I tried to configure it ...
0
votes
0answers
89 views

USRP2 Connection Problem

I am trying to connect the USRP2 to Linux system running Ubuntu. I would like to capture the Signal through USRP2. I tried connecting the USRP2 directly to the system ( Gigabit Ethernet), When I run ...
0
votes
1answer
50 views

Need help: Forum for Receiver Design queries

As much as I love this forum for my programming related questions, I am finding little or no help here. I am working on designing a Receiver for WLAN and have have lot of queries and I am looking for ...
0
votes
1answer
109 views

Is there any way to keep track of signal changes in GNU Radio?

I'm trying to track and analyze changes to a received signal due to changes in the channel using GNU Radio (also using Ettus USRPs). I would like to write a program using GNU Radio to be able to keep ...
0
votes
1answer
409 views

GNU Radio File Format for the recorded samples

Do you know the format, how the GNU Radio tool( File Sink in gnu-radio-companion) stores the store samples in the Binary File. I need to read these samples in Matlab, but the problem is the file is ...
0
votes
2answers
121 views

decoding 802.11 b

I have a raw grabbed data from spectrometer that was working on wifi (802.11b) channel 6. (two laptops in ad-hoc ping each other). I would like to decode this data in matlab. I see them as complex ...
0
votes
1answer
276 views

How to do Channel measurements in Gnuradio?

What is the best way to measure the channel for use in space-time coding schemes using an RFX2400 board? As far as I know you can only get the I and Q streams out of the USRP, and I'm not sure how ...
0
votes
1answer
77 views

Gnuradio Number of A/D Converters

Why are there two A/D converters on the USRP2 board if you can only use one RX daughtercard?
-1
votes
1answer
48 views

Zigbee packet analysis using Killerbee

I am working on Tiny OS using Micaz sensors on Zigbee platform. I am also using Killerbee to analyze the data packets. Can anyone suggest how to read those hexadecimal values? Because the node-ID I ...