Hi all,
I was also refreshing my memory on how this works. dds_timed is used by the
DUC. For the DDC, I think the line you need is here:
https://github.com/EttusResearch/uhd/blob/5333d3d12ffc21229ec4203a9ea1c7f68d82e57f/fpga/usrp3/lib/rfnoc/ddc.v#L115
Also, I think you need to change this line t
On 2022-05-31 16:43, Brian Padalino wrote:
On Tue, May 31, 2022 at 3:42 PM wrote:
Hi,
I’m playing around with frequency hopping on a USRP x310 with a
UBX 160 daughterboard. In particular, I want to hop to a few
different frequencies that are integer multiples of my master
c
On Tue, May 31, 2022 at 3:42 PM wrote:
> Hi,
>
> I’m playing around with frequency hopping on a USRP x310 with a UBX 160
> daughterboard. In particular, I want to hop to a few different frequencies
> that are integer multiples of my master clock rate and well within the
> daughtercard bandwidth r
Hi Maria,
You have the right idea. You should be able to change the srcport from "ce"
to "rfnoc_chdr" in the line for your block in the clk_domains section. If
that doesn't work, share your YML file and maybe someone can spot the
problem.
Wade
On Tue, May 31, 2022 at 3:47 AM Maria Muñoz wrote:
Hi,
I’m playing around with frequency hopping on a USRP x310 with a UBX 160
daughterboard. In particular, I want to hop to a few different frequencies that
are integer multiples of my master clock rate and well within the daughtercard
bandwidth rapidly (hopping every \~200 us). I know the hopp
*** NEWSDR is coming this Friday June 3 ***
The 12th annual New England Workshop on Software-Defined Radio (NEWSDR
2022) will be held this Friday (in 3 days)!!
Please see our website for more information about the agenda.
https://newsdr.org/workshops/newsdr2022/
Today is the last day to register
Hi all,
I have generated a custom RFNoC block with rfnocmodtool to be implemented
on X310.
I am using UHD 4.0. toolchain to synthesize it, but I cannot meet timing
with the clock selected (in /icores/yml file, I have select "ce" as the clk
source for my block).
I see that "ce" clock for X310 is 21
hii again, i fixed the problem
thank you
On Tue, May 31, 2022 at 10:15 AM rouba zeitoun
wrote:
> Hello USRP experts
>
> I am re-installing UHD on my laptop from this site "
> https://kb.ettus.com/Building_and_Installing_the_USRP_Open-Source_Toolchain_(UHD_and_GNU_Radio)_on_Linux
> "
>
> But whe
Hello USRP experts
I am re-installing UHD on my laptop from this site "
https://kb.ettus.com/Building_and_Installing_the_USRP_Open-Source_Toolchain_(UHD_and_GNU_Radio)_on_Linux
"
But when i try to execute the command cmake ../ i get an error, i fixed it
by changing
"Boost_FOUND;HAVE_PYTHON_PLAT_