Re: [Discuss-gnuradio] Plotting question

2007-07-20 Thread Robert Miller
If you are set on producing a real-time plot from within the c-code, you can use opencv. I have tried plplot as well, however I was not successful in updating the plot in real-time. Trond Danielsen wrote: > > I find it convenient to sink the data to a vector_sink and then use > matplotlib to p

Re: [Discuss-gnuradio] Plotting question

2007-07-15 Thread Trond Danielsen
I find it convenient to sink the data to a vector_sink and then use matplotlib to plot the signal. 2007/7/14, Justin Shaw <[EMAIL PROTECTED]>: 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

Re: [Discuss-gnuradio] Plotting question

2007-07-14 Thread Justin Shaw
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 d

[Discuss-gnuradio] Plotting question

2007-07-13 Thread Teun
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 happen