Re: Findpeaks function
Blaz <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.general |
|---|---|
| Message-ID | <[email protected]> |
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