简体   繁体   English

无法使“FM_receiver”示例 gnuradio 代码工作

[英]Cannot get the 'FM_receiver' sample gnuradio code to work

I am trying to get the sample code for the ' FM_receiver ' sample code working with my limeSDR and it seems not to pickup anything.我正在尝试获取与我的 LimeSDR 一起使用的 ' FM_receiver ' 示例代码的示例代码,但它似乎没有收到任何东西。 Here's some screenshots of my gnuradio and its output:这是我的 gnuradio 及其 output 的一些屏幕截图: 在此处输入图像描述 在此处输入图像描述 I have it tuned to 98.5MHz which I can hear clearly with a typical FM receiver but can only hear static with this.我把它调到 98.5MHz,我可以用典型的 FM 接收器清楚地听到,但只能听到 static。 What am I missing?我错过了什么?

You may need to set the Device Name in your Audio Sink block.您可能需要在音频接收器块中设置设备名称。 See https://wiki.gnuradio.org/index.php/Audio_Sink You didn't say what OS you have.请参阅https://wiki.gnuradio.org/index.php/Audio_Sink你没有说你有什么操作系统。

If you continue to have problems, I suggest that you work through the https://wiki.gnuradio.org/index.php/Guided_Tutorial_Hardware_Considerations如果您仍然有问题,我建议您通过https://wiki.gnuradio.org/index.php/Guided_Tutorial_Hardware_Considerations工作

I observe that while the RF Frequency is set to 98.5 MHz in your LimeSuite Source block the frequency range that is detected by your FFT Sink is centered at 100.1 MHz and going from 99.1 MHz to 101.1 MHz, so we don't really know if the device is receiving any signal at 98.5 MHz.我观察到,虽然您的LimeSuite Source模块中的 RF 频率设置为 98.5 MHz,但您的 FFT Sink 检测到的频率范围以 100.1 MHz 为中心,从 99.1 MHz 变为 101.1 MHz,所以我们真的不知道是否设备正在以 98.5 MHz 接收任何信号。 You clarified that you can clearly hear the FM station in your FM receiver.您澄清说,您可以在 FM 接收器中清楚地听到 FM 电台。 Considering that the flow diagram is set up correctly, I think that you are probably hearing the 98.5 MHz station from a digital radio receiver.考虑到流程图设置正确,我认为您可能正在从数字无线电接收器听到 98.5 MHz 电台。 That explains why you cannot hear anything with your GNU Receiver.这就解释了为什么您的 GNU 接收器听不到任何声音。 Another way to test your design is by setting the FR Frequency parameter of the LimeSuite Source block to 100.1 MHz, where we can clearly see that you receive an FM signal.测试您的设计的另一种方法是将LimeSuite Source模块的 FR 频率参数设置为 100.1 MHz,我们可以清楚地看到您接收到 FM 信号。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM