[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Findpeaks function
From: |
Blaz |
Subject: |
Re: Findpeaks function |
Date: |
Wed, 24 Feb 2021 12:23:11 -0600 (CST) |
Thanks andy. The negative parts removal is simple and ideal solution. I feel
so silly, not remembering that myself.
For the second part I have come up to defining zerocrossing t values for
both signals separately. Now I would need to crossreference them and leave
in result2 only those who are the same in both vectors (indx and indy).
indx=zerocrossing(t,x);
indy=zerocrossing(t,y);
result2 = ??
--
Sent from: https://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
Re: Findpeaks function, Juan Pablo Carbajal, 2021/02/26