简体   繁体   English

gnuradio:如何更改源的带宽?

[英]gnuradio: How to change the bandwidth of a source?

I have designed a receiver+FSK demodulator with an osmocom source and it works as it should (sometimes - as I'm finding the results to be somewhat incoherent, but I suspect that might be the transmitter that is at fault).我设计了一个带有 osmocom 源的接收器 + FSK 解调器,它可以正常工作(有时 - 因为我发现结果有些不连贯,但我怀疑可能是发射器有问题)。 Anyway sometimes the demodulated signal using the quad demod block isn't quite what I expect.无论如何,有时使用四解调模块的解调信号并不是我所期望的。 With other SDR softwares I can usually change the bandwidth and get more appropriate results.使用其他 SDR 软件,我通常可以更改带宽并获得更合适的结果。 With gnuradio, I find that changing the bandwidth field of the osmocom source block does nothing so I was wondering how does one actually change the bandwidth?使用 gnuradio,我发现更改 osmocom 源块的带宽字段没有任何作用,所以我想知道如何实际更改带宽? And what is that field for if it has no effect?如果它没有效果,该字段是什么? Thank you in advance先感谢您

The bandwidth field of the Osmocom source is used to control an adjustable bandpass filter built into the receiver hardware, when one exists, as opposed to one which is fixed or only adjusts to the requested sample rate. Osmocom 源的带宽字段用于控制内置于接收器硬件中的可调带通滤波器(如果存在),而不是固定的或仅调整到请求的采样率的带通滤波器。

Probably what you are seeing in other software is the channel filter bandwidth, which is a software filter and usually much narrower than the hardware filter (particularly in SDR receiver software which displays a waterfall simultaneously with demodulation one signal within it).您在其他软件中看到的可能是通道滤波器带宽,它是一种软件滤波器,通常比硬件滤波器窄得多(特别是在 SDR 接收器软件中,它同时显示瀑布和其中的一个信号解调)。

The purpose of the channel filter is to fit the bandwidth of the signal you want to receive, so that it rejects as much out-of-band noise as possible while not discarding any of the actual signal.通道滤波器的目的是适应您想要接收的信号的带宽,以便在不丢弃任何实际信号的同时尽可能多地抑制带外噪声。 If you don't have one, add one.如果您没有,请添加一个。 If you do have one, its bandwidth or cutoff frequency is the parameter you're looking to change.如果你有一个,它的带宽或截止频率是你想要改变的参数。

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

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