usrp-users@lists.ettus.com

Discussion and technical support related to USRP, UHD, RFNoC

View all threads

RFNoC Replay module (DRAM to PC)

HC
hui cj
Tue, Oct 29, 2024 2:01 PM

The answer is yes.

You can refer to uhd/host/examples/python/replay_capture.py for more detail.

It’s the play-and-record example from Ettus, using the Replay Module.

rubenthill--- via USRP-users usrp-users@lists.ettus.com 于2024年10月29日周二
21:50写道:

Hello Hui could you solve this Issue? I am trying sth very similar. Since
the hints you got from wade, more precisely the two examples you were
pointed at are python and C++ my question is, can this be done using python
only? Say transmit num_x (say 500k-2mio samples) and receive num_x + margin
at the same time. So that Tx and Rx are triggered exactly at the same time
(regarding the precision the USRP can give)…

Since I already have a lot of Signal processing already done in Python.
Otherwise I’ll have to figure go deeper into C++


USRP-users mailing list -- usrp-users@lists.ettus.com
To unsubscribe send an email to usrp-users-leave@lists.ettus.com

The answer is yes. You can refer to uhd/host/examples/python/replay_capture.py for more detail. It’s the play-and-record example from Ettus, using the Replay Module. rubenthill--- via USRP-users <usrp-users@lists.ettus.com> 于2024年10月29日周二 21:50写道: > Hello Hui could you solve this Issue? I am trying sth very similar. Since > the hints you got from wade, more precisely the two examples you were > pointed at are python and C++ my question is, can this be done using python > only? Say transmit num_x (say 500k-2mio samples) and receive num_x + margin > at the same time. So that Tx and Rx are triggered exactly at the same time > (regarding the precision the USRP can give)… > > Since I already have a lot of Signal processing already done in Python. > Otherwise I’ll have to figure go deeper into C++ > _______________________________________________ > USRP-users mailing list -- usrp-users@lists.ettus.com > To unsubscribe send an email to usrp-users-leave@lists.ettus.com >