[USRP-users] Re: Best way to transfer samples from DDR to a laptop using only 1Gbps cable

2024-10-23 Thread Martin Braun
Hi, can you provide some more info? What you're doing makes sense and is the right approach. Are you using a regular UHD streamer? Are you using the replay_capture.py example to get started? -M On Wed, Oct 23, 2024 at 6:33 AM hui cj wrote: > Hello everyone! > > Given the limitation that I can

[USRP-users] Error on using split stream and FFT rfnoc block.

2024-10-23 Thread Nidhi Panda
Hello, I am having USRP X300 device with following tool versions: Vivado 2021.1 - AR76780n, GNU radio version - v3.11.0.0git-820-g2adbd4ea UHD version - UHD_4.7.0.0-84-gbdada1ed I have added FFT and Spliter RFNoC blocks in my bit file. The "uhd_usrp_probe" command shows correct connection in the

[USRP-users] Re: Error on using split stream and FFT rfnoc block.

2024-10-23 Thread Wade Fife
With this FFT block, you need to set the SPP to match the FFT size for it to work correctly. I'm not very familiar with GNU Radio but I think there is an SPP parameter on the RX radio. I don't know how to set it for TX. Wade On Wed, Oct 23, 2024 at 5:45 AM Nidhi Panda wrote: > Hello, > > I am