Questions tagged [software-defined-radio]

Software Defined Radio (SDR) is the implementation of radio receiver, detector and transmitter systems in software, as opposed to analog hardware or application-specific ICs. It usually uses a baseband sampled representation of the RF bandpass signals.

Software-Defined Radio (SDR) takes the analog signal processing and moves it, as far as physically and economically feasible, to processing the radio signal on a computer using algorithms in software.

Software Defined Radio, by itself, not a solution to talk to any specific hardware. Nor does it provide out-of-the-box applications for specific radio communications standards (e.g., 802.11, ZigBee, LTE, etc.,); the SDR developer is in charge of writing software that implements communication given a specific standard.

SDR requires knowledge about RF signals, the mathematical description of signals in pass- and baseband, digital signal processing and of course software development.

(Text partly based on GNU Radio's introduction to SDR)

97 questions
0
votes
2 answers

Is it possible to extract antenna's radio signal (analog) input samples with RFID FX7500?

I need to do some NON-STANDARD signal processing operations with an RFID-reader, so I'd like to know if it is possible to extract antenna's individual analog (actually digital samples right after ADC) input signal samples with Motorola FX7500 (if…
0
votes
1 answer

Make Error with Osmo Trx

I am working on a project with the Beaglebone Black and ran into an issue. As part of my project, I would like to use OpenBTS to communicate over the GSM network. However, because the Beaglebone is ARM based, the Transceiver52M that ships with…
Billy Thorton
  • 213
  • 1
  • 4
  • 12
0
votes
1 answer

dump1090 offline raspberry pi

I'm currently doing a project in which I'm making an ADS-B flightradar on a led matrix, which is controlled by a Raspberry Pi. I've found a program called dump1090 which receives and decodes the data from my SDR receiver. I can find lots of example…
Xander
  • 5,487
  • 14
  • 49
  • 77
0
votes
1 answer

phase assignment in an OFDM signal

I have an OFDM signal which is giving me half the power spectrum (half the bandwidth) I am meant to have. I am been told the phase assignment is what is causing it but I have been twitching on it for days.... still not having the right…
0
votes
1 answer

Carrier signal extraction using Amplitude Demodulation using Python

I get an IF signal from microwave circuit which looks like this: As we can see there is a distinct unwanted Amplitude Modulation which is believed to be due to coupling between antennae. This signal will also have a FM modulation. I want to remove…
JBuch
  • 73
  • 1
  • 2
  • 7
0
votes
1 answer

GNU Radio - BFSK

I have a question about BFSK/M-FSK modulations in GNU Radio but in can be common problem :) If I have a symbol 1 or 0 and it has got 64 samples (2 periods of sin/cos) and I want to modulate it with 2 different frequencies for example: f1 = 175 KHz =…
0
votes
1 answer

how to transmit data from audiofile to environment via sdr?

I have a sdr-device, an Ettus USRP B200 and I was given the task to convey information from the audio file on the air . I have tried to do this through the program SDR#, but it only works on reception. How can I achieve audio transmission?
0
votes
1 answer

Half Sine Pulse Shaping - Matlab

The standard of 802.15.4 specfies the following: The chip sequences representing each data symbol are modulated onto the carrier using O-QPSK with halfsine pulse shaping. For pulse shaping the following is mentioned: The half-sine pulse shape…
0
votes
1 answer

What should I supply to the "freq" input for Frequency Xlating FIR Filter for GnuRadio Companion?

I am using GnuRadio Companion (GRC) 3.75 and I am trying to use the Frequency Xlating FIR Filter (FXFF) block to perform some filtering. All the tutorials I've seen had this FXFF block take in only 1 input (such as this), which is the complex…
adrianX
  • 619
  • 7
  • 21
0
votes
1 answer

BER measurement and Downsampling MATLAB

I'm trying to measure BER of 4-QAM modulated signal after downsampling (without filtering). problem is im not sure what to measure after i downsample as the signal is much shorter and the original signal is the same. here's my code: n=2; sig =…
0
votes
2 answers

How to set usrp transmitting time and receiving time in GNU radio

I'm currently using two USRP X310, one for transmitting and another one for receiving. Programming is done using GNU Radio. I want to transmit a chirp signal to find the distance between both USRPs. However, before I can do it, I need to find out…
user982209
  • 183
  • 2
  • 3
  • 7
0
votes
1 answer

Receiving the right value when transmitting .dat file using FM radio

I am new to GNU Radio and I'm trying to transmit a value using it and the USRP B210 board. I used Matlab to convert the value 0.121 to wav format then convert the wav file to .dat file using audio_to_file example in GNU Radio. When I transmit the…
Dali
  • 1
  • 2
0
votes
1 answer

RF Divider function in SDR

I have what may be an odd question for the SDR gurus out there. What would be the physical implementation (in software) of a broadband frequency divider? For example, say I want to capture a signal at 1 GHz, with a 10 MHz bandwidth, then divide it…
DBell
  • 61
  • 1
  • 1
  • 6
0
votes
1 answer

Are there SDRs that will let me program with a PC and then run a particular program on their own?

I'd like to program a transmitter to output a routine each time a button is pressed. That way I don't have to be connected to a computer each time I want to use it. Does something like this exist?
eibwen
  • 195
  • 8
-1
votes
1 answer

Possibility of Hack-rf one working on full duplex mode

I am working with hack-rf one and GNU radio. I have one hack-rf one device and i am trying to transmit and receive signals continuously. Is there any module in GNU radio which makes it possible? Currently i have a flowchart for receive and one for…