TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

What is GNU Radio?

34 点作者 tripdout大约 1 个月前

3 条评论

enthdegree大约 1 个月前
I would love to be able to use GNURadio for something, I've just never found flow diagrams to be more expressive than writing procedural instructions over whatever SDR API. GNURadio's flow diagrams introduce a lot of hidden complexity that is difficult to observe and understand. For example, every arrow you draw represents a buffer and so for all but the simplest graphs this will quickly lead to difficult-to-interrogate sample over/underruns. There are workarounds for fine grained control over these buffers but they cannot be called simple (like message passing via tagged samples and flow control blocks).
drmpeg大约 1 个月前
I started with GNU Radio back in 2013, and have had a lot of fun with it. My &quot;magnum opus&quot; is an ATSC 3.0 transmitter.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;drmpeg&#x2F;gr-atsc3">https:&#x2F;&#x2F;github.com&#x2F;drmpeg&#x2F;gr-atsc3</a><p>Demo clip running on a HiFive P550 RISC-V platform.<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=bLn5L-k4EPA" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=bLn5L-k4EPA</a>
gnabgib大约 1 个月前
Discussions on some past releases:<p><i>3.9</i> (99 points, 2021, 56 comments) <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=25823359">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=25823359</a><p><i>3.8</i> (268 points, 2019, 67 comments) <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20681316">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20681316</a>