discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] ploting gnucap simulation data with gnuradio.


From: Johnathan Corgan
Subject: Re: [Discuss-gnuradio] ploting gnucap simulation data with gnuradio.
Date: Fri, 14 May 2010 09:55:18 -0700

On Fri, May 14, 2010 at 09:41, Josef Vukovic
<address@hidden> wrote:

> I have some data from a gnucap charging capacitor simulation and want to
> plot it with gnuradio.wxgui.plot.

The plot.py file in gnuradio.wxgui is something ported over to use
within GNU Radio for the internals of the graphical flow graph
instruments--it's not really something intended for general use.  You
could see how it's used by our scripts and do that yourself if you
wanted, though.

I recommend reading and parsing your input file with Python file
functions, then plotting it with the matplotlib library.

Johnathan



reply via email to

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