The hardware platform we're using is the Redpitaya STEMlab 125-10 board and the goal is to stream arbitrary data
(roughly 100k values) from the PC to the RF-outputs.
Is this possible somehow?
I know that the opposite is implemented in the provided data stream control
app where one can read long data streams from the RF-inputs (see here).
The popular SDR projects by Pavel-Demin and others are known but do not fit our usecase, as they are limited in data rates (see here).
The arbitrary waveform generator in burst mode was also considered. It enables to write a data array to the buffer via SCPI, but the buffer size of 2^14 (16k) values is not big enough for our needs (see here).
Any suggestions and ideas are welcome!