gEDA-user: Analog waveform viewer for gnucap

2006-08-31 Thread Rubén Gómez Antolí
Hello all, I'm looking for a analog waveform viewer for gnucap which I'm doing a practical exercizes for power electronics subject. 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

Re: gEDA-user: Analog waveform viewer for gnucap

2006-09-04 Thread Rubén Gómez Antolí
Hello all, Thanks too much for yours answers. David Rowe escribió: 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

gEDA-user: Free thyristor (SCR) macro model compatible with geda?

2007-06-24 Thread Rubén Gómez Antolí
Hello all, Anyone knows a free thyristor SCR macro model (who accepts usual params of a SCR) compatible with ngspice or gnucap? I ask in ngspice and gnucap mail list about to convert an existing macro model for Pspice without answer. If the answer for my question is no, there aren't a free

gEDA-user: Needs create a language (english, spanish...) specific list?

2009-07-04 Thread Rubén Gómez Antolí
Hello all. In last months I think about is a good point to create specifics language list (I'm talking about english, spanish, russian, french, etc not about verilog, spice and others). This list is bigger with a huge traffic monthly, is not easy for a non english native speaker follow large

Re: gEDA-user: Needs create a language (english, spanish...) specific list?

2009-07-08 Thread Rubén Gómez Antolí
Hello all: Stefan Salewski escribió: On Sat, 2009-07-04 at 13:55 +0200, Rubén Gómez Antolí wrote: Hello all. In last months I think about is a good point to create specifics language list [...] What you think about? Is this really a good idea? Well, this is the target, discussing

Re: gEDA-user: Learning Spice: TwoStageAmp example

2009-07-26 Thread Rubén Gómez Antolí
Hello all: al davis escribió: On Thursday 23 July 2009, Daniel B. Thurman wrote: al davis wrote: On Monday 20 July 2009, Daniel B. Thurman wrote: (...) Very basic: http://www.johannes-bauer.com/electronics/ I have gotten all the way though to the point of trying to display the curves

Re: gEDA-user: im new, soy nuevo

2010-04-19 Thread Rubén Gómez Antolí
Hi all: El 16/04/10 15:01, Ethan Swint escribió: On 04/16/2010 04:42 AM, Miguel Sánchez de León Peque wrote: Hi Luis, I live in Spain, so we wont have problems with the language ;-). The only thing I suggest you is to write us personal emails instead of using geda-user list if you write in

Re: gEDA-user: im new, soy nuevo

2010-04-19 Thread Rubén Gómez Antolí
Hi all: El 19/04/10 23:31, Armin Faltl escribió: [...] Good evening everyone, I hope nobody has troube with me writing German here now. Please, don't took seriously my last e-mail, it was only a joke. Really, you think is a good idea that all people on this list will writing dual

Re: gEDA-user: passing parameters to a subckt

2010-04-25 Thread Rubén Gómez Antolí
Hello all: El 25/04/10 04:39, al davis escribió: On Saturday 24 April 2010, Armin Faltl wrote: I can't make the list, but can tell you what I use: - resistor - potentiometer - capacitor - inductor - diode (including Zener, Schottky,... ) - bipolar transistors - MOSFETs - op-amp -

Re: gEDA-user: passing parameters to a subckt

2010-04-28 Thread Rubén Gómez Antolí
Hello all: El 26/04/10 13:43, Kai-Martin Knaak escribió: On Sun, 25 Apr 2010 22:01:56 +0200, Rubén Gómez Antolí wrote: Power electronics models needed: - SCR Thyristor - UJT - Triac True. I forgot those in my list, because I managed to avoid doing power supplies up to now ;-) - Etc

Re: gEDA-user: RMS Waveform of a signal

2010-06-16 Thread Rubén Gómez Antolí
Hello Al: Thanks for your response, Al. El 16/06/10 14:20, al davis escribió: On Wednesday 16 June 2010, Rubén Gómez Antolí wrote: I have a signal with harmonics and distorsion and I want to get the RMS waveform of it. I check some tools, including engines and post-proccesors

Re: gEDA-user: RMS Waveform of a signal

2010-06-16 Thread Rubén Gómez Antolí
Hello Armin: Thanks for your response. El 16/06/10 15:16, Armin Faltl escribió: To the best of my knowledge, the RMS-value (root mean square) is a constant, i.e. the waveform would be a straight horizontal line. The definition of the value comes from power considerations: it's the constant

Re: gEDA-user: RMS Waveform of a signal

2010-06-16 Thread Rubén Gómez Antolí
Hello: El 16/06/10 17:11, timecop escribió: Sincerily, I thought that this are more usual, but there are very few references on web and nothing in how to obtain in free world (at least, I can't find it). Wait a minute. So you want to get something (presumably for your work) Presumably for my

Re: gEDA-user: RMS Waveform of a signal

2010-06-16 Thread Rubén Gómez Antolí
Hello all: Thanks so much to all for all responses. El 16/06/10 20:52, Richard Balogh escribió: In octave/matlab: y = sqrt(sum(u.*conj(u))/size(u,1)) When You need RMS in certain interval D, just split the vector and repeat for each D... Let's go to do the real test: octave:1 simu4=load

Re: gEDA-user: RMS Waveform of a signal

2010-06-16 Thread Rubén Gómez Antolí
Again: El 17/06/10 00:33, Rubén Gómez Antolí escribió: [...] Let's go to do the real test: octave:1 simu4=load Salida.S4.Tran.dat ; octave:2 tiempo=simu4(:,1); octave:3 i_neutro=simu4(:,2); octave:4 length(i_neutro) ans = 3334 octave:5 valor_rms=sqrt(sum(i_neutro.*conj(i_neutro))/size

Re: gEDA-user: RMS Waveform of a signal

2010-06-20 Thread Rubén Gómez Antolí
Hello: El 18/06/10 12:49, Dan McMahill escribió: On 6/16/2010 10:43 AM, Rubén Gómez Antolí wrote: [...] I'm not completly sure but, these are true when the signal is regular and periodic. I'm not sure what definition you have in mind for regular. Sorry about, I'm so bad with english

gEDA-user: Port Geda-tools to Android/Maemo/Meego platforms?

2010-06-26 Thread Rubén Gómez Antolí
Hello all: Anyone has think about to port the Geda-tools to Android/Maemo/Meego platforms? With the avalanche of devices (now and in future) using this types of Linux s.o., I think that should be a great speedway to atract more users/devolopers and impulse this great suite. Furthermore, I

Re: gEDA-user: very backward time step?

2010-09-21 Thread Rubén Gómez Antolí
Hello all: El 20/09/10 20:29, John Doty escribió: On Sep 20, 2010, at 11:48 AM, al davis wrote: [...] With 0.35, I had to make gmin=100u. With the latest, it worked fine as is. Al, I think it would really help if you made a release. All of the distros are stuck at 0.35, so that's

Re: gEDA-user: a different approach to 3D modeling

2010-11-19 Thread Rubén Gómez Antolí
Hi: El 19/11/10 23:07, Colin D Bennett escribió: On Fri, 19 Nov 2010 15:24:05 -0500 Patrick Doylewpds...@gmail.com wrote: On Fri, Nov 19, 2010 at 1:23 PM, Peter Cliftonpc...@cam.ac.uk wrote: On Fri, 2010-11-19 at 17:43 +, Peter Clifton wrote: Perhaps it ranks as nice to have,

Re: gEDA-user: Alternate Platforms

2011-01-30 Thread Rubén Gómez Antolí
Hello all: El 27/01/11 23:10, Dietmar Schmunkamp escribió: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 27.01.2011 06:13, schrieb Dave McGuire: On 1/26/11 11:59 PM, rickman wrote: BTW, is Android multitasking or is it single tasking like the iPad OS? Android is layered atop Linux.

Re: gEDA-user: zview/ngscope

2011-04-07 Thread Rubén Gómez Antolí
Hi: El 06/04/11 16:42, John Doty escribió: On Apr 6, 2011, at 8:26 AM, Dave McGuire wrote: On 4/6/11 3:01 AM, Stephan Boettcher wrote: Specifically, the suite misses a way for fast turnaround of schematic modification, simulation and display. make Exactly. Especially for

Re: gEDA-user: Power users us normal users, a conflict? [WAS: Re: zview/ngscope]

2011-04-07 Thread Rubén Gómez Antolí
Hi again: El 08/04/11 01:30, Peter Clifton escribió: On Thu, 2011-04-07 at 16:00 -0600, John Doty wrote: On Apr 7, 2011, at 3:06 PM, Rubén Gómez Antolí wrote: You are right but, what about the users? I *am* a user. I'm too. gEDA is software that caters to the needs of users. But it's

Re: gEDA-user: Power users us normal users, a conflict?

2011-04-08 Thread Rubén Gómez Antolí
Hello: First of all, a aclaration for Stephan Boettcher: I'm not refering how power users to a CLI users, power users is a user that have a great knowledge of using the tools, all the tools including makefiles, bash, gEDA... I'm a CLI users and, certainly, I'm not a power user. El 08/04/11

Re: gEDA-user: Can i use geda for electric indoor installation?

2011-05-03 Thread Rubén Gómez Antolí
Hi Jonas: El 30/04/11 15:06, Jonas Stein escribió: i want to make a scheme like this: http://images.autodesk.com/emea_dach_main_germany/images/2g_acadelec_2012_auto_wire_number_1_large_1264x711.jpg Is geda the right tool for it? Has anyone experience with that? Do you have some screenshots of

Re: gEDA-user: Linux Desktop für gEDA

2011-08-06 Thread Rubén Gómez Antolí
Hello all: El 05/08/11 21:35, yamazakir2 escribió: Do you guys use your linux box for general desktop usage or only EDA? From 2002 to today, only Linux box. Between 1998/99 to 2001, a dual boot system, mostly in Linux. At first, I use Suse but fast change to Debian, actually in Sid. When

Re: gEDA-user: CERN goes for KiCAD

2011-09-11 Thread Rubén Gómez Antolí
Hello: El 07/09/11 00:20, Kai-Martin Knaak escribió: Today, I received an announcement from the CERN people. Key statement was: /- We had a meeting at CERN on Friday and decided we would start contributing to the Kicad project in view of taking it to a level of quality

Re: gEDA-user: CERN goes for KiCAD

2011-09-11 Thread Rubén Gómez Antolí
Again with you: El 07/09/11 17:58, John Hudak escribió: Um, with all due respectI don't consider myself 'simple minded'I am a professional EE, been working in this industry for a [...] If you believe that, you are seriously deluding yourselves. I came across posts

Re: gEDA-user: howto toporoute?

2011-09-11 Thread Rubén Gómez Antolí
Hello: El 11/09/11 20:16, Ales Hvezda escribió: [snip] Unfortunately, its original site seems to be out of business :-| Probably not, as the original toporoute developer has quit: http://archives.seul.org/geda/user/Mar-2011/msg7.html sad. -Ales

Re: gEDA-user: CERN goes for KiCAD

2011-09-12 Thread Rubén Gómez Antolí
Hello: El 12/09/11 18:42, Colin D Bennett escribió: On Sun, 11 Sep 2011 13:16:23 +0200 Rubén Gómez Antolíl...@mucharuina.com wrote: Is something how Kde us Gnome? Because after of years of desktop wars, both proyects colaborate in base (freedesktop) and expand his own style. There are