search for: castanets

Displaying 20 results from an estimated 29 matches for "castanets".

2011 Jun 24
1
Model II regression
Hello, I am using function lmodel2 to calculate RMA regression between life-history traits in ladybirds beetles. It works well but I am not able to plot an RMA regression line on the scatterplot of my data. I am of course unable to plot the confidence intervals. For ordinary least square regression abline(lm(x~y))works well but for RMA regression, abline(lmodel2(x~y))does not do it. If somebody
2007 Jul 23
2
persp and greek symbols in the axes labels
Hello, I am plotting a 3D function using persp and I would like to use greek symbols in the axes labels. I have found examples like this one on the web: plot(0,0,xlab=expression(kappa[lambda]),ylab=substitute(paste(phi,"=",true,sigma),list(true=5))) this works well with plot but not with persp: with the command persp(M,theta = -20,phi =
2002 Feb 20
3
importing images
I would like to import "tif" images in R and I do not find any function that can do that. In Matlab there exists the function "imread" that can read the most known images format. Does a similar function exist for R ? Thanks in advance -- Herve CARDOT ____________________________________________________________ Unite Biometrie et Intelligence Artificielle, INRA Toulouse BP
2007 Jun 05
1
multiple plot in odfWeave
Hello R users, I found the odfWeave package to create an odf document. It seems to be a very nice tool. So i tried to used it to create a report with multiple plot: I create an odt file with some code inside: I connect to a mysql database I get a list of projects foreach project I would like to make a plot (a map exactly) then in a R console I use the odfweave (inFile, outFile) function.
1999 Nov 19
2
Impulses
After playing with the vorbis code for a while and doing tons of hacks and analysis on it, I've found it to perform very poorly with impulse signals. The MDCT seems to cause lots of spreading, and it seems to result in much worse impulse performance then mp3. What is the current plan on handling this? Will a smart quantizer be able to avoid it? I've been looking at various ways of
2005 Nov 21
2
Help for problem samba between linux and windows
Hi, Excuse my poor english !! I have a problem samba between linux and windows. I explain my actual situation : - windows 2000 SP4 - share a directory my_windows : d:\jagodin\partage - linux Redhat ES 4 - kernel version 2.6.9-5 in /etc/fstab : //my_windows/partage /export/home/cerit/jagodin/partage smbfs
2004 Mar 11
0
Une introduction à R/An introduction to R
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear all, it's a long time now since I started to translate "an introduction to R" in french and the document was sleeping in a quite hidden place on the web. These times I had an increasing demand from users around the (french speaking) world who were asking me what was going on. The translation is about half the way, but considering
2007 Feb 02
2
Inquiry
Hello, I came across your website and thought it would be a great resource to have listed on my friends page. Would you be interested in exchanging links with my new site? Kind Regards, Angie Hernandez [[alternative HTML version deleted]]
1999 May 21
3
SMBSH
On Fri, 21 May 1999, Sami Cokar wrote: > Hello, > how do you use smbsh? I have not found any dox on it other than how to > compile it. any help would be appreciated. Thanx. SMBSH is really neat. After you compile and install it (./configure --enable-smbwrapper ; make ; make install does it) you simply run it - it'll give you a login/pw and your usual shell prompt. You then can
2004 Sep 20
0
thank you for your help -
Hello, I search help for samba. In console of my server, a message appears all 5 minutes. "[] nmbd/nmbd_namequery.c: query_name_response(95) query_name_response: Multiple (2) responses received for a query on subnet (IP address of my server) for name (Domain name samba) This response was from IP (IP address of another server)" Why to correct this problem, if it's a problem ? thank
2004 Oct 07
0
Samba - smbfs - problème d'accent
Bonjour, Je r?alise un montage samba entre un serveur linux et un client Windows 2000. Je constate des probl?mes d'accents. Un fichier est cr?? sur windows avec ds accents, linux perd les accents et vice versa. ex1 fichier b?.txt cr?? sous linux, devient bU.txt le U majuscule comportant un accent aigu. ex2 fichiers j?.txt et b?.txt cr??s sous windows deviennent j?.txt et b?.txt. La
2000 Nov 11
1
Meaningful encoder testing
Ross Levis <ross@soulfm.cjb.net> wrote: > and submitted which show up problems in the LAME encoder. I thought > Velvet.wav was on the list but I just checked and couldn't find it so I > presume LAME has fixed the problem. I guess Monty has gone through the You can get velvet.wav from here: http://r3mix.50g.com/velvet.zip (2MB) Greetings, Aleksandar --- >8 ---- List
2001 Mar 10
0
Vorbis beta4 and -b256 mode quality
.... Still, in this bitrange, these artifacts shouldn't be present. 2.) gapless song come out perfectly! - no more clicks and pops - this is probably due to more accurate compression in beta4 so the edges of the songs are now matching with no clicks and pops. 3.) there's still some pre-echo (castanets.wav and only one file from my pre-echo test clips). But I think you're going to have a hard time finding a song that will exhibit pre-echo in -b256 mode. 4.) horn.wav still doesn't sound transparent! -b256 gives 100kbps, but there is still some noise introduced. It looks like VBR isn't...
1999 Oct 23
0
State of the code 19991022
...mmitted, doesn't trip it (the blocksizes in use right now are the ones that work correctly). I'll catch that in a bit. I backed out time domain envelope clamping for now. When it works, it lets you practically get away with murder in a pre-echo sense. There were a number of samples (like castanets) where I could use a single blocksize of 2048 and it sounded flawless. There are more, unfortunately, where clamping made things much worse... Until I figure out a better way to do it, I've disabled it entirely (the hooks are still there). Like continuous balance, I'll have to come back...
2008 Jul 27
0
CELT 0.4.0 released
Hi everyone, I'd just like to announce version 0.4.0 of CELT. CELT is a new very low-delay audio codec designed to have <10 ms delay at 44.1/48 kHz. This new release should improve the handling of transients and reduce the amount of pre-echo on things like castanets, especially for larger frame sizes. There is now support for frame sizes up to 512 samples for those who don't have extreme delay requirements. There's been some more tuning for stereo and a variety of frame sizes and higher bit-rates. The API has been changed slightly to remove the overlap...
2012 Feb 15
1
Is there a maximum limit for the domU memory ?
Hello everybody The current limit (we''re working with Xen 4.0.1 on a debian squeeze server) for the domU memory is 256 Gb Is it possible to do something to get domUs with more than that ? Do we have to upgrade Xen hypervisor for that purpose or is a kernel recompilation sufficient ? We would like to have a vm with 768 Gb memory... Thanks for your kind answers ! -- Emmanuel
2007 Jun 05
1
odfTable
Hello, I am using the odfWeave packages; I draw a table using the function odfTable: partCols <- gsub(?\\.?, ? ?, names(partenaires)) odfTable(partenaires, useRowNames = FALSE, colnames=partCols) it's working as I have a table in my output file. I would like to know how to change the background color for the header cells. I assuming i have to use tableStyles, but I don't understand
2001 Jan 22
3
prebeta4 tarballs
Once again I'm providing prebeta4 releases for people to test and playwith. Right now the tarballs are up. RPMS and the like should come soon.. http://www.vorbis.com/~jack/beta4/ jack. --- >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-dev-request@xiph.org' containing
2001 Jan 22
3
prebeta4 tarballs
Once again I'm providing prebeta4 releases for people to test and playwith. Right now the tarballs are up. RPMS and the like should come soon.. http://www.vorbis.com/~jack/beta4/ jack. --- >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-dev-request@xiph.org' containing
2001 Jan 11
2
MP3pro
So it looks like the Frauenhoffer boys are issuing an updated format -- MP3pro. They claim that it will give 128kbps/MP3 quality in 64kbps. I'm interested to see what others think of this. I'm also curious: I've seen others on the list say that Ogg/Vorbis' sound quality is "better" than MP3. Can this be quantified (or is this already on a web page somewhere)? I kinda