discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] how to generate a periodic pulse


From: Karthik
Subject: Re: [Discuss-gnuradio] how to generate a periodic pulse
Date: Thu, 12 Feb 2009 10:55:07 -0800

On Mon, Feb 9, 2009 at 2:11 AM, Bruhtesfa Ebrahim <address@hidden> 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
address@hidden
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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]