help-octave
[Top][All Lists]
Advanced

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

Re: findDelay.m


From: Robert T. Short
Subject: Re: findDelay.m
Date: Sat, 21 Dec 2013 10:30:28 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1

On 12/14/2013 04:09 AM, Juan Pablo Carbajal wrote:
On Wed, May 15, 2013 at 3:35 PM, Robert T. Short
<address@hidden> wrote:
On 05/15/2013 04:19 AM, Juan Pablo Carbajal wrote:
On Wed, May 15, 2013 at 4:34 AM, Robert T. Short
<address@hidden> wrote:
On 05/14/2013 11:30 AM, MV wrote:

I have a vector os current and tension. Both are no sinoidal. I'd like to
know the delay between then.

Marcos Varella

Em 14/05/2013 10:31, "Jordi GutiƩrrez Hermoso" <address@hidden>
escreveu:
On 14 May 2013 10:20, MV <address@hidden> wrote:
I'll try this way....
Which way? What are you referring to? You're quoting a giant blob of
text underneath your own text. Which part of that blob are you
referring to?

- Jordi G. H.


_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave

Attached is a function that maybe does the same thing.  If there is any
interest I will change the license and such so that that it could be
included in some octave library.

Bob


_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave

It is a good start! good job

My suggestions follow

1. Use the patch tracker so every developer can look at it if the wish to
do so.
https://savannah.gnu.org/patch/?group=octave
I suggest that you add a comment to add the function to the signal
package.

2. Add a help string, here a template
## -*- texinfo -*-
## @deftypefn {Function File} address@hidden,@var{c}] =} delayCorrelate
(@var{x}, @var{y})
##
## @seealso{}
## @end deftypefn

3. Use xcorr instead of calculating the correlation by hand. In this
way you will benefit from the agurment checking and the abilities that
xcorr has to manipulate matrices.

If you add it to the patch tracker I will look at it eventually (got
to work on ndmult.m first)

Cheers

JPi


I know the procedure.  I will add docstrings and tests.  Eventually.

Bob

any news concerning this development?


I guess I forgot about it.  I will see what I can do....

Bob


reply via email to

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