Re: [Discuss-gnuradio] preload a signal onto USRP

2012-08-08 Thread Anisha Gorur
It was for use in a multi-usrp configuration, but actually no longer necessary. Thank you both! On Tue, Aug 7, 2012 at 4:57 PM, Robert Cicconetti wrote: > 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,

Re: [Discuss-gnuradio] preload a signal onto USRP

2012-08-07 Thread Robert Cicconetti
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 pre

Re: [Discuss-gnuradio] preload a signal onto USRP

2012-08-07 Thread Nazmul Islam
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 Gorur wrote: > Hello All, > I have a bit of a strange question. Is it possible to somehow preload a > signal (it would be periodic) on

[Discuss-gnuradio] preload a signal onto USRP

2012-08-07 Thread Anisha Gorur
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?