Preload a signal onto USRP

Hello All,
I have a bit of a strange question. Is it possible to somehow preload a
signal (it would be periodic) onto a USRP so that I would only have to
send
a signal saying “begin transmit”, and it would do so, without sending
anything besides the “begin transmit” message over the Ethernet cable?
I’ve
been searching around and I haven’t found anyone who wanted to do
something
like this.

Thanks,
Anisha

You can preload the signal to a file. Thereafter, just use the flow
graph:
File source (repeat) → USRP.

Thanks,

Nazmul

On Tue, Aug 7, 2012 at 4:38 PM, Anisha G. [email protected] wrote:


Discuss-gnuradio mailing list
[email protected]
Discuss-gnuradio Info Page


Muhammad Nazmul I.

Graduate Student
Electrical & Computer Engineering
Wireless Information & Networking Laboratory
Rutgers, USA.

It was for use in a multi-usrp configuration, but actually no longer
necessary. Thank you both!

If you really needed to use a USRP as a standalone signal generator you
could probably encode the signal into a hardware block on the FPGA,
depending on how much in the way of resources are left unused. It would
be
much more work than the file source method mentioned earlier. Why do you
want it preloaded? Low latency?

-R C