[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: Analog waveform viewer for gnucap



On Thu, 2006-08-31 at 21:40 +0200, RubÃn GÃmez Antolà wrote:
> Hello all,
> 
> I'm looking for a analog waveform viewer for gnucap which I'm doing a
> practical exercizes for power electronics subject.

I use octave (a matlab clone) for plotting, it comes with most linux
systems:

octave:2> plot([1 2 3 4], [-1 -2 0 1])

will plot the line line described by the two vectors [1 2 3 4] (x axis)
[-1 -2 0 1] (y axis).

It doesn't have a mouse interface for zooming.  However it can format
plots nicely and you can add arbitrary code to process the waveform (for
example scale, or extract and plot just the parts you want to see).

Say you have a big vector x, you can extract just a part of it like this
x[1000:2000].

I have used Octave (and Matlab) for lots of modem and speech signal
processing work.

- David



> 
> It's no easy with gnuplot trying to obtain cursors, data point, zoom to
> zone, cursors difference...
> 
> And with gwave I can't to change X axis.
> 
> Along the last two days I test KJWaves (powerpc linux machine here and
> java doesn't go well), gtkwaves, dinotrace and "GNU Spice GUI" (Say me
> stupid but I can't do anything with it) with no sucess.
> 
> There are somewhere out some tool to analyze analog waveform in a easy form?
> 
> Thanks to all for read this, and sorry for my very bad english.
> 
> Salud y RevoluciÃn.
> 
> Lobo.



_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user