From: Jan Simon on
Dear Little Dog!

> I need to evaluate the difference between two data sets that measured
> from the same sources but with different sample rates. One is sampled
> with 1000 Hz and the other is 696 Hz.
> To "decimate" is not working, since the ratio of two sample rates is
> not an integer.

What about linear INTERP1 to bring the 696 Hz signal to 1000 Hz?
Jan
From: ALittleDog on
It is great!
INTERP1 does exactly what I am looking for and being trying to write
by myself a code for.
Thank you!