search for: jacobson

Displaying 20 results from an estimated 127 matches for "jacobson".

2008 Jan 26
1
Shift count warning messages
...Note that fixed_debug.h has the same problem. > > - Jim > > ----- Original Message ----- From: "Jean-Marc Valin" > <jean-marc.valin@usherbrooke.ca> > To: "Jim Crichton" <jim.crichton@comcast.net> > Cc: <speex-dev@xiph.org>; "Michael Jacobson" > <Michael.Jacobson@ultratec.com> > Sent: Wednesday, January 23, 2008 12:16 PM > Subject: Re: [Speex-dev] Shift count warning messages > > >> Thanks Jim for looking into that, I was really starting to wonder what >> was going on. Let me know if you find a wa...
2008 Jan 23
2
Shift count warning messages
...ler instructions, to see if the compiler can be placated in that > way. > > - Jim > > ----- Original Message ----- From: "Jean-Marc Valin" > <jean-marc.valin@usherbrooke.ca> > To: "Jim Crichton" <jim.crichton@comcast.net> > Cc: "Michael Jacobson" <Michael.Jacobson@ultratec.com>; > <speex-dev@xiph.org> > Sent: Tuesday, January 22, 2008 4:00 PM > Subject: Re: [Speex-dev] Shift count warning messages > > >> Jim Crichton a ?crit : >>> I played briefly with the echo canceller on the C5509A back i...
2008 Jan 22
2
Shift count warning messages
...either that or there's a build problem that causes the operands to be 16 bit instead of 32. This is indeed very odd. Can you investigate a bit and check what the types are on both sides of the shift? Cheers, Jean-Marc > - Jim > > > ----- Original Message ----- From: Michael Jacobson To: Jean-Marc > Valin Cc: speex-dev@xiph.org Sent: Tuesday, January 22, 2008 9:54 AM > Subject: Re: [Speex-dev] Shift count warning messages > > > yes, our DSP is 16 bit based, and if those bits of code aren't using > 32 bit variables then yes that is what the warnings woul...
2008 Jan 25
0
Shift count warning messages
...t))>>1)) was optimized away. Note that fixed_debug.h has the same problem. - Jim ----- Original Message ----- From: "Jean-Marc Valin" <jean-marc.valin@usherbrooke.ca> To: "Jim Crichton" <jim.crichton@comcast.net> Cc: <speex-dev@xiph.org>; "Michael Jacobson" <Michael.Jacobson@ultratec.com> Sent: Wednesday, January 23, 2008 12:16 PM Subject: Re: [Speex-dev] Shift count warning messages > Thanks Jim for looking into that, I was really starting to wonder what > was going on. Let me know if you find a way to tell the compiler to stop &g...
2002 Oct 02
2
.C() and C++ name mangling
...objects? I'm concerned about portability of the resultant code in the case that name-mangling is handled differently from platform to platform. This is Linux, Redhat 7.2 with g++-2.96. Thanks for any help you can offer, Andy -- Andy Jacobson arj at gfdl.gov Program in Atmospheric and Oceanic Sciences Sayre Hall, Forrestal Campus Princeton University PO Box CN710 Princeton, NJ 08544-0710 USA Tel: 609/258-5260 Fax: 609/258-2850 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read...
2002 Aug 04
5
Pseudo R^2 for logit - really naive question
...aders. Is there any way to calculate a psuedo analoque to the R^2 in standard linear regression for use as a purely descriptive statistic of goodness of fit? Most of the readers of my report will be vaguely familiar and more comfortable with R^2 than with any other regression diagnostics. Paul M. Jacobson Jacobson Consulting Inc. 80 Front Street East, Suite 720 Toronto, ON, M5E 1T4 Voice: +1(416)868-1141 Farm: +1(519)463-6061/6224 Fax: +1(416)868-1131 E-mail: pmj at jciconsult.com Web: http://www.jciconsult.com/ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-hel...
2015 Apr 22
1
shlib problems with Intel compiler
...uot; is correct. None of the other packages are compiled with that flag, and everything seems to compile and load OK in R without using that. Best Regards, Andy > On Apr 22, 2015, at 9:30 AM, Martyn Plummer <plummerm at iarc.fr> wrote: > > On Tue, 2015-04-21 at 11:46 -0600, Andy Jacobson (NOAA Affiliate) wrote: >> Hi, >> >> I'm encountering trouble compiling caTools_1.17.1.tar.gz and >> e1071_1.6-4.tar.gz on a Linux system using the Intel compiler suite. >> 14 other packages I generally use installed without any trouble. I >> notice both of...
2008 Jan 23
0
Shift count warning messages
...ffending lines into a sequence of simpler instructions, to see if the compiler can be placated in that way. - Jim ----- Original Message ----- From: "Jean-Marc Valin" <jean-marc.valin@usherbrooke.ca> To: "Jim Crichton" <jim.crichton@comcast.net> Cc: "Michael Jacobson" <Michael.Jacobson@ultratec.com>; <speex-dev@xiph.org> Sent: Tuesday, January 22, 2008 4:00 PM Subject: Re: [Speex-dev] Shift count warning messages > Jim Crichton a ?crit : >> I played briefly with the echo canceller on the C5509A back in May >> 2006. I got the s...
2003 Jun 13
5
covariate data errors
Greetings, I would like to fit a multiple linear regression model in which the residuals are expected to follow a multivariate normal distribution, using weighted least squares. I know that the data in question have biases that would result in correlated residuals, and I have a means for quantifying those biases as a covariance matrix. I cannot, unfortunately, correct the data for these biases.
2008 Jan 22
2
Shift count warning messages
...because of this? -Mike >>> Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> 01/18/08 8:42 PM >>> I think these warnings are due to your DSP being 16-bit and that bit of code not being 16-bit safe (unlike the encoder and decoder). Can you confirm? Jean-Marc Michael Jacobson a ?crit : > Hi, I'm using 1.2beta3 on a 5416 DSP > > I have been getting warning messages that say: > "kiss_fft.c", line 142: warning: shift count is too large > > > I've noticed this on the echo canceller and the preprocessor. all > pretty much rela...
2002 Aug 10
1
GLM Contingency table regressions
...ariable (cnt) and other variables (e.g. zz) characterizing that observation of the table. I am trying to use GLM. By converting the variables to factors and running the following regression: fwr1<-factor(fwr) zz1<-factor(zz1) res1<-glm(fwr1 ~ zz1,weights=cnt) Is that appropriate? Paul M. Jacobson Jacobson Consulting Inc. 80 Front Street East, Suite 720 Toronto, ON, M5E 1T4 Voice: +1(416)868-1141 Farm: +1(519)463-6061/6224 Fax: +1(416)868-1131 E-mail: pmj at jciconsult.com Web: http://www.jciconsult.com/ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-hel...
2007 Mar 28
1
options(error=recover) in .Rprofile
...d. "recover" is defined after I get an R prompt, however. Can anyone shed light on why this is, and whether a work-around is possible? I've tested this on a variety of systems including recent linux and OSX, using R 2.4.0. Seems to be pretty generic. Thanks, Andy -- Andy Jacobson andy.jacobson at noaa.gov NOAA Earth System Research Lab Global Monitoring Division 325 Broadway Boulder, Colorado 80305 303/497-4916
2005 Apr 05
2
sip <-> oh323 / real-time / g729 - one way audio
...am using real-time, oh-0.7.2, G729 Calling from (SIP)UA through asterisk towards h323 devices or the other way round, I get only one-way audio. Called party can only talk, caller can only listen. Calling SIP to SIP is ok. All devices are on official IP addresses. (no NAT) Regards, Shaoul Jacobson Senior VoIP Consultant Tellink Tel : +32 3 201 96 36 Fax : +32 3 227 09 81 e-mail shaoul@tellink.com
2013 Sep 23
1
Log on to Samba 4 AD DC using domain user
..._and_authenticati on/nslcd> ". I've tried following the Samba wiki page "Samba 4/Winbind <https://wiki.samba.org/index.php/Samba4/Winbind> ". None of them have worked. Thanks for any help you can offer. Jared _________________________________________ Jared Jacobson, CISSP Information Assurance Engineer L-3 Communications - Communications Systems West Desk: (801) 594-3669 Cell: (801) 530-9191 E-mail: jared.m.jacobson at L-3com.com
2010 Jan 13
1
Advantages of using SQLite for data import in comparison to csv files
...Could anyone of you give me a hint on the additional benefits of importing data from a SQLite database to R to the simpler way of organising the data in csv files? Is it for example possible to select values from a column within a certain range from a csv file using awk? Thanks in advance, Juliet Jacobson
2007 Jul 24
0
Shoehorning speex is confusing a newbie
...ditor, you should be able to see the 20-byte repetition pattern. You can also use the sample simulator build, if you can capture your encoder output to a file. There is a DECODE_ONLY switch in that build, that lets you run just that portion. - Jim ----- Original Message ----- From: Michael Jacobson To: Jim Crichton ; speex-dev@xiph.org Sent: Tuesday, July 24, 2007 3:48 PM Subject: Re: [Speex-dev] Shoehorning speex is confusing a newbie Jean-Marc was correct in that the 16bit value was the culprit for my encoding woes. after I changed that to a 32 bit value I believe it encodes co...
2015 Apr 21
2
shlib problems with Intel compiler
...m.c:91: undefined reference to `GetRNGstate' /tmp/Rtmp9h7iYE/R.INSTALL1d9615a42180e/e1071/src/Rsvm.c:94: undefined reference to `unif_rand' /tmp/Rtmp9h7iYE/R.INSTALL1d9615a42180e/e1071/src/Rsvm.c:106: undefined reference to `PutRNGstate' ... (many more undefined references) -- Andy Jacobson andy.jacobson at noaa.gov NOAA Earth System Research Lab Global Monitoring Division 325 Broadway R/GMD1 Boulder, Colorado 80305 303/578-2237
2006 Aug 07
3
Finding points with equal probability between normal distributions
Dear mailing list, For two normal distributions, e.g: r1 =rnorm(20,5.2,2.1) r2 =rnorm(20,4.2,1.1) plot(density(r2), col="blue") lines(density(r1), col="red") Is there a way in R to compute/estimate the point(s) x where the density of the two distributions cross (ie where x has equal probability of belonging to either of the two distributions)? Many Thanks Eleni
2001 Oct 31
2
seg fault with mclust
...;for(;;)" {main.c} > library(mclust) Garbage collection 1 = 0+0+1 (level 2) ... 135144 cons cells free (33%) 5.7 Mbytes of heap free (94%) now dyn.load(/home/splash/andyj/lib/R/mclust/libs/mclust.so).. Segmentation fault (core dumped) Andy Jacobson andyj at splash.princeton.edu Program in Atmospheric and Oceanic Sciences Sayre Hall, Forrestal Campus Princeton University PO Box CN710 Princeton, NJ 08544-0710 USA Tel: 609/258-5260 Fax: 609/258-2850 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help m...
2007 Jul 24
0
Shoehorning speex is confusing a newbie
...y editor, you should be able to see the 20-byte repetition pattern. You can also use the sample simulator build, if you can capture your encoder output to a file. There is a DECODE_ONLY switch in that build, that lets you run just that portion. - Jim ----- Original Message ----- From: Michael Jacobson To: Jim Crichton ; speex-dev@xiph.org Sent: Tuesday, July 24, 2007 3:48 PM Subject: Re: [Speex-dev] Shoehorning speex is confusing a newbie Jean-Marc was correct in that the 16bit value was the culprit for my encoding woes. after I changed that to a 32 bit value I believe it encodes correctly,...