Re: [Discuss-gnuradio] duration of uhd_rx_cfile script

2011-12-15 Thread Sebastian Döring
On Wed, 14 Dec 2011 08:28:57 -0500 "Marcus D. Leech" wrote: On 14/12/11 08:05 AM, Sebastian Döring wrote: Thanks a lot. Code really looks like what I am looking for. Concerning the machine+Python version combinations that cause seg faults: Is there a known combination that works? Seems lik

Re: [Discuss-gnuradio] duration of uhd_rx_cfile script

2011-12-14 Thread Marcus D. Leech
On 14/12/11 08:05 AM, Sebastian Döring wrote: > > Thanks a lot. Code really looks like what I am looking for. > Concerning the machine+Python version combinations that cause seg > faults: Is there a known combination that works? > Seems like mine doesn't. > > -Sebastian > > Could you expand on that

Re: [Discuss-gnuradio] duration of uhd_rx_cfile script

2011-12-14 Thread Sebastian Döring
On Wed, 14 Dec 2011 07:36:38 -0500 "Marcus D. Leech" wrote: On 14/12/11 03:21 AM, Sebastian Döring wrote: Hello all, I just measured the time the execution of uhd_rx_cfile.py takes all together. I used N=2, samp-rate=1M and the rest was left to the default values. In theory the takin

Re: [Discuss-gnuradio] duration of uhd_rx_cfile script

2011-12-14 Thread Marcus D. Leech
On 14/12/11 03:21 AM, Sebastian Döring wrote: > Hello all, > > I just measured the time the execution of uhd_rx_cfile.py takes all > together. > I used N=2, samp-rate=1M and the rest was left to the default values. > > In theory the taking of the samples should take T=N/B=20ms but I had > to di

[Discuss-gnuradio] duration of uhd_rx_cfile script

2011-12-14 Thread Sebastian Döring
Hello all, I just measured the time the execution of uhd_rx_cfile.py takes all together. I used N=2, samp-rate=1M and the rest was left to the default values. In theory the taking of the samples should take T=N/B=20ms but I had to discover that the whole process is taking about 2s. Do