discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Usrp x310 LTE support, with/without external cl


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] Usrp x310 LTE support, with/without external clock
Date: Fri, 10 Oct 2014 17:13:08 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

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. */
            clocking_mode = m10M_184_32M_NOZDEL;
        }
[...]

Since the m10M_184_32M_NOZDEL-case further down seems implemented, I'd
expect that to work.

Greetings,
Marcus


On 10.10.2014 16:19, 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 code. 
> I get the impression that the lte frequencies can only be supported
>  if you use an external clock, 
> I guess this means, external reference clock or Gspdo.. 
> I haven't found anything in my googling, which clarifies the situation.
>
> I liked to start withe the basic x310 and a daughter board
> , for example the sbx and add a gspdo 
> etc... at a later date.
>
>
> _______________________________________________
> 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]