Re: [Discuss-gnuradio] How to capture fixed length burst of samples (to avoid overflow)

2012-03-01 Thread Dan CaJacob
On 03/01/2012 10:57 AM, Nick Foster wrote: The UHD "rx_samples_to_file" example will do this for you. --n On Thu, Mar 1, 2012 at 3:22 AM, Rickard Radio > wrote: Hi list, Two questions: a) I would like to know the easiest way (of low complexity) to

Re: [Discuss-gnuradio] How to capture fixed length burst of samples (to avoid overflow)

2012-03-01 Thread Nick Foster
The UHD "rx_samples_to_file" example will do this for you. --n On Thu, Mar 1, 2012 at 3:22 AM, Rickard Radio wrote: > Hi list, > > Two questions: > a) I would like to know the easiest way (of low complexity) to capture a > certain length/number of samples (or time period), preferably in gnuradi

Re: [Discuss-gnuradio] How to capture fixed length burst of samples (to avoid overflow)

2012-03-01 Thread Zhonghua
On 03/01/2012 12:22 PM, Rickard Radio wrote: Hi list, Two questions: a) I would like to know the easiest way (of low complexity) to capture a certain length/number of samples (or time period), preferably in gnuradio, and then automagically turn off the uhd-reception (and save received samples

[Discuss-gnuradio] How to capture fixed length burst of samples (to avoid overflow)

2012-03-01 Thread Rickard Radio
Hi list, Two questions: a) I would like to know the easiest way (of low complexity) to capture a certain length/number of samples (or time period), preferably in gnuradio, and then automagically turn off the uhd-reception (and save received samples to disk) ?! b) Are there any other (kernel