element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
RF Radio Frequency
  • Challenges & Projects
  • Project14
  • RF Radio Frequency
  • More
  • Cancel
RF Radio Frequency
Forum What SDR software do you use?
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join RF Radio Frequency to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 11 replies
  • Subscribers 20 subscribers
  • Views 4888 views
  • Users 0 members are here
Related

What SDR software do you use?

colporteur
colporteur over 4 years ago

What is your go-to SDR software?

 

I'm thinking about pitching an application for the Digilent 1x1 USB Software-Defined Radio Platform  RoadTest Review. Part of my research is to investigate what software is available for SDR. Here are some SDR application I have used GQRX, CubicSDR and GNURadio. I dabbled in RTL-SDR some two years ago. I recall at that time SDR#(SDRSharp) was popular but I seem to recall it was limited to Windows PC's. Being a Linux user Windows only applications are not something I look at.

 

I would like to investigate a few SDR applications but avoid the rabbit holes,  application you discover after much research they are no longer supported.

 

What is your software pick for SDR? In your response can you indicate your operating system preference and what frequency band you focus your SDR efforts on? Three responses:

  • What SDR application?
  • What operating system?
  • What frequency band of interest?
  • Sign in to reply
  • Cancel

Top Replies

  • baldengineer
    baldengineer over 4 years ago +2
    The larger and first question needs to be: what are you doing with the SDR? That question defines what software options to consider. For example, if you're primarily interested in listening to broadcast…
  • 14rhb
    14rhb over 4 years ago +2
    Hi colporteur It would be GNU Radio for me. Once the driver is setup for your device, which from experience can be a bit hit and miss, you'll be able to see the SDR as a block in the GUI. Everything else…
  • rsc
    rsc over 4 years ago +2
    The software I've been using is called CubicSDR for Win32 https://www.nooelec.com/store/downloads/dl/file/id/57/product/265/cubicsdr_v0_2_5_win32.exe >> What frequency band of interest? - All of it. S…
Parents
  • colporteur
    colporteur over 4 years ago

    Really appreciate the replies folks.

     

    I get weekly updates from https://www.rtl-sdr.com/ . I don't know why I never thought to scrape their site. 2014 is a long way back JW baldengineer . Thanks for the scrapings.

     

    A few comments on GNURadio from members. I understand there are some SDR software application have GNURadio as their backend.  I think being able to assemble a simple AM/FM receiver using a SDR dongle is an ideal starting point for exploring RF. Commercial FM radio stations still seem to be propagating radio waves. Aircraft to air traffic control communication is AM.

     

    I recognize some of the application with a sprinkling of new ones I'm going to investigate. The posts got no hits on SDR# (SDR-sharp) looks like it is still maintained https://airspy.com/download/ .

     

    Hopefully some more posts will filter in. Again thanks for your responses.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • baldengineer
    baldengineer over 4 years ago in reply to colporteur

    colporteur  wrote:

     

    I think being able to assemble a simple AM/FM receiver using a SDR dongle is an ideal starting point for exploring RF.

    Frankly, I think that answers your question. You want to use GNURadio. It allows you to "build" a digital radio with the SDR.

     

    All (okay most) of the other software already has the pre-processing blocks designed into their algorithm. You can fiddle with some of the controls, but you're limited to their algorithm.

     

    GNURadio, on the other hand, lets you design the blocks of the radio and experiment directly. (and then perhaps extend in a way that is interesting for experimentation.)

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • baldengineer
    baldengineer over 4 years ago in reply to colporteur

    colporteur  wrote:

     

    I think being able to assemble a simple AM/FM receiver using a SDR dongle is an ideal starting point for exploring RF.

    Frankly, I think that answers your question. You want to use GNURadio. It allows you to "build" a digital radio with the SDR.

     

    All (okay most) of the other software already has the pre-processing blocks designed into their algorithm. You can fiddle with some of the controls, but you're limited to their algorithm.

     

    GNURadio, on the other hand, lets you design the blocks of the radio and experiment directly. (and then perhaps extend in a way that is interesting for experimentation.)

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
Children
  • colporteur
    colporteur over 4 years ago in reply to baldengineer

    My experience with GNURadio is that is not for the faint of heart.

     

    I started exploring it when the software was in the upgrade throws of 3.7 to 3.8. Understanding context was most important. I recall there were components not being supported in the newer version. I seem to recall something about QX & WX widgets I think they were called. One was or had being deprecated.

     

    Two years ago it took some culling on my part to find flowgraphs for working receivers. You needed some RF knowledge to even dabble. I suspect it has changed. Tutorial time it is.

     

    Break...Break...

    I did create a list of software from the link you provided. I'm working the data through a spreadsheet to make it more managable.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • baldengineer
    baldengineer over 4 years ago in reply to colporteur

    Ahhh okay, maybe I misunderstood what you meant by "assemble an AM/FM receiver." If you want to use an SDR as an AM/FM receiver, then one of the purpose-built software is definitely the way to go. But if you want to build a radio around an SDR, I still think GNUradio is the way to go. Or, more specifically, GNUradio Companion.

     

    Yeah there is still some mix of the GUI widgets and you do need to understand datatypes, but it is a good path to "building an SDR receiver." Like any scientific or engineering software tool, it is complex but not insurmountable.

     

    I've also found for most basic tasks, there are workflows already created like the AM/FM receiver and standard demodulation.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube