search for: posproc

Displaying 3 results from an estimated 3 matches for "posproc".

Did you mean: postproc
2004 Feb 03
0
Interlazed video posibilities
...- if video multiple of 2 and 1/2 of resolution is not multiple of 16 aspect ratio avoied putin the black bar in the center of the frane betwen the odd and de iner part for up to optain multiple of 16 resolution for less field-macroblock interference. - if the decoder is not capable to posproces de interlazed video, if we use the estandar cut system to indicate the upper field coded in the frame the decoder only show this field, the other is the same but start to the botton intested to start from the top the cut area. field based video - opmizable modificatin P frame of...
2012 Aug 08
1
dimnames in array
...your help. ____________ * fd.data11a = data11a DEfd11a = Data2fd(fd.data11a, times, bbasis, fdnames=list(NULL,NULL,varnames)) profile11a.obj=LS.setup(pars,DEfd11a$coefs,fhn,basisvals=bbasis,lambda,fd.obj=NULL, more=NULL,data=data11a,weights=NULL,times=times,quadrature=NULL,eps=1e-6, posproc=FALSE,poslik=FALSE,discrete=FALSE,names=NULL,sparse=FALSE) lik = profile11a.obj$lik proc = profile11a.obj$proc qwts = rep(1/length(knots),length(knots)) qwts = qwts %*% t(lambda) weights = array(1,dim(data11a)) likmore = make.id() likmore$weights = weights lik = make.SSElik() lik$mor...
2012 Aug 24
0
diagonal matrix, array attributes and how to keep from setting an attribute on "NULL"
...n the analysis with the same result Now traceback() gives: 7: as.array.default(Y) 6: as.array(Y) 5: kronecker(X, Y) 4: kronecker(X, Y) 3: diag(rep(1, nrep)) %x% basisvals$bvals.obs 2: LS.setup(pars, coefs, fn, basisvals, lambda, fd.obj, more, data, weights, times, quadrature, eps = 1e-06, posproc, poslik, discrete, names, sparse) 1: Profile.LS(fhn, data = data2, times = times, pars = pars, coefs = coefs, lambda = lambda, out.meth = "nls", control.in = control.in, control.out = control.out) the first four numbers here(7..4) seem okay when I call each; but in n...