Usrp

Usrp gnu radio tutorial

Usrp gnu radio tutorial
  1. What is USRP for GNU Radio?
  2. What can you do with GNU Radio?

What is USRP for GNU Radio?

The USRP Source Block is used to stream samples from a USRP device (i.e. act as the receiver). There is no need to use a Throttle block when a hardware source like a USRP Source is used, because the USRP acts as the throttle. There are two methods of setting parameters and adjusting them while running.

What can you do with GNU Radio?

GNU Radio has been used for a huge array of real-world radio applications, including audio processing, mobile communications, tracking satellites, radar systems, GSM networks, Digital Radio Mondiale, and much more - all in computer software. It is, by itself, not a solution to talk to any specific hardware.

Algorithm for Hue correction behind HSL sliders in image processing software
What is HSL in image processing?How can you adjust the value of a hue?What is the difference between HSL and HSV?How to convert RGB to HSV in Python?...
Purpose of histogram equalization
Histogram equalization is a method to process images in order to adjust the contrast of an image by modifying the intensity distribution of the histog...
How to plot the STFT of a .wav file in GNU Octave?
What is FFT in audio? What is FFT in audio?The "Fast Fourier Transform" (FFT) is an important measurement method in the science of audio and acousti...