help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Findpeaks function


From: Andreas Weber
Subject: Re: Findpeaks function
Date: Thu, 25 Feb 2021 09:10:13 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0

Am 24.02.21 um 19:23 schrieb Blaz:
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 = ??

help intersect



reply via email to

[Prev in Thread] Current Thread [Next in Thread]