On Mon, Feb 9, 2009 at 2:11 AM, Bruhtesfa Ebrahim <li...@ruby-forum.com>wrote:

> Hey all,
>
> I want to generate a periodic rectangular pulse(of low duty cycle) from
> one USRP and receive it using another USRP operating simultaneously.
>
> So, is there some built in function to generate such a pulse?
> Also,what filter do i need to apply before connecting the pulse source
> to Usrp sink?
>
> Thanks!
>
> Bruhtesfa
> --
> Posted via http://www.ruby-forum.com/.
>
>
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>

You can write your own block if you aren't able to find something that you
can plug in from gnuradio. There is a source gr.sig_source_x which generates
square pulses, which you can modify to suit your requirements. The actual
period of the waveform coming out of the USRP will depend on the length of
the sequence and what your interpolation setting is. However, that is
something that you can work out.

Karthik
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to