discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Ettus E310 sample rate


From: Nick Foster
Subject: Re: [Discuss-gnuradio] Ettus E310 sample rate
Date: Fri, 11 May 2018 11:49:09 -0700

Oh, in addition -- there's a single "radio clock" which is picked based on the transmit and receive sample rates. This means that, while you have nearly infinite flexibility as to the sample rate used for just RX or just TX, when you are using both simultaneously their rates will be tied to each other as divisors of the common radio clock rate. You can see this clock rate printed as "master clock rate" when UHD initializes your flowgraph.

Nick

On Fri, May 11, 2018 at 11:46 AM Nick Foster <address@hidden> wrote:
8MS/s is about what you can stream through the host processor on E310. Full-rate streaming is supported just fine through the FPGA fabric. If you need to do faster rate streaming on the E310, you need to do the processing in the FPGA.

Nick


On Fri, May 11, 2018 at 11:39 AM Laura Huddleston <address@hidden> wrote:

Happy Friday,

 

What is the max sample rate for the Ettus e310?

 

When I ssh in and perform the benchmark_test, I get the following:

 

$/usr/lib/uhd/examples/benchmark_rate --rx_rate 12e6 --tx_rate 12e6

.

 . [other stuff here]

   .

UHD Warning:

    The hardware does not support the requested TX sample rate:

    Target sample rate: 12.000000 MSps

    Actual sample rate: 8.000000 MSps

Testing transmit rate 8.000000 Msps on 1 channels

 

When I set the target sample rate to 16MS/s, I get OOOOOOOOOO.

 

Does this mean that 8MS/s is the highest sample rate which the e310 will work?

 

The data sheet says the max ADC/DAC sample rate is 61.44MS/s, so shouldn’t I be able to stream data at a divisible of this?

 

~~~~~~~~~~~~~~~~~~~~~

Laura Huddleston

 

 

_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

reply via email to

[Prev in Thread] Current Thread [Next in Thread]