Re: [Scilab-users] find and locate local maxima

2021-05-11 Thread Stéphane Mottelet
6.1.0 *De :* users *De la part de* Clément David *Envoyé :* jeudi 18 mars 2021 15:08 *À :* Users mailing list for Scilab *Objet :* Re: [Scilab-users] find and locate local maxima Hello David, I merged the change, it is now available on Scilab nightly build and on all CI builds after scilab

Re: [Scilab-users] find and locate local maxima

2021-05-11 Thread CHEZE David 227480
.@lists.scilab.org>> De la part de Stéphane Mottelet Envoyé : mercredi 17 mars 2021 10:40 À : users@lists.scilab.org<mailto:users@lists.scilab.org> Objet : Re: [Scilab-users] find and locate local maxima Thanks Clément. Interested users can readily download the files if they want to

Re: [Scilab-users] find and locate local maxima

2021-04-09 Thread Samuel Gougeon
Le 18/03/2021 à 12:43, CHEZE David 227480 a écrit : Hi all, I’d be glad obviously to download the whole package to test it and report my experience :  I’m not use with the ‘review interface’ is there any way to download the whole package or I just retrieve files one by one ? For another

Re: [Scilab-users] find and locate local maxima

2021-03-18 Thread Clément David
mments on this new feature. Thanks, Clément From: users On Behalf Of CHEZE David 227480 Sent: Thursday, March 18, 2021 12:44 PM To: Users mailing list for Scilab Subject: Re: [Scilab-users] find and locate local maxima Hi all, I’d be glad obviously to download the whole package to test it and rep

Re: [Scilab-users] find and locate local maxima

2021-03-18 Thread CHEZE David 227480
: mercredi 17 mars 2021 10:40 À : users@lists.scilab.org Objet : Re: [Scilab-users] find and locate local maxima Thanks Clément. Interested users can readily download the files if they want to test the implementation even if it has not been reviewed. Particularly, it has not been discussed if we

Re: [Scilab-users] find and locate local maxima

2021-03-17 Thread Stéphane Mottelet
Clément David *Envoyé :* mardi 16 mars 2021 16:27 *À :* Users mailing list for Scilab <mailto:users@lists.scilab.org> *Objet :* Re: [Scilab-users] find and locate local maxima Hello David, After reading the Matlab documentation page, it

Re: [Scilab-users] find and locate local maxima

2021-03-17 Thread Clément David
the latest source code ; this is not a blocker for the review but rather for a one-click merge . Regards, Clément From: users On Behalf Of Claus Futtrup Sent: Tuesday, March 16, 2021 7:40 PM To: users@lists.scilab.org Subject: Re: [Scilab-users] find and locate local maxima Hi Stéphane It looks

Re: [Scilab-users] find and locate local maxima

2021-03-17 Thread Dang Ngoc Chan, Christophe
Hello, > De : users De la part de CHEZE David > 227480 Envoyé : mardi 16 mars 2021 14:53 > > I'm looking for function that could find and locate every local maxima > of any discrete time signal I suggest you to detect the local minima of the second derivative obtained by the Savitzky-Golay

Re: [Scilab-users] find and locate local maxima

2021-03-17 Thread CHEZE David 227480
Thank you all for your quick and rich solutions ! Indeed the Savitsky-Golay filters look especially good to properly smooth the data before hunting the remaining true extrema. Waiting for the coming next Scilab 6.1.0 that will include this feature, meanwhile I will give a try with more common

Re: [Scilab-users] find and locate local maxima

2021-03-16 Thread Federico Miyara
David: Just in case it is useful for your purpose, I'm attaching a flexible localmax function. To filter out noisy signals you could use a low-pass filter or lsq_splin() which can also remove multivalued data from replicated experiments. Regards, Federico Miyara On 16/03/2021 10:52,

Re: [Scilab-users] find and locate local maxima

2021-03-16 Thread Claus Futtrup
ent David *Envoyé :* mardi 16 mars 2021 16:27 *À :* Users mailing list for Scilab *Objet :* Re: [Scilab-users] find and locate local maxima Hello David, After reading the Matlab documentation page, it seems pretty simple to implement using Scilab : and $ symbols: function[*pks*, *locs*]=_findpe

Re: [Scilab-users] find and locate local maxima

2021-03-16 Thread Stéphane Mottelet
it, maybe it’s not the case . Regards, David *De :* users *De la part de* Clément David *Envoyé :* mardi 16 mars 2021 16:27 *À :* Users mailing list for Scilab *Objet :* Re: [Scilab-users] find and locate local maxima Hello David, After reading the Matlab documentation page, it seems pretty simple

Re: [Scilab-users] find and locate local maxima

2021-03-16 Thread CHEZE David 227480
users-boun...@lists.scilab.org>> On Behalf Of CHEZE David 227480 Sent: Tuesday, March 16, 2021 2:53 PM To: Users mailing list for Scilab mailto:users@lists.scilab.org>> Subject: [Scilab-users] find and locate local maxima Hi all, I'm looking for function that could find and locate eve

Re: [Scilab-users] find and locate local maxima

2021-03-16 Thread Clément David
HEZE David 227480 Sent: Tuesday, March 16, 2021 2:53 PM To: Users mailing list for Scilab Subject: [Scilab-users] find and locate local maxima Hi all, I'm looking for function that could find and locate every local maxima of any discrete time signal (timeseries), similar to Matlab or Octav

[Scilab-users] find and locate local maxima

2021-03-16 Thread CHEZE David 227480
Hi all, I'm looking for function that could find and locate every local maxima of any discrete time signal (timeseries), similar to Matlab or Octave function findpeaks(), scipy find_peaks(). Is anyone aware if something similar is already available in Scilab ? (I already browsed a little bit