Re: [Discuss-gnuradio] Repeating vector source with delay

2009-04-16 Thread Jason Uher
> Thank you Jason. I will attempt the "good practice"-way first then :) Not to discourage you from doing things the hard way, but it's really only necessary if this project is an implementation type of thing. If all you need is some experimental data for a class project or paper, then the fast wa

Re: [Discuss-gnuradio] Repeating vector source with delay

2009-04-16 Thread Einar Thorsrud
Jason Uher wrote: 'good practices' option: Look at the benchmark_*x.py examples, Thank you Jason. I will attempt the "good practice"-way first then :-) -- Einar Thorsrud ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.or

Re: [Discuss-gnuradio] Repeating vector source with delay

2009-04-16 Thread Jason Uher
>>Is there an easy way to get a vector source to pass on the same signal >>over and over again, but with a fixed delay between each transmission? 'good practices' option: Look at the benchmark_*x.py examples, if you drill down into the packet manager you will find an example of a source block that

Re: [Discuss-gnuradio] Repeating vector source with delay

2009-04-16 Thread Einar Thorsrud
Dimitris Symeonidis wrote: Maybe use gr.valve? Thank you. But still the vector source would need to be "rewinded" every time, and the delay would have to some how control it all. Do you have any more ideas or details? - Einar ___ Discuss-gnuradi

Re: [Discuss-gnuradio] Repeating vector source with delay

2009-04-16 Thread Dimitris Symeonidis
Maybe use gr.valve? Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International On Thu, Apr 16, 2009 at 10:40, Einar Thorsrud wrote: > Hi all, > > Is there an easy way to get a vector source to pass on the same signal > over a

[Discuss-gnuradio] Repeating vector source with delay

2009-04-16 Thread Einar Thorsrud
Hi all, Is there an easy way to get a vector source to pass on the same signal over and over again, but with a fixed delay between each transmission? The goal is to simulate the transmission of fixed size packets with a fixed delay between each. - Einar ___