TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

GNU Radio first steps: a FM receiver

204 pointsby marbuover 5 years ago

10 comments

segfaultbuserrover 5 years ago
&quot;You need a radio to play with GNU Radio&quot; is the most common misconception. There would be more fun if you have one, but GNU Radio itself doesn&#x27;t require a radio. It&#x27;s actually a general-propose signal processing and simulation tool, and a lot of things can be done without hardware.<p>For example, you can simulate different modulation techniques and observe them in time and frequency domain, or you can simulate an amplifier and change its the input level on an interactive GUI control panel you programmed to understand how an overdriven&#x2F;saturated amplifier produces intermodulation distortion, or experimenting with different transmitter&#x2F;receiver architecture (superheterodyne, direct conversion, etc).<p>Traditionally, these experiments can only be done in a lab with a scope and a spectrum analyzer. But now it&#x27;s all possible on your desktop.
评论 #21635566 未加载
评论 #21635834 未加载
CraigJPerryover 5 years ago
I made an SSB receiver in GRC, that was educational. SSB doesn’t have a carrier so you have to provide your own (GRC has a block that can generate a sine wave of a given frequency). The ability to probe the graph anywhere makes learning easier in a way that physical building wouldn’t be.<p>Ironically i was doing a bit more on my little RTL SDR web view tonight: <a href="https:&#x2F;&#x2F;github.com&#x2F;craigjperry2&#x2F;websdr" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;craigjperry2&#x2F;websdr</a>
crussoover 5 years ago
Anyone have good suggestions for playing around with SDR on OSX? I tried installing GNU Radio a couple of years ago with homebrew and it was quite a mess.
评论 #21635237 未加载
评论 #21636886 未加载
lucb1eover 5 years ago
An FM receiver is the first thing in every GRC tutorial. I just wish there was something useful that one can receive with one of these standard $15 RTL-SDR receivers that isn&#x27;t super complicated or FM radio.
评论 #21633308 未加载
评论 #21636758 未加载
评论 #21633173 未加载
评论 #21636148 未加载
评论 #21633155 未加载
hatsunearuover 5 years ago
holy FUCK<p>GNU Radio has such horrible documentation I can never get right. I tried decoding APRS with GNU Radio but I gave up because there&#x27;s like approximately 0 documentation on what the GFSK decode block does.<p>I can&#x27;t believe I advocated for this project. Learning GNU Radio generally requires talking to a guru to pass the information via oral history.
nullcover 5 years ago
The rise of internet radio has made it pretty difficult to obtain a really good FM tuner these days regardless of the price.<p>In fact, I&#x27;m not aware of anything with real diversity reception-- at most they&#x27;re limited to crossfading two tuners, and even that is mostly a car radio feature.<p>I wonder if anyone has been working on an open source state of the art SDR broadcast FM receiver.<p>A good receiver would have denoising of the stereo signal, filters to eliminate HD radio interference, PLL&#x2F;matched demod of the stereo signal, and support diversity reception using constant modulus algorithm or similar.
评论 #21635478 未加载
epxover 5 years ago
Just in case: <a href="https:&#x2F;&#x2F;epxx.co&#x2F;artigos&#x2F;pythonfm_en.html" rel="nofollow">https:&#x2F;&#x2F;epxx.co&#x2F;artigos&#x2F;pythonfm_en.html</a>
评论 #21633636 未加载
评论 #21632976 未加载
cellularover 5 years ago
My phone has radio but no television reception. Is there some legality reason why phones don&#x27;t have tv tuners?
评论 #21635535 未加载
评论 #21635335 未加载
评论 #21635549 未加载
classifiedover 5 years ago
Very welcome. I&#x27;ve been wanting to play with GNU Radio for a while but I didn&#x27;t quite know where to start.
评论 #21638601 未加载
madengrover 5 years ago
I’ll plug the scanner I wrote. It’s not a normal scanner, in that it allows parallel demodulation and recording of FM and air-band AM:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;madengr&#x2F;ham2mon" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;madengr&#x2F;ham2mon</a>