Re: [Discuss-gnuradio] DVB-T2 demodulator

2018-07-10 Thread Ron Economos
It's not possible with standard GNU Radio blocks. You'll have to write your own custom blocks in C++. Worse yet, an LDPC decoder with enough performance for DVB-T2 (50 Mbps) requires an FPGA or GPU implementation. It's a very large and difficult project. Ron On 07/10/2018 02:27 AM, RASIL

[Discuss-gnuradio] DVB-T2 demodulator

2018-07-10 Thread RASIL KRISHNAN
I want to make a DVB-t2 receiver using gnu radio. I'm new to gnu radio platform.plz help me ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Upsampling: Delay and Alignment

2018-07-10 Thread Maximilian Stiefel
Hello everbody, upsampling a complex data stream gives me headaches :( In my flowgraph the upsampling is done by multiplexing 7 zeros with 1 data sample and feeding this into a FIR filter, which is how everybody does it as I understood. However, for further processing I have to take the delay

[Discuss-gnuradio] [UHD] Coarse roadmap for USRP E310 Software

2018-07-10 Thread Martin Braun
Hi all E310/E312/E313 users, I would like to focus people's attention to some changes we have just started rolling out, and will continue to roll out over the next months. Executive Summary = - For those requiring *no* RFNoC support whatsoever, just plain RX/TX and UHD support,

Re: [Discuss-gnuradio] E310: Setting "master clock"

2018-07-10 Thread Marcus D. Leech
On 07/10/2018 04:18 PM, Mike Gilmer wrote: I've had no problem implementing several command line options using GNU Radio's parameters blocks. I can set sample rate, bandwidth, center frequency successfully. My command line looks like this: python E310_GP.py --samprate 20 --ctrfrq

[Discuss-gnuradio] [UHD] Maintenance Branches - A Fond Farewell to maint

2018-07-10 Thread Michael West
After many years of service, the maint branch is being retired from UHD. In its place are branches for each of the minor UHD releases. In addition to the UHD-3.9.LTS branch, the following branches have been created: UHD-3.12 UHD-3.11 UHD-3.10 The master branch is once again the default branch.

[Discuss-gnuradio] Issues with custom message source block

2018-07-10 Thread Chris Reffett
Hi all, In the project I'm working on, I'm trying to step through a list of frequencies and scan them, with the set of frequencies and the step interval as configurable options. As part of this, I'm trying to make a message source block that does the frequency stepping (i.e. it takes the

[Discuss-gnuradio] E310: Setting "master clock"

2018-07-10 Thread Mike Gilmer
I've had no problem implementing several command line options using GNU Radio's parameters blocks. I can set sample rate, bandwidth, center frequency successfully. My command line looks like this: python E310_GP.py --samprate 20 --ctrfrq 91500 ... However, I wanted to also set the

Re: [Discuss-gnuradio] [USRP-users] [UHD] Maintenance Branches - A Fond Farewell to maint

2018-07-10 Thread Martin Braun
On 07/10/2018 07:14 PM, Rob Kossler wrote: > Thanks Michael, > Is there any place where the minor branches are summarized?  In other > words, what are the primary differences among 3.9, 3.10, 3.11, and 3.12? Rob, good question. We provide a changelog for that:

Re: [Discuss-gnuradio] [USRP-users] [UHD] Maintenance Branches - A Fond Farewell to maint

2018-07-10 Thread Rob Kossler
Thanks Michael, Is there any place where the minor branches are summarized? In other words, what are the primary differences among 3.9, 3.10, 3.11, and 3.12? Rob On Tue, Jul 10, 2018 at 4:02 PM Michael West via USRP-users < usrp-us...@lists.ettus.com> wrote: > After many years of service, the