osmocom源码和rtl-sdr源码的区别?
Difference between osmocom source and rtl-sdr source?
osmocom Source 和 rtl-sdr source 块可用于 GNU Radio Companion.他们似乎有相同的设置。它们之间有区别吗?其中之一是最新的吗?
RTL-SDR 源块实际上是一个 Osmocom 源块,专门为与 RTL2832U 电视调谐器(也称为 "cheap software defined radio" 一起使用而定制。 RTL2832U 创造了这个名称,因为它们可以以大约 20 美元的价格购买,并且尽管有一些廉价硬件的限制,但仍能出色地工作。据我所知,Osmocom 源代码块可以与各种不同的 SDR 硬件一起使用,而 RTL-SDR 源代码块只能与 RTL2832U 一起使用。
注意:如果您使用的是 RTL2832U,则必须在与 GNURadio 一起使用之前加载自定义设备驱动程序,并且可以找到 here。
Is there a difference between them? Is one of them more up to date?
不,它们是一样的,这就是证据。
--- /usr/share/gnuradio/grc/blocks/osmosdr_source.xml 2019-04-25 18:14:38.000000000 +0300
+++ /usr/share/gnuradio/grc/blocks/rtlsdr_source.xml 2019-04-25 18:14:38.000000000 +0300
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<block>
- <name>osmocom Source</name>
- <key>osmosdr_source</key>
+ <name>RTL-SDR Source</name>
+ <key>rtlsdr_source</key>
<category>Sources</category>
<throttle>1</throttle>
<import>import osmosdr</import>
osmocom Source 和 rtl-sdr source 块可用于 GNU Radio Companion.他们似乎有相同的设置。它们之间有区别吗?其中之一是最新的吗?
RTL-SDR 源块实际上是一个 Osmocom 源块,专门为与 RTL2832U 电视调谐器(也称为 "cheap software defined radio" 一起使用而定制。 RTL2832U 创造了这个名称,因为它们可以以大约 20 美元的价格购买,并且尽管有一些廉价硬件的限制,但仍能出色地工作。据我所知,Osmocom 源代码块可以与各种不同的 SDR 硬件一起使用,而 RTL-SDR 源代码块只能与 RTL2832U 一起使用。
注意:如果您使用的是 RTL2832U,则必须在与 GNURadio 一起使用之前加载自定义设备驱动程序,并且可以找到 here。
Is there a difference between them? Is one of them more up to date?
不,它们是一样的,这就是证据。
--- /usr/share/gnuradio/grc/blocks/osmosdr_source.xml 2019-04-25 18:14:38.000000000 +0300
+++ /usr/share/gnuradio/grc/blocks/rtlsdr_source.xml 2019-04-25 18:14:38.000000000 +0300
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<block>
- <name>osmocom Source</name>
- <key>osmosdr_source</key>
+ <name>RTL-SDR Source</name>
+ <key>rtlsdr_source</key>
<category>Sources</category>
<throttle>1</throttle>
<import>import osmosdr</import>