Displaying 1 result from an estimated 1 matches for "s10146".
Did you mean:
10146
2008 May 05
0
quantitative spectra analysis
...amming is to the point of
being able to do something like that. hope this helps
On Sun, May 4, 2008 at 8:48 PM, Maura E Monville <maura.monville@gmail.com>
wrote:
> The attached picture is what I get passing the time series where the
> shorter signal is wrapped around.
>
> > s10146 <- read.table("10146-Clean-Signal.txt")
> > s45533 <- read.table("45533-Clean-Signal.txt")
> > v10146 <- as.vector(s10146[,1])
> > length(v10146)
> [1] 8133
> > v45533 <- as.vector(s45533[,1])
> > length(v45533)
> [1] 6764
> >...