Re: [OctDev] Octave-Forge bugs in the tracker?

2011-09-08 Thread Jordi Gutiérrez Hermoso
2011/9/8 Carnë Draug : > On 8 September 2011 22:50, c. wrote: >> On 8 Sep 2011, at 23:39, Carnë Draug wrote: >> >>> If we do stay in sourceforge, then we >>> should at least start using its bug tracker (which some users do use >>> to report bugs but no one checks. There must be a way to have a mai

Re: [OctDev] Octave-Forge bugs in the tracker?

2011-09-08 Thread Carnë Draug
On 8 September 2011 22:50, c. wrote: > On 8 Sep 2011, at 23:39, Carnë Draug wrote: > >> If we do stay in sourceforge, then we >> should at least start using its bug tracker (which some users do use >> to report bugs but no one checks. There must be a way to have a mail >> be sent to octave-forge M

Re: [OctDev] installing a dev package

2011-09-08 Thread Jordi Burguet Castell
Hi Lukas, On Thu, Sep 8, 2011 at 6:29 PM, Lukas Reichlin wrote: > On 08.09.2011, at 18:03, Jordi Burguet Castell wrote: > >> Hi, >> >> I finished compiling and installing octave from svn (3.5.0+), but now >> I can't figure out how to install the packages from octave-forge that >> I also got from

Re: [OctDev] installing a dev package

2011-09-08 Thread Jordi Burguet Castell
Hola Juan Pablo, Yes, that helps a lot, I didn't know about "pkg -forge install ...". On the other hand, what I wanted is to be able to *change* things in the control package code, and then use those changes. I may need to do some changes/development on the signal and control packages, that's why

Re: [OctDev] Octave-Forge bugs in the tracker?

2011-09-08 Thread c.
On 8 Sep 2011, at 23:39, Carnë Draug wrote: > If we do stay in sourceforge, then we > should at least start using its bug tracker (which some users do use > to report bugs but no one checks. There must be a way to have a mail > be sent to octave-forge ML when anything changes on the bug tracker).

Re: [OctDev] Octave-Forge bugs in the tracker?

2011-09-08 Thread Carnë Draug
Hi everyone, I want to know what's the end of this? It seemed to me that everyone thinks a good idea (or at least did not oppose) start using the bug tracker. The main point of discussion seems to be whether move or not to savannah (since we already have on in SF that is not being used). 1 month

Re: [OctDev] installing a dev package

2011-09-08 Thread Lukas Reichlin
On 08.09.2011, at 18:03, Jordi Burguet Castell wrote: > Hi, > > I finished compiling and installing octave from svn (3.5.0+), but now > I can't figure out how to install the packages from octave-forge that > I also got from their svn repository. > > Things I've tried: > > * octave-forge/main/co

Re: [OctDev] installing a dev package

2011-09-08 Thread Juan Pablo Carbajal
Hi, I may have not understood what you are trying to do, but in the latest version of Octave you ca install directly from forge using the command octave> pkg -forge install Where is the package you want to install You can get a list of the packages with octave> pkg -forge list And your local v

Re: [OctDev] Bugfix (or update) for signal package

2011-09-08 Thread Carnë Draug
On 8 September 2011 17:14, Jordi Gutiérrez Hermoso wrote: > On 8 September 2011 11:00, Carnë Draug wrote: >> 2011/8/14 Jordi Gutiérrez Hermoso : >>> Patch for signal package. I'm not sure if the first hunk should go there. >>> >>> Could I get write access to the 'Forge packages? I promise to be g

Re: [OctDev] Bugfix (or update) for signal package

2011-09-08 Thread Jordi Gutiérrez Hermoso
On 8 September 2011 11:00, Carnë Draug wrote: > 2011/8/14 Jordi Gutiérrez Hermoso : >> Patch for signal package. I'm not sure if the first hunk should go there. >> >> Could I get write access to the 'Forge packages? I promise to be good >> and ask first if the patches are correct. >> >> Thanks. >>

Re: [OctDev] Submission for the signal package

2011-09-08 Thread Carnë Draug
On 8 September 2011 16:54, Dr. Alexander Klein wrote: > Am 08.09.2011 um 17:46 schrieb Schirmacher, Rolf: > >> "oder" is the German word for "or", so you might simply replace it. > > Ooops, now I see what the _real_ mistake was, you're totally right! yes, my problem was with that word. I didn't k

[OctDev] installing a dev package

2011-09-08 Thread Jordi Burguet Castell
Hi, I finished compiling and installing octave from svn (3.5.0+), but now I can't figure out how to install the packages from octave-forge that I also got from their svn repository. Things I've tried: * octave-forge/main/control/devel$ octave < makefile_all.m /usr/bin/ld: cannot find vecLib: No

Re: [OctDev] Submission for the signal package

2011-09-08 Thread Schirmacher, Rolf
Carnë, "oder" is the German word for "or", so you might simply replace it. Thanks, Rolf > -Original Message- > From: Carnë Draug [mailto:carandraug+...@gmail.com] > Sent: Thursday, September 08, 2011 5:24 PM > To: Dr. Alexander Klein > Cc: octave-...@lists.sf.net > Subject: Re: [OctDev

Re: [OctDev] Bugfix (or update) for signal package

2011-09-08 Thread Carnë Draug
2011/8/14 Jordi Gutiérrez Hermoso : > Patch for signal package. I'm not sure if the first hunk should go there. > > Could I get write access to the 'Forge packages? I promise to be good > and ask first if the patches are correct. > > Thanks. > > --- __ellip_ws.m        (revision 8405) > +++ __ellip

Re: [OctDev] Submission for the signal package

2011-09-08 Thread Dr. Alexander Klein
Am 08.09.2011 um 17:46 schrieb Schirmacher, Rolf: > "oder" is the German word for "or", so you might simply replace it. Ooops, now I see what the _real_ mistake was, you're totally right! Alex -- Dr. Alexander Klein, Diplom-Mathematiker Physiologisches Institut |

Re: [OctDev] Submission for the signal package

2011-09-08 Thread Dr. Alexander Klein
Am 08.09.2011 um 17:24 schrieb Carnë Draug: > single one with elseif. There's a mistake on the help text. What does > this mean? > > to be used with @code{filter} oder @code{filtfilt} I meant to say that the return values of the function can be used as input values for the functions filter and

Re: [OctDev] Submission for the signal package

2011-09-08 Thread Carnë Draug
2011/9/8 Dr. Alexander Klein : > Am 08.09.2011 um 13:32 schrieb Carnë Draug: > >> I'm not an admin of the project so I can't give write-access to the >> repository. I can, however, add your code in the mean time. > > Carnë, > > it would be very nice if you could do that for me, thank you! > >> The

Re: [OctDev] Submission for the signal package

2011-09-08 Thread Dr. Alexander Klein
Am 08.09.2011 um 13:32 schrieb Carnë Draug: > I'm not an admin of the project so I can't give write-access to the > repository. I can, however, add your code in the mean time. Carnë, it would be very nice if you could do that for me, thank you! > The function only returns "b" and "a" while "c"

Re: [OctDev] Submission for the signal package

2011-09-08 Thread Carnë Draug
On 5 September 2011 07:14, Dr. Alexander Klein wrote: > Good morning, > > I'd like to submit the attached file for inclusion in the signal package. It > implements IIR notch filters with very narrow bandwidths according to a > method originally published bei Pei and Tsend in 1996 (see docs). > > K