I have data like this:
[1,3,3,....1]
~ 500 numbers.
Each 1 ms, i've got a new one, but with some shift(5-10 points)+small noise.
E.g:
[1 2 3 4 3 21 4 5...]
[0 4 3 1 2 3 4 19 7 5 ...]
In this case shift is 3.
I want to know this shift. How can I get it?
Fourier way is to slow.. Because I have many lines per second. find time shift between two similar waveforms
May be there some fast ways? Or May be I should use Fourier for only part of my data (because they are shifting approximately like whole). Many thanks.