discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] View a null_source with scope_sink: 100% CPU


From: Chris Stankevitz
Subject: Re: [Discuss-gnuradio] View a null_source with scope_sink: 100% CPU
Date: Sat, 23 Dec 2006 19:59:27 -0800
User-agent: Thunderbird 1.5.0.9 (Windows/20061207)



Chris Stankevitz wrote:
 self.scope = scopesink.scope_sink_f(self, panel,sample_rate=10)
 source = gr.null_source(gr.sizeof_float)
 self.connect(source, self.scope)

Thanks for your private responses.  The solution was to add a gr.throttle:

slowdown = gr.throttle(gr.sizeof_float,100e3)

Chris




reply via email to

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