Hello,
I am developing a program on an Ettus USRP E312 using GNU Radio 3.7.10.2
and Ubuntu 16.04.3. I have created a cross-compile environment on my host
machine and copied this onto the E312 by following:
https://kb.ettus.com/Software_Development_on_the_E3xx_USRP_-_Building_RFNoC_UHD_/_GNU_Radio_
Hi everyone,
I am using a USRP E312 with GNU Radio 3.7.10.2. GNU Radio has an inbuilt
FEC block that supports Turbo Product Codes (TPC). I'm trying to run a
flowgraph (completely in simulation) on the E312 that includes a TPC
encoder and decoder. The TPC parameters are:
parallelism: 0
row encodin
Thank you Marcus for the quick reply :).
___
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
Hi folks!
I am wondering if it is possible to receive on all 4 inputs at the same
time on the E310/E312? I.e. is it possible to receive on TRX A, RX A, TRX
B, RX B all at the same time? I tried creating a GNU Radio flowchart with
this setup and got the following Runtime Error:
thread[thread-per-b
Just in case someone like myself is stumbled by this in the future.
Turns out I was misinterpreting Radio Select "B" as being the second RX and
TX channel on the E312. Instead, in the RFNoC Radio block the Radio Select
A and B refer to two different daughterboards (probably designed for the
X310 w
:00 Paul Sorensen via USRP-users <
> usrp-users@lists.ettus.com>:
>
>> I was able to get it up and running by following this guide:
>>
>> https://kb.ettus.com/Software_Development_on_the_E3xx_USRP_-
>> _Building_RFNoC_UHD_/_GNU_Radio_/_gr-ettus_from_Source
>>
>> BUT: using the gr-ettus
Hi folks!
I'm really new to the E312 and RFNoC and I'm having trouble getting the
Channel B RX/TX antennas working on my E312. When I selected B in my RFNoC
Radio block of my GNU Radio flowgraph the code could not run on the E312
and gave me an error saying I was missing the RFNoC block "Radio_1".
Hey everyone!
This is my very first message, so apologies if I didnt send this correctly
😊.
I am also facing the same issue outlined by Paul and would really
appreciate some assistance with this. I am using an Ettus USRP E312, GNU
Radio 3.7.10.2 <+6137102> and Ubuntu 16.04.3. <+6116043> Here is