Hi all,
I'm currently -- nominally -- the maintainer for PyBOMBS, but it's not
something I have actively done in the past. Since PyBOMBS is a useful
tool, it would be a disservice to this community to not continue its
development, and we're looking for someone who wants to do that.
We have tried
For GNU Radio 3.7.
https://github.com/drmpeg/gr-dvbs2rx
For GNU Radio 3.8
https://github.com/drmpeg/gr-dvbs2rx38
A complete DVB-S2 receiver that uses the same LDPC decoder (but not GNU
Radio).
http://www.pabr.org/radio/leandvb/leandvb.en.html
Ron
On 6/3/20 14:39, George Edwards wrote:
He
On 06/03/2020 07:45 PM, Mohamed Yaaseen wrote:
I have created a new flow graph for the non-RFNoC , one without any
device3 block.
in the device parameter of the usrp source I am using
"addr0=192.168.30.2, addr1=192.168.40.2" this string
should I have to use "type=x300" ?
Yes. Since simply spe
On 06/03/2020 05:27 PM, Mohamed Yaaseen wrote:
Hello Guys,
I am using usrp x310 with default XG image. I have also setup the
RFNoC platform in GNURadio with gr-ettus.
RFNoC ddc example using RFNoC blocks works perfectly with 100MHz of
bandwidth. But when I go back to using normal usrp sourc
Hello,
In gnuradio-companion, there are blocks for DVB-S2 BCH and LDPC
encoders, but no corresponding decoder blocks. Has anyone developed the
corresponding FEC blocks?
Thanks in advance.
George
Hello Guys,
I am using usrp x310 with default XG image. I have also setup the RFNoC
platform in GNURadio with gr-ettus.
RFNoC ddc example using RFNoC blocks works perfectly with 100MHz of
bandwidth. But when I go back to using normal usrp source block which is a
normal gr-uhd block, it throws t
Hello Guys,
I am using usrp x310 with default XG image. I have also setup the RFNoC
platform in GNURadio with gr-ettus.
RFNoC ddc example using RFNoC blocks works perfectly with 100MHz of
bandwidth. But when I go back to using normal usrp source block which is a
normal gr-uhd block, it throws t
Hello Pierre,
you already got everything right:
- gr-inspector for GNU Radio 3.7 requires Qt4
- gr-inspector for GNU Radio 3.8 requires Qt5
So there should be no problem in using Qt4 for your case. In particular,
gr-qtgui for GNU Radio 3.7 is using Qt4, not Qt5 [1].
Hello,
I need your help. I want to install GR-inspector for Gnuradio 3.7 on Pentoo
linux (Gentoo distribution). However, when installing GR-inspector, I have the
following error:
Found unsuitable Qt version "5.11.3" from /usr/bin/qmake, this code
requires Qt 4.x
I have already searc