Thank you for the replies. I succeeded in using a clock rate of 184.32Mhz and
a sample rate of 30.72MHz.
--
View this message in context:
http://gnuradio.4.n7.nabble.com/Usrp-x310-LTE-support-with-without-external-clock-tp50748p51280.html
Sent from the GnuRadio mailing list archive at Nabble.co
On 10/10/2014 06:34 PM, Tom Tsou wrote:
> On Fri, Oct 10, 2014 at 7:19 AM, Paul Creaser wrote:
>> I'm new to gnuradio and sdr. I'm looking to use a x310 usrp in an lte
>> project.
>> I have read it can support a 184.32MHz clock frequency
>> which is great for LTE and a sample
>> rate of 30.72MHz
Hi Paul,
On Fri, Oct 10, 2014 at 7:19 AM, Paul Creaser wrote:
> I'm new to gnuradio and sdr. I'm looking to use a x310 usrp in an lte project.
> I have read it can support a 184.32MHz clock frequency
> which is great for LTE and a sample
> rate of 30.72MHz.
> I have looked at the uhd source cod
Hi Paul,
in (maint branch) host/lib/usrp/x300/x300_clock_ctrl.cpp,
set_master_clock_rate(double):
if(doubles_are_equal(_system_ref_rate, 10e6)) {
if(doubles_are_equal(clock_rate, 184.32e6)) {
/* 10MHz reference, 184.32 MHz master clock out, NOT Zero
Delay. */
cl