search for: v10146

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

Did you mean: 10146
2008 May 05
0
quantitative spectra analysis
....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 > > v45533[1:10] > [1] -1.7721546 -1.7482835 -1.6964711 -1.61...