Questions tagged [gnuradio]

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

GNU Radio is a free software development toolkit that provides the signal processing runtime and processing blocks to implement software radios using readily-available, low-cost external RF hardware and commodity processors. It is widely used in hobbyist, academic and commercial environments to support wireless communications research as well as to implement real-world radio systems.

Official GNU Radio Logo

GNU Radio applications are primarily written using the Python programming language, while the supplied, performance-critical signal processing path is implemented in C++ using processor floating point extensions where available. Thus, the developer is able to implement real-time, high-throughput radio systems in a simple-to-use, rapid-application-development environment.

While not primarily a simulation tool, GNU Radio does support development of signal processing algorithms using pre-recorded or generated data, avoiding the need for actual RF hardware.

GNU Radio is licensed under the GNU General Public License (GPL) version 3. All of the code is copyright of the Free Software Foundation.

721 questions
0
votes
1 answer

Unable to reference to uhd(USRP)

There is some linker issue while compiling a cpp program I use g++ and ubuntu 12.04 Installed uhd from repo. libuhd.so file is located in /usr/lib Now my question is 1.For linking uhd I used -luhd,but that gives me an error undefined reference to…
Picowhat
  • 341
  • 1
  • 3
  • 7
0
votes
2 answers

Can I jam on UMTS (WCDMA based) using my USRP 1?

We want to jam on 3G using our USRP 1 and GNU radio, is this possible ?
Zangetsu
  • 57
  • 2
  • 4
0
votes
2 answers

cmake halts while installing GNU RADIO

I am trying to install GNU Radio in my embedded device (beagle bone with ubuntu 12.04 installation). After following the instructions from this Gnuradio install instructions page I am stuck at "MAKE". Since I am using ARM processor…
sanatan
  • 63
  • 1
  • 7
0
votes
1 answer

Unexpected end of file

I am trying to modify the .tcshrc file in OSX to include shell environment variables for installing GNURadio. However, it returns me an error message like this "-bash: /Users/admin/.tcshrc: line 22: syntax error: unexpected end of file" The…
Raja Sattiraju
  • 1,262
  • 1
  • 20
  • 42
0
votes
1 answer

Do I need a USRP2 block in GRC in order to use the USRP2 hardware?

I am trying to find the USRP2 blocks in order to utilize my USRP2. In alot of examples their exists a USRP2 Source that they use and maybe thats the reason why I'm not able to actually send and receive a signal using two USRP2's. We turn on the…
-1
votes
2 answers

GNU Radio 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 you asked not to build them or they didn't pass…
Nity
  • 11
  • 2
-1
votes
1 answer

How to equate the amplitude of two sinusoidal signals in gnu radio?

I have two sinusoidal signals with different amplitude. I would like to equate the amplitude of the two signals. For instance, if the amplitude of the second signal is lower than the first signal's one, I want to equate both.
Roby
  • 25
  • 5
-1
votes
1 answer

Interval switching on of the radio transmitter in GNU Radio

I use the transmitter hackRF one. I need to send the same message once a minute. I need my transmitter turned off the rest of the time. And during the start of the transmission, the message was played from the very beginning. To do this, I used the…
Антон
  • 123
  • 4
-1
votes
1 answer

Recording GNSS data with USRP N210

I have no experience with using USRP as a front end to collect GNSS data. But from many GNSS journal publications that I have read, the USRP N210 is famously used as a good GNSS front end. Thus, my supervisor had just purchased N210s for his GNSS…
-1
votes
1 answer

GNU Radio missing Osmocom. Cant even build it to install

I am trying to follow along with some Youtube tutorials by the maker of HackRF and when using GNU Radio it seems they no longer have Osmocom, or WX blocks. So I go to the repo found here https://github.com/osmocom/gr-osmosdr/tree/master , also note…
Eddiea6987
  • 31
  • 6
-1
votes
1 answer

power sampling in GNU Radio

I am using GNU Radio with hackrf. I need to get a picking for each frequency in accordance with the selected decibel level or a level above a certain decibel threshold and save the frequencies/db to a file. Trying to solve this, I decided to…
-1
votes
1 answer

Error message appear after running a GRC file

can anyone explain the error listed below and how do I go about rectifying it? [FATAL] [UHDSoapyDevice] USB transfer stalled libusb: warning [libusb_exit] application left some devices open
Jason Yeo
  • 1
  • 2
-1
votes
1 answer

How to change the precision of a value in a pmt pairs

I am trying to realize a block in gnuradio. It must send a message to the output and command the frequency of a signal source block. The message is a pmt pairs which contains the frequency value in the cdr field. When I put it into the pairs, its…
Wincio
  • 13
  • 3
-1
votes
1 answer

Sending and receiving messages via AX.25 and GNURADIO

I have two USRP B200 connected to two Raspberry Pi's that I want to communicate via AX.25. Here are the flowgraphs: TX: RX: They work well and are able to communicate. However, if I change the samp_rate to 200k on both the TX and RX, the RX is not…
overmind
  • 467
  • 1
  • 8
  • 17
-1
votes
1 answer

What is the meaning of this GNUradio exam question?

GNUradio Section 3 - Signal reception using the polyphasic clock synchronization algorithm. In this section, we will use an algorithm that corrects the delays in the clock that allows or synchronism between sender and receiver. In this diagram, the…