Displaying 12 results from an estimated 12 matches for "omnidirectional".
2005 Sep 15
4
Error in vector("double", length) : vector size specified is too large....VLDs
I have what R seems to consider a very large dataset, a 12MB text file of
lat,long,and height values, 130,000 rows to be exact.
Here's what I get:
Thomas Colson
North Carolina State University
Department of Forestry and Environmental Resources
(919) 673 8023
tom_colson at ncsu.edu
Calendar:
www4.ncsu.edu/~tpcolson
2005 Mar 24
1
Best Headsets for a Call Center Environment
I'm looking for suggestions as to the best multimedia headsets for a
call center environment.
A few considerations:
1) USB headsets are preferable, because they don't require a soundcard.
2) Omnidirectional microphones are problematic, because they pick up too
much background noise.
Thanks,
Matthew Roth
http://www.voip-info.org/tiki-index.php?page=Running%20Asterisk%20on%20Debian
2018 Aug 30
0
[PATCH] Apply equal bit allocation to ambisonic channels
...e_ratio_num / rate_ratio_den) times
- * as many bits as all other ambisonics channels.
- */
- const int rate_ratio_num = 4;
- const int rate_ratio_den = 3;
+ opus_int32 per_stream_rate;
+
const int nb_channels = st->layout.nb_streams + st->layout.nb_coupled_streams;
- /* The omnidirectional ambisonics and non-diegetic stereo channels */
- const int nb_nondirectional_channels = st->layout.nb_coupled_streams * 2 + 1;
- /* The remaining ambisonics channels */
- const int nb_directional_channels = nb_channels - nb_nondirectional_channels;
if (st->bitrate_bps==OPUS_AUTO)...
2008 Aug 15
1
Strange error message from geoR´s likfit () lik. max. func.
...summary
# Min. 1st Qu. Median Mean 3rd Qu. Max.
# 296.1 336.3 345.5 351.9 366.5 422.1
plot(w1.geo) # so far so good
plot(w1.geo,lambda=0.1) #ditto
w1.geo.vc<-variog(w1.geo,option="cloud",max.dist=summary(w1.geo)$distances.summary[2],lambda=lambda)
#variog: computing omnidirectional variogram
plot(w1.geo.vc)
w1.geo.lf<-likfit(w1.geo,cov.model="matern",ini.cov.pars=c(2,0.03),kappa=1,fix.kappa=FALSE,nugget=0.01,lambda=lambda,fix.lambda=FALSE,hessian=TRUE)
# here the error in likfit()
#Error in ldots[[which(MET)]] : attempt to select less than one element
sessionInfo...
2009 Feb 05
0
AEC in live performance
Hi,
I plan to use AEC for a live performance, storytelling for very young
children (and their parents!) in a mongolian yourte . Actually the
storyteller can make vocal loops, there is an omnidirectional microphone
in the center of the yourte, 5 loudspeakers in a circle along the
yourte's wall and Pure Data in a linux box. And now she wants to make
vocal loops over music and loops over loops... Maybe aec will help her?
I did some testing on a small setup, 2 desktop loudspeakers and have
very g...
2008 Jul 25
0
Error in vector("double", length)
Please see the code below.
When I try to run the variogram - vg.deft<-variog(rd,uvec=10)
I keep getting this error-
variog: computing omnidirectional variogram
Error in vector("double", length) : vector size specified is too large
Also, when I try to define distance-based neighborhood -
nb.tr=dist.neighbors(tr.locs,2)
I get this error -
Error in vector("double", length) : vector size cannot be NA
In addition: Warning message...
2009 Sep 17
0
geoR, variofit
...3)
# Calculate the sample variogram
vario_var1 <- variog(geodata1,
uvec = nlags,
trend = trend,
option = "bin",
estimator.type = "modulus",
max.dist = max.dist,
pairs.min = 10.,
direction = "omnidirectional",
messages = TRUE)
# Fit a model
variofit_var1 <- variofit(vario_var1,
cov.model = variotype,
fix.nugget = FALSE,
max.dist = vario_var1$max.dist,
messages = TRUE)
_________________________...
2011 Mar 25
1
spatial stats - geoR - variogram - standard deviation
...RUE TRUE TRUE TRUE TRUE
$var.mark
[1] 74.84206
$beta.ols
[1] 14.5665
$output.type
[1] "bin"
$max.dist
[1] 10000
$estimator.type
[1] "classical"
$n.data
[1] 10000
$lambda
[1] 1
$trend
[1] "cte"
$pairs.min
[1] 2
$nugget.tolerance
[1] 1e-12
$direction
[1] "omnidirectional"
$tolerance
[1] "none"
$uvec
[1] 250 750 1250 1750 2250 2750 3250 3750 4250 4750 5250 5750 6250 6750
7250
[16] 7750 8250 8750 9250 9750
$call
variog(coords = coords, data = data$slp, breaks = breaks, option = "bin")
attr(,"class")
[1] "variogram"...
2005 Oct 18
3
Legal issues for non-profit radio stations.
Hi All,
Some time ago I emailed this list and mentioned (as well as a couple of
techinical queries) that I was trying to contact the PRS for information on
the copyright licencing requirements of a non-profit on-line radio station,
a few people expressed interest in this and asked I keep them updated. Well
I just sent my third email (transcript below) informing them that I will
assume a further
2007 Apr 14
13
Ambisonics in Ogg Vorbis
On 2/28/07, Ivo Emanuel Gon?alves <justivo@gmail.com> wrote:
> On 2/28/07, Ralph Giles <giles@xiph.org> wrote:
> > Well, there are todo pages at wiki.xiph.org, but I meant more in the
> > community folklore sense. My point is a roadmap doesn't help much unless
> > there are people committed to making things happen. That's been the
> > problem with a
2007 Apr 14
13
Ambisonics in Ogg Vorbis
On 2/28/07, Ivo Emanuel Gon?alves <justivo@gmail.com> wrote:
> On 2/28/07, Ralph Giles <giles@xiph.org> wrote:
> > Well, there are todo pages at wiki.xiph.org, but I meant more in the
> > community folklore sense. My point is a roadmap doesn't help much unless
> > there are people committed to making things happen. That's been the
> > problem with a
2004 Aug 06
2
Preprocessing and Echo Cancellation Notes.
...lly based on the
previous probabilities?
I had also experimented with the 3GPP AMR VAD code (which is, of
course, copyrighted) to see how it compares, and it was still better
than speex, but speex is still pretty good.
3) denoising: This option was the most interesting. Previously, using
an omnidirectional microphone, like that in a notebook or whatnot, to
pick up speech gave a really poor SNR; conversation was possible, but
it was quite annoying. With the speex denoising filter, it comes
through really clear, pretty much as good as if one were using a
headset and a directional mic right next to...