Re: [USRP-users] file_souce block for RFNoC

2018-04-07 Thread Jon Pendlum via USRP-users
Hi, The file_source and file_sink blocks (and corresponding RFNoC blocks) are only useful for simulations. File I/O is not a sythensizable operation. Jonathon On Thu, Apr 5, 2018, 7:17 AM Xingjian Chen via USRP-users < usrp-users@lists.ettus.com> wrote: > Hi there, > > I find the "file_source"

[USRP-users] file_souce block for RFNoC

2018-04-04 Thread Xingjian Chen via USRP-users
Hi there, I find the "file_source" block in RFNoC for X310. Is there any example or tutorial how to use it by either UHD C++ or GNURadio? I am new to RFNoC and trying to get started with transmitting a waveform from a source file in a host computer. Thank you! __