search for: unsatur

Displaying 17 results from an estimated 17 matches for "unsatur".

Did you mean: natur
2014 Jul 04
3
Cambio de "titulo" en barra de un grafico
...grafico (adjunto) con el siguiente codigo: xYplot (Cbind(mean,ll,ul) ~ con| dia, groups=sol, data=mfctr[mfctr$dia ==1 | mfctr$dia ==7,] , auto.key=list(cex=0.8, x = .58, y = .7, corner = c(0,0), columns=1) , xlab=list("Solvent concentration (%v/v)", cex=1.2), ylab=list("saturated / unsaturated ratio", cex=1.2) , aspect=(1/3), ylim = c(-0.1, 0.7), scales=list(cex=1.1) , panel=function(...) { panel.xYplot(...,type =c("p"),lty =1.5, label =FALSE) } , par.settings= simpleTheme( , pch=c(0,1,2,5) , cex = 1) , layout=c(1,2) ) y como se observa en el grafico adjunto, el &quot...
2014 Jul 04
2
Cambio de "titulo" en barra de un grafico
...=mfctr[mfctr$dia.new =="dia_1" | mfctr$dia.new =="dia_7", ] > > , auto.key=list(cex=0.8, x = .58, y = .7, corner = c(0,0), > columns=1) > , xlab=list("Solvent concentration (%v/v)", cex=1.2, font=2) > , ylab=list("saturated / unsaturated ratio", cex=1.2, font=2) > , aspect=(1/3), ylim = c(-0.1, 0.7), scales=list(cex=1.1) > > , panel=function(...) > { > panel.xYplot(...,type =c("p"),lty =1.5, label =FALSE) > } > , par.settings= simpleTheme( pch...
2013 Jun 24
3
Dibujar rectas sobre varios un grafico multipanel
...ficos pegados juntos) y sobre este tengo que dibujar 4 rectas ajustadas a los datos de cada panel. Intente hacerlo con lattice usando el siguiente codigo : library(lattice) library(latticeExtra) xYplot(Cbind(mf[,3],mf[,5],mf[,6])~dia|factor(sol),data=mf,xlab="Time (days)",ylab="Unsaturation index", method="bars", keys="lines",layout=c(4,1),abline=list(list(a=4.532e-04,b=-2.138e-05),list(a=7.137e-05,b=2.699e-05),list(a=3.627e-04,b=2.552e-05),list(a=6.251e-04, b=4.938e-05))) y obtengo el grafico que adjunto, el que no responde a mi necesidad pues debo dibu...
2013 Jun 24
2
Dibujar rectas sobre varios un grafico multipanel
...ue dibujar 4 rectas ajustadas a los > datos de cada panel. Intente hacerlo con lattice usando el siguiente > codigo : > > library(lattice) > library(latticeExtra) > > > xYplot(Cbind(mf[,3],mf[,5],mf[,6])~dia|factor(sol),data=mf,xlab="Time > (days)",ylab="Unsaturation index", method="bars", > keys="lines",layout=c(4,1),abline=list(list(a=4.532e-04,b=-2.138e-05),list(a=7.137e-05,b=2.699e-05),list(a=3.627e-04,b=2.552e-05),list(a=6.251e-04, > > b=4.938e-05))) > > y obtengo el grafico que adjunto, el que no responde a m...
2004 Aug 06
3
Speex settings and jitter
..., and I don't use it for jitter correction instead I just use it for dropped packets - so I usually drop the late packet. It sounds acceptable as long as I drop less than 5% of traffic (dropping 2 in a row makes a bad robot noise, so I reset the stream in that case). The good news is that on an unsaturated DSL line jitter and packet loss are basically 0.[1] In my experience dropping a packet without decoding NULL or without playing the gap packet make a really bad tick. John [1] The bad news is on a saturated DSL connection - it's basically unusable without a second of jitter buffering. &...
2004 Aug 06
3
Speex settings and jitter
Hi, Is there are document where the interaction between all the configuration options of speex is explained? Speex seems to have CBR, VBR and ABR. You can also use SPEEX_SET_QUALITY (SPEEX_SET_VBR_QUALITY) and SPEEX_SET_BITRATE which I suppose can't be set at the same time. Is there a list of possible combinations somewhere? I also have another question related to jitter. To minimize jitter,
2016 Apr 14
2
Integer -> Floating point -> Integer cast optimizations
...that is different to what the target would do or not? Worse still, when the pre-processor, compiler, and target are each different machines. > > These are huge problems in the FP world where exact equivalence and ordering of evaluation really matters (think partial ordering - not the happy unsaturated INT modulo 2^N world). > > On our architecture, we have chosen the 32-bit IEEE model provided by 'clang' for 'float' and 'double', but we have chosen the 64-bit IEEE model for 'long double'; other implementations are free to choose a different model. We a...
2004 Aug 06
0
Speex settings and jitter
..., and I don't use it for jitter correction instead I just use it for dropped packets - so I usually drop the late packet. It sounds acceptable as long as I drop less than 5% of traffic (dropping 2 in a row makes a bad robot noise, so I reset the stream in that case). The good news is that on an unsaturated DSL line jitter and packet loss are basically 0.[1] In my experience dropping a packet without decoding NULL or without playing the gap packet make a really bad tick. John [1] The bad news is on a saturated DSL connection - it's basically unusable without a second of jitter buffering. &...
2006 Jan 13
1
TDMoE - best signalling method?
I'm just experimenting with dynamic spans using TDMoE, which looks ideal for clustering Asterisk boxes with low latency (i.e. 1ms for TDMoE compared with 20ms for IAX). When using normal E1s and T1s, I've always used ISDN signalling: either EuroISDN or NI2. So naturally I tried that over the TDMoE. I've found that I get a lot of HDLC errors and the D-channel is up and down like a
2013 Jun 24
0
Dibujar rectas sobre varios un grafico multipanel
...graficos pegados juntos) y sobre este tengo que dibujar 4 rectas ajustadas a los datos de cada panel. Intente hacerlo con lattice usando el siguiente codigo : library(lattice) library(latticeExtra) xYplot(Cbind(mf[,3],mf[,5],mf[,6])~dia|factor(sol),data=mf,xlab="Time (days)",ylab="Unsaturation index", method="bars", keys="lines",layout=c(4,1),abline=list(list(a=4.532e-04,b=-2.138e-05),list(a=7.137e-05,b=2.699e-05),list(a=3.627e-04,b=2.552e-05),list(a=6.251e-04, b=4.938e-05))) y obtengo el grafico que adjunto, el que no responde a mi necesidad pues debo dibu...
2005 Jan 11
0
What is acceptablenetworklatencyforvoipconnection?
...ISP provide a Jitter SLA on a Data T1? Jitter < 5ms? How does > one measure that? You can get a good feel for delay and jitter just by running a continuous ping to a core router on your ISPs network during peak times(or to Google for that matter) and visually monitoring the results. A good, unsaturated link will have extremely consistent response times with less than 5ms variations between packets. There are several ways to measure IP performance; http://www.cisco.com/warp/public/126/saa.html http://www.cisco.com/en/US/tech/tk648/tk362/tech_brief0900aecd801752ec.h tml Not using Cisco route...
2013 Jun 24
0
Dibujar rectas sobre varios un grafico multipanel
...o que dibujar 4 rectas ajustadas a los > datos de cada panel. Intente hacerlo con lattice usando el siguiente > codigo : > > library(lattice) > library(latticeExtra) > > > xYplot(Cbind(mf[,3],mf[,5],mf[,6])~dia|factor(sol),data=mf,xlab="Time > (days)",ylab="Unsaturation index", method="bars", > keys="lines",layout=c(4,1),abline=list(list(a=4.532e-04,b=-2.138e-05),list(a=7.137e-05,b=2.699e-05),list(a=3.627e-04,b=2.552e-05),list(a=6.251e-04, > > b=4.938e-05))) > > y obtengo el grafico que adjunto, el que no responde a mi...
2016 Apr 15
2
Integer -> Floating point -> Integer cast optimizations
...nt to what the target would do or not? Worse still, when the pre-processor, compiler, and target are each different machines. >>> >>> These are huge problems in the FP world where exact equivalence and ordering of evaluation really matters (think partial ordering - not the happy unsaturated INT modulo 2^N world). >>> >>> On our architecture, we have chosen the 32-bit IEEE model provided by 'clang' for 'float' and 'double', but we have chosen the 64-bit IEEE model for 'long double'; other implementations are free to choose a differ...
2004 Aug 06
0
Speex settings and jitter
...itter correction instead I just use it for dropped > packets - so I usually drop the late packet. It sounds acceptable > as long as > I drop less than 5% of traffic (dropping 2 in a row makes a bad > robot noise, > so I reset the stream in that case). The good news is that on an > unsaturated > DSL line jitter and packet loss are basically 0.[1] > > In my experience dropping a packet without decoding NULL or > without playing > the gap packet make a really bad tick. > > John > > [1] The bad news is on a saturated DSL connection - it's > basically un...
2006 Aug 01
2
rgb and col2rgb color conversion/modification/shading
I want to get a lighter shade of a color...I have a lot of colored objects and want each one printed as a foreground against a slightly lighter background. I thought I could try something like changing the alpha channel by first converting it to rgb. But prior to trying that, I'm stuck with how to get the color after converting using col2rgb() to be interpreted again as a color, rather than
2002 Oct 24
2
glm and lrm disagree with zero table cells
...der, for instance the data from, Agresti's Death Penalty example [0]. The crosstab table is: , , PENALTY = NO VIC DEF BLACK WHITE BLACK 97 52 WHITE 9 132 , , PENALTY = YES VIC DEF BLACK WHITE BLACK 6 11 WHITE 0 19 Regression with an unsaturated model produces essentially the same fit parameters with both glm and lrm. However, if we try to fit a saturated model.... FITTING WITH GLM: > summary(glm(PENALTY~DEF*VIC,binomial)) Call: glm(formula = PENALTY ~ DEF * VIC, family = binomial) Deviance Residuals: Min 1Q Median...
2009 Feb 11
16
Unicorn: UNIX+localhost/LAN-only Mongrel fork
Hello all, Last week, I finally decided to put into motion some ideas I''ve been kicking around for a year in my head since last year... Basically I don''t want to have to deal with threads or support platforms that rely on or encourage threads. Especially given MRI 1.9 where kernel threads are more difficult to debug than green ones. Given the limited scope of this project,