search for: s45533

Displaying 1 result from an estimated 1 matches for "s45533".

Did you mean: 45533
2008 May 05
0
quantitative spectra analysis
...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 > > xx <-cbind(v10146, v45533) > > dim(xx) > [1] 8133 2 &...