Re: [OctDev] password

2011-10-11 Thread Carnë Draug
On 11 October 2011 16:58, Pierre-Marie GAGEY wrote: >> On 10 October 2011 09:16, Pierre-Marie GAGEY >> wrote: >>> >>>  Hello, >>> >>  >        Looking for Octave statistical toolbox it seems I need a >>> >>>  password... Could you send it to me? >>> >>>  Nice to receive it >> >> Hi >> >> you must

Re: [OctDev] password for octave wiki

2011-10-11 Thread Etienne Grossmann
Hi All, I changed the entry page of the wiki so it says: If you would like to add new stuff to the wiki or rework existing stuff, then please ask for a password on octave-dev at lists dot sourceforge dot net. See the HowTo for more info on editing. If y

Re: [OctDev] Impulse invariance transform implementation

2011-10-11 Thread Rudy Eschauzier
O.k., thanks for your help in cleaning up the code and checking in. As a FYI, I doubled checked the example from the link to make sure impinvar gives the same result as Matlab. Fortunately, this turns out to be the case. Rudy. From: Carnë Draug To: Rudy Escha

Re: [OctDev] gsl package misses some hypergeometric functions

2011-10-11 Thread Carnë Draug
On 10 October 2011 11:31, Martin Helm wrote: > Am Sonntag, den 09.10.2011, 21:46 -0500 schrieb Stephen > Montgomery-Smith: >> Any chance you could add the Carlson forms of the elliptic integrals as >> well? >> >> http://www.gnu.org/s/gsl/manual/html_node/Carlson-Forms.html >> >> > Looking at it, t

Re: [OctDev] Impulse invariance transform implementation

2011-10-11 Thread Carnë Draug
2011/10/11 Rudy Eschauzier : > Hi Carnë, > Yes, I am very sure. In fact, removing zero and near-zero elements > introduces a bug. Note how both a_out and b_out are polynomials. Taking an > element out, will shift the polynomial weights to the next power, messing up > the entire polynomial. The resu

Re: [OctDev] Impulse invariance transform implementation

2011-10-11 Thread Rudy Eschauzier
Hi Carnë, Yes, I am very sure. In fact, removing zero and near-zero elements introduces a bug. Note how both a_out and b_out are polynomials. Taking an element out, will shift the polynomial weights to the next power, messing up the entire polynomial. The results will be both bizarre and difficu

Re: [OctDev] password for octave wiki

2011-10-11 Thread Andy Buckle
2011/10/11 Verónica del Pozo Romano : > Hi! It is said in the web page of Octave that we must order a password to > have full access to the wiki. > > Thanks > > Best regards, > Verónica. For write access, yes. If you would like to make a contribution. Please reply to the list, summarising the cont

Re: [OctDev] Impulse invariance transform implementation

2011-10-11 Thread Carnë Draug
2011/10/10 Rudy Eschauzier : > Attached are updated files for the impulse invariance transform and its > inverse. I have also attached a diff file against the current svn revision. > > These are the changes: > -impinvar and invimpinvar now include test cases. > -bug fixes > -code optimization (vect

[OctDev] password for octave wiki

2011-10-11 Thread Verónica del Pozo Romano
Hi! It is said in the web page of Octave that we must order a password to have full access to the wiki. Thanks Best regards, Verónica. -- All the data continuously generated in your IT infrastructure contains a definitive

[OctDev] Bug with local and java package

2011-10-11 Thread Vincent
Hello, I was using a french localisation, with a comma as decimal separator. When I use java package to make some GUI, after calling inputdlg, I can't draw anything. The dots used in decimal numbers send to gnuplot was replaced by comma. I suspect that thae java package replace the decimal separat