Displaying 1 result from an estimated 1 matches for "v45533".
Did you mean:
45533
2008 May 05
0
quantitative spectra analysis
...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
> > xx <-cbind(v10146, v45533)
> > dim(xx)
> [1] 8133 2
> > v45533[1:10]
> [1] -1.7721546 -1.7482835 -1.6964711 -1.6154405 -1.5045701 -1.3747449
> [7] -1.2332980 -1.0912172 -0.9585821 -0.8420886
&g...