discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] File source woes


From: Johnathan Corgan
Subject: Re: [Discuss-gnuradio] File source woes
Date: Thu, 05 Jul 2007 11:18:33 -0700
User-agent: Thunderbird 1.5.0.12 (X11/20070604)

John Bratteli wrote:

> I'm attempting to write a script, based on
> usrp_fft.py, that will read a file of gr_complex and
> display it.  It works, except that it plays back much
> faster than it was recorded.

Insert a gr.throttle() instance after the file source to reduce the
stream item rate.

throttle = gr.throttle(itemsize, items_per_second)

-- 
Johnathan Corgan
Corgan Enterprises LLC
http://corganenterprises.com




reply via email to

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