Re: [Discuss-gnuradio] Ettus E310 sample rate

2018-05-14 Thread Martin Braun
On 05/14/2018 07:57 AM, Laura Huddleston wrote: > So just to clarify, I would need to program the FPGA explicitly if I > want to achieve a sample rate of higher than 8MS/s? To clarify, you don't have to program the FPGA to *set* the high clock rates, but to make any use of them you have to. -- M

Re: [Discuss-gnuradio] Ettus E310 sample rate

2018-05-14 Thread Marcus D. Leech
On 05/14/2018 08:51 PM, Yeo Jin Kuang Alvin (IA) wrote: Hi all, Does this apply to the B210 too? That is correct, handling data at a rate much higher than 8 MS/s will require moving DSP into the FPGA. UHD comes with a variety of example RFNoC blocks. The fosphor block for instance produces

Re: [Discuss-gnuradio] Ettus E310 sample rate

2018-05-14 Thread Yeo Jin Kuang Alvin (IA)
of the E310. Thanks in advanced! From: Discuss-gnuradio [mailto:discuss-gnuradio-bounces+yjinkuan=dso.org...@gnu.org] On Behalf Of Derek Kozel Sent: Monday, 14 May 2018 11:56 PM To: Laura Huddleston Cc: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Ettus E310 sample rate Hello Laura

Re: [Discuss-gnuradio] Ettus E310 sample rate

2018-05-14 Thread Derek Kozel
on > > > > *From:* Derek Kozel <derek.ko...@ettus.com> > *Sent:* Friday, May 11, 2018 1:53 PM > *To:* Laura Huddleston <laura.huddles...@ierustech.com> > *Cc:* discuss-gnuradio@gnu.org > *Subject:* Re: [Discuss-gnuradio] Ettus E310 sample rate > > > > Hello

Re: [Discuss-gnuradio] Ettus E310 sample rate

2018-05-14 Thread Laura Huddleston
h.com> Cc: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Ettus E310 sample rate Hello Laura, The ADCs and DACs do support running at 61.44 MS/s. However the ARM processor is not able to handle data traffic at that rate so some of the processing must be done in the FPG

Re: [Discuss-gnuradio] Ettus E310 sample rate

2018-05-11 Thread Derek Kozel
Hello Laura, The ADCs and DACs do support running at 61.44 MS/s. However the ARM processor is not able to handle data traffic at that rate so some of the processing must be done in the FPGA. Depending on the application about 10 MS/s is an achievable rate. Both 12 MS/s and 8 MS/s are not integer

Re: [Discuss-gnuradio] Ettus E310 sample rate

2018-05-11 Thread Nick Foster
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

Re: [Discuss-gnuradio] Ettus E310 sample rate

2018-05-11 Thread Nick Foster
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 <

[Discuss-gnuradio] Ettus E310 sample rate

2018-05-11 Thread Laura Huddleston
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