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
-1
votes
1 answer

Sdr set frequency C#

In my sdr client Application in C# I am unable to properly convert frequency(10087000) in hexa decimal and pass it to socket. I am using cloudIQ device and need help to set the frequency and other parameters using socket.
M Imran
  • 109
  • 7
-1
votes
1 answer

N210 not recognized under gnuradio

I have an ETTUS Research N210 software defined radio (SDR) connected to my laptop. The device is recognized under macos and also under an Ubuntu on top of a virtual box. These commands: uhd_usrp_probe --args=addr=192.168.10.2 and uhd_find_devices…
xaratustra
  • 647
  • 1
  • 14
  • 28
-1
votes
1 answer

How can I inspect network traffic from a GPRS watch?

I recently received a one of these Chinese watches that communicates over GPRS. I am trying to decipher the protocol used, as well as trying to figure out why it does not work. I was thinking that there might be various approaches to inspecting the…
user239558
  • 6,964
  • 1
  • 28
  • 35
-1
votes
5 answers

SDR kit with 2.4GHz RF frontend?

Do you know a SDR (Software Defined Radio) kit with a 2.4GHz ISM band (2400MHz - 2483.5MHz) transceiver? I need to perform some software defined radio including customised modulation. Also the price for one kit should be at maximum $1000. I know…
-2
votes
2 answers

Is there a way to modulate signal looks like some mammal voice?

I want to send an audio message which actually looks like some mammal voice but inside it has some coded information, something like Hello !. I know basically modulation is super-imposing your original signal over carrier. Is there an example of…
Jay Patel
  • 1,374
  • 1
  • 8
  • 17
-2
votes
1 answer

How do you measure RSSIs of different parts of the spectrum(like FM, DVB-T and so on) using LabView?

I am doing a project on indoor localisation using fingerprinting. Is it possible to build a system in LabView which can scan the entire spectrum and provide me the RSSI measurements of different types of signals?(say FM, GSM, DVB-T and so on.) In…
-3
votes
1 answer

How to write code to interface with the antenna on windows phone 8.1

I want to create an app for windows phone capable of accessing the antenna used for cellular communications as a kind of software defined radio antenna with a limited band. Ideally the app will receive and analyze signals similarly to how various…
1 2 3 4 5 6
7