discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Showing a time-varying quantity in GNU Radio (wit


From: Minsuk Kang
Subject: Re: [Discuss-gnuradio] Showing a time-varying quantity in GNU Radio (with qtgui)
Date: Fri, 21 Jan 2011 15:20:23 +0900

Thanks, all.
If I have a problem with adding a plotting widget, I'll post further questions.
:)
--
Minsuk Kang


On Wed, Jan 19, 2011 at 9:01 PM, Tom Rondeau <address@hidden> wrote:
On Wed, Jan 19, 2011 at 12:08 AM, Minsuk Kang
<address@hidden> wrote:
> Dear all,
> I'm implementing a GUI to show the time-varying wireless channel gain with
> qtgui.
> To be specific, I want to implement is a history plot.
> The X-axis is discrete time and the Y-axis is a channel gain.
> And the plot should be updated (refreshed) every few seconds.
> ( for example http://qwt.sourceforge.net/cpuplot.png )
> I've tried with qtgui.sink_f() block.
> But, the basic option 'plottime' is not appropriate for this purpose.
> Is there any other way to implement it?
> Minsuk Kang


You will have to add a plotting widget to the qtsink in C++ in
gr-qtgui/src/lib to do what you want.

Tom


reply via email to

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