Usrp

Doubt about sampling rate and spectrum with USRP and gnuradio [duplicate]

Doubt about sampling rate and spectrum with USRP and gnuradio [duplicate]
  1. How does sampling rate affect the signals in GNU Radio?
  2. What is USRP in Gnuradio?

How does sampling rate affect the signals in GNU Radio?

We can see that resampling changes the sampling rate of our original signal by the resampling/decimation/interpolation factor. We then use the scaled sampling rate on a non-scaled sampling rate (our sinks) therefore the sinks appear to receive frequencies that are higher/lower than the original signal.

What is USRP in Gnuradio?

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.

Extract the Frequency from the Index of the Bin in 2D DFT
How do you calculate DFT frequency?How do you extract frequency from FFT?What is frequency bin in FFT?How do you convert time to frequency in FFT? H...
Aliasing and square waves
What is aliasing in EEG?What causes aliasing?What is aliasing in sampling theory?What is aliasing in vibration? What is aliasing in EEG?Aliasing is ...
Why does varying n_fft change the range of x axis values when plotting STFT?
Why Short-time Fourier transform?What is a Nfft spectrogram?How to calculate Short-time Fourier transform? Why Short-time Fourier transform?7.2 Shor...