search for: acustic

Displaying 19 results from an estimated 19 matches for "acustic".

Did you mean: acoustic
2004 Aug 06
2
--dtx alone does nothing?
...pecify either quality or > bit-rate, so: > > CBR+quality = --quality <int> > VBR+quality = --vbr --quality <float> > CBR+bit-rate = --bitrate <int> > VBR+bit-rate = --abr <int> Okay, so are CBR+quality equivalent to CBR+bit-rate or is there some psycho- acustics that make them different? What is the range of quality <float>? 0-10 like the int or 0.0-1.0? Thanks for helping to clear this up for me, Jean-Marc. Cheers, David --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe fr...
2003 Dec 20
1
sound library
I'm collaborating with and electronic musician to experiment on the production of music from number sequences. As I'm an R user I started playing around with the sound library and I found it very useful. However there are several things I do not understand (I'm not an expert in acustic nor audio signal treatment). The first thing I'd like to understand is: let s be a normalized sample and suppose it generates a waveform with non audible frequencies. Then if I play it trough the function "play" (I'm using an R-window version) I won't hear anything. Then I pl...
2000 Jan 11
1
a +1 shift overlaying lines/points on a boxplot (PR#398)
Full_Name: Adrian Custer Version: 0.90.0 OS: Linux on Thinkpad (pentium) and desktop (K6) Submission from: (NULL) (128.32.251.234) When I create a boxplot, and then try to overlay a lowess fit or just the points, the points do not appear in the highest level and the lowess curve does not reach the highest level. However, if I add one to each of the models, the problem is solved. I tried this
2000 Jun 29
3
Overal plot title after mfrow and .Rhistory questions.
Hello everyone, I had a few questions that I have not been able to figure out despite a lot of reading. 1) Adding a title to a multiplot figure: If I plot multiple plots with >par(mfrow=c(2,6)) how do I add an overall title to the figure, not the individual plots? 2) Saving histories on the fly: Is there a .Rhistory equivalent to >save.image() ? I would like to be able to save the
2004 Aug 06
0
--dtx alone does nothing?
...meet the target. There might be ways to improve, it's very rough right now. Also, note that you'll likely get better results by trying several --quality until you get the right bit-rate than with --abr. > Okay, so are CBR+quality equivalent to CBR+bit-rate or is there some psycho- > acustics that make them different? --quality 8 and --bitrate 15000 are exactly equivalent. That's not the case with --abr. > What is the range of quality <float>? 0-10 like the int or 0.0-1.0? 0-10 Jean-Marc -- Jean-Marc Valin, M.Sc.A. LABORIUS (http://www.gel.usherb.ca/laboriu...
2009 Jan 14
0
search in sql client
...#39;m russian and i have problem with wine. i have client for SQL server windows. working client get table with street and keep it in his memory. All names are russian I have field where i enter first letter of street and client find similar street in table. For example... A = ABRIK AC = ACAN ACU = ACUSTIC But i have problem. 1) table in my client on wine is unsorted (in windows it sorted) 2) When i press letter client >ffers strrets on this letter and on slightly next For example... B = ABRIK BE = ABUR BER = BAK BERU = BERU I try with any version of wine. Now i have 1.1.12. I try ubuntu, opensu...
2000 Jun 21
1
converting a string to an element in a function call
Hello everyone, I'm trying to write a function that will step through a vector of strings and evaluate the contribution to the R-squared of each in turn. I suspect this is related to the anova(model) call but not quite sure how and anova() is order dependent so I have to step through orders anyhow. The issue is that I pass a vector of strings to the function and want to use it as:
2000 May 22
0
RE:bug 548 graphics '*' (PR#549)
> From: acuster@nature.berkeley.edu > Date: Mon, 22 May 2000 00:13:41 +0200 (MET DST) > To: r-devel@stat.math.ethz.ch > Subject: [Rd] RE:bug 548 graphics '*' (PR#549) > CC: R-bugs@biostat.ku.dk > X-Loop: R-bugs@biostat.ku.dk > X-Keywords: > > Full_Name: Adrian Custer > Version: 1.0.1 > OS: gnu-linux (mandrake 7.1beta) > Submission from: (NULL)
2000 May 19
2
graphics character misplaced (PR#548)
Full_Name: Adrian Custer Version: 1.01 OS: gnu-linux (mandrake 7.1beta) Submission from: (NULL) (128.32.251.234) The character "*" displays too high in comparison to the graph space and other characters in the plot. Consider: > a_-0.15 > plot(c(0,100),c(0,1)) > for (i in 1:100){ points(i,(1-exp(a*i)),pch=".",col="blue")} > for (i in 1:100){
2004 Aug 06
2
--dtx alone does nothing?
...y until you get the right bit-rate than with > --abr. Okay, good for files, but not probably what the telephony guys want, but it makes sense, it's a fairly straightforward way to do it. > > Okay, so are CBR+quality equivalent to CBR+bit-rate or is there some psyc= > ho- > > acustics that make them different? > > --quality 8 and --bitrate 15000 are exactly equivalent. That's not the > case with --abr. I was thinking there was going to be a 1:1 like that. Cool. > > What is the range of quality <float>? 0-10 like the int or 0.0-1.0? > > 0-10...
2004 Aug 06
2
--dtx alone does nothing?
> All you say look normal to me. Okay, clarification requires less code to be written than a bug. :) > > Does that makes sense? I would have thought that --dtx alone would have = > doen it, > > but maybe it needs perfect digital silence to work? Or only uses the voi= > ce activation > > to know when there's silence? > > DTX requires the VAD to know when
2000 Jul 15
0
seg.fault in eval.c (PR#608)
--/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii Hello everyone, verison: 1.0.1 platform: Gnu/linux mandrake 7.1beta I'm running a user function to step through a frame and plot one column against the next. This crashes the program fairly reliably although not on the first try. Here is a log of the session run through gdb. First I launch R, print out the top of the frame and
2000 Jun 29
2
Question on an alternative to ls() and expanded R object types
Hello everyone, This question and associated comments come from a desire for more sanity in my object name space. These ideas may just be a whacky, way too difficult to implement or already possible with existing functions. Would it be possible to improve R's listing ability by adding the capability to list objects by type, creation date, modification date, ancestry and/or user comments?
2000 Jan 21
0
Bug list summary (automatic post)
================================================= This is an automated summary of the status of the R-bugs repository. Note that this may be neither complete nor perfectly correct at any given instance: Not all bugs are reported, and some reported bugs may have been fixed, but the repository not yet updated. Some bug fixes are difficult to verify because they pertain to specific hardware or
2004 Mar 19
3
Incomplete Gamma Functions and GammaDistribution Doc errata.
Hello all, In the course of trying to implement the CDF of an InverseGammaDistribution, I have run across the need for an igamma() function. Several others have needed this function but the answers I have found so far are not totally clear to me. I'm writing for three reasons: 1) to present a small error in the docs 2) to clarify the approach we are expected to take 3) to request,for the
2002 Jul 02
1
the name of the statistical notation in R
Hey everyone, I know I've come across this somewhere, in either the blue or white books or in one of the help docs but I can't put my hand on it. What's the name of the statistical notation used in R? responseVar ~ anExplantory:anotherExplantory + thridExplantory Is this part of a coherent framework of notation that is as applicable to models which are not generalized linear models
2008 Oct 30
0
Samba + Nested Groups
Hello for all, I'm having a doubt that I could not find in samba man and even google. My need is to do with samba ldap something similar to what the AD (NT4 does too?) made with windows nested groups, which include groups within groups at different levels (not just one). Problem example: create a local or global group (better yet) called GRUPO_ALL, which contains two other global groups
2004 Feb 13
1
ISBN number registartion
Hello all, I notice that the R package, the manuals and even the FAQ have ISBN numbers. I help write the Gnumeric (GNOME's spreadsheet) manual and wondered how you all managed to get those numbers. Also are these numbers interrelated so that if you gain a document, its number would follow from your existing numbers. Any pointers to information would be appreciated. Thanks, --adrian custer
2004 Feb 13
4
How to plot a blank plot
Hello everyone, In plotting several graphics, I'd like to be able to plot a blank plot as in: par(mfrow=c(2,1)) plot(BLANK) hist(rgamma(100000,6463.7,scale=0.015471),xlim=c(0,120),main="Emergence") I realize screen allows me to do this, but I figure the functionality must be there. Is there an equivalent to plot(BLANK)? thanks, adrian PS. please reply direct as I'm not