octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #45390] Feature request: finddelay function


From: zLs
Subject: [Octave-bug-tracker] [bug #45390] Feature request: finddelay function
Date: Wed, 24 Jun 2015 11:53:21 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0

Follow-up Comment #2, bug #45390 (project octave):

Thanks Doug.

With your tip and some searches, i use these lines to get the delay:

[R, lag]=xcorr(y, y_filt);
[a b]=max(R);
D = abs(b - length(y));

I think is the right way.
I am new in this forum. How can i contribute to GNU octave by helping develop
the finddelay() function, in order to get more compatibility with Matlab?

Thanks again,

zLs

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45390>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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