discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Plotting question


From: Justin Shaw
Subject: Re: [Discuss-gnuradio] Plotting question
Date: Sat, 14 Jul 2007 10:38:39 -0400
User-agent: Thunderbird 1.5.0.12 (Windows/20070509)

A quick and dirty fix is to dump the data to a file, then plot the data offline with python.

Teun wrote:
Hi guys,

I have a question. I have made a python script with some c++ modules.
Everything is working fine, so I'm pretty happy so far. Occasionally
something happens within a .cc file, it doesn't really matter what happens.
Whenever this happens I want to make a plot of the event and if it happens
again I want the plot to be refreshed so that we can keep track of the event
changing over time. Hope you guys understand what I'm talking about ^^.

So now my question. Is there any way to do this? Should I dive into the .cc
code and do some sort of plot, not using python? Any other ideas are very
welcome.

Thanks,
tvb






reply via email to

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