Displaying 4 results from an estimated 4 matches for "nvo".
Did you mean:
no
2002 Jan 14
6
RC2 better than RC3 ???
...ty :
you already get quality with all other formats at medium/high bitrates
Ogg gives quality at very low bitrates, and THIS is the most
important to my eyes !!
Anyway i need to encode at least at 72k (quality=0.5) with rc3 to
have the same feeling i used to have with rc2 at 64k !!!
Emmanuel (aka nvo98xp)
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscrib...
2014 Aug 28
2
problema al copiar datos de tipo caracter de un archivo a otro
...t;,"rep","nca","nin","iso","are")
i <- 1
k <- 1
for (i in 1:length(filenames))
{
# leer los datos desde cada archivo
tmp <- read.csv(filenames[i], header=FALSE, sep="\t")
# sacar los datos y meterlos a un nvo archivo temporal
# datos de identificacion
dat[k,1] <- substr(filenames[i],1,3)
dat[k,2] <- substr(filenames[i],4,4)
dat[k,3] <- substr(filenames[i],7,8)
dat[k,4] <- substr(filenames[i],5,5)
# para comenzar a leer los datos desde el C16:0
j <- 1
while (...
2009 Dec 11
12
Literature analysis
Dear all,
i am new in R. I am writing a review paper about batteries. However, i
am interested in analyzing all the papers by keywords, author,
references and year.
This could be done by "refviz" a software, which is only running on
windows machines and which is not free.
So my question to you is, is it somehow possible to write a script that
can do all of this work?
And if yes, with
2002 Jul 18
2
R sample session
Hi:
I'm trying to do the sample session listed in Appendix A
of the "Introduction to R" manual from:
http://cran.R-project.org/manuals.html
I've already downloaded R-1.5.1.tgz from:
http://cran.r-project.org/
The problem is I can't find the file "morley.tab"
which I need to start the sample session (as stated
in the manual).
Do you know where I can find it?