search for: kaveh

Displaying 20 results from an estimated 36 matches for "kaveh".

Did you mean: daveh
2004 Aug 06
2
[lists] Speex & Java ...
On Thu, 2003-04-03 at 12:59, Kaveh Goudarzi wrote: > Hello People, > > Are there any ongoing efforts to port speex enc/dec > to java? I know there are a couple of things lying about in > jcraft and other sites but they all seem a little half hearted. You might like to write a JNI Wrapper. Cheers David > I...
2009 Oct 13
7
lapply() reccursively
Hi all, I was wondering whether it is possible to use the lapply() function to alter the value of the input, something in the spirit of : a1<-runif(100) a2<-function(i){ a1[i]<-a1[i-1]*a1[i];a1[i] } a3<-lapply(2:100,a2) Something akin to a for() loop, but using the lapply() infrastructure. I haven't been able to get rapply() to do this. The reason is that the "real"
2004 Aug 06
0
[lists] Speex & Java ...
David McNab wrote: > On Thu, 2003-04-03 at 12:59, Kaveh Goudarzi wrote: > >>Hello People, >> >> Are there any ongoing efforts to port speex enc/dec >>to java? I know there are a couple of things lying about in >>jcraft and other sites but they all seem a little half hearted. > > > You might like to write a J...
2006 Feb 12
2
Zap, Caller ID problem
Dear All, I've got a weird problem with my asterisk box which has fxo interfaces (TDM400). Well, the problem is that the interface answers the call, but no caller id is being received. Also, sometimes this error happens: fsk_serie made mylen < 0 Any idea what is going on? Thanks, Kaveh __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2004 Aug 06
2
[lists] Speex & Java ...
> Thanks, I'm having a look at it. I've also had a look at the > various files making up libspeex trying to see how hard the port to > java would be ... Having only had a cursory look it looks ok except > for filters_sse.h & lpt_sse.h which have some assembly. > > Jean-Marc can you throw some light on what these do ... Also > anyone interested in chiping in some
2013 Jan 10
2
Determining sample size from power function
Hello, I am trying to get the power function to report the sample size rather than the power. My goal is to input a variety of values for theta and then for the power function to report the corresponding sample sizes. I haven't had much luck trying to create my own function, something along the lines of: f <- function (x) {
2004 Aug 06
2
fixed point conversion volunteer (OMG what am I doing?)
Hello Mark: Count me in. I'm an excellent C programmer and I've done assembly coding. Although I've not done float to int conversions, I'll pick it up quickly ... send me an example, please. Also, I direct The Tech Startup Connection here in Silicon Valley, so I have a very large resource pool. Check out
2004 Aug 06
4
Decoding .spx with 1.0 on ppc produces noise!
Hi, I got my hands on the LCA 2003 CD today and I tried to listen to it on my powerbook running Linux. Instead of getting speech, I got an earfull of noise! Attempting the same experiment on an i386 with the same CD produced understandable speech. It seems that the output routine in speexdec converts the output data to little endian short format, which is incorrect on the ppc architecture. The
2004 Aug 06
1
[PATCH] Re: Decoding .spx with 1.0 on ppc produces noise!
On Thu, 2003-04-17 at 07:48, Kaveh Goudarzi wrote: > Hi, > > I had a similar question ... is the endian-ness of the encoded > speex file, system dependent? or is it always little endian? If it's > always little endian (like the header seems to be) then big endian > machines (or java) will need to map everyth...
2015 Oct 13
2
gcc ubsan alignement test --minimal gcc version?
Dear All, I'm trying to implement the section of the manual pertaining to the gcc-ubsan test carried by CRAN on my local computer (ubuntu 14.04): http://www.stats.ox.ac.uk/pub/bdr/memtests/gcc-UBSAN/README.txt I was wondering whether someone could tell what the minimal version of the gcc tool chain needed to run the gcc-ASAN and gcc-UBSAN alignment tests on ones local
2010 May 20
1
RSpython Ubuntu
Dear List, I'd like to call pyhton function from within R. I tried installing the latest version of RSPython: wget http://www.omegahat.org/RSPython/RSPython_0.7-1.tar.gz R CMD INSTALL --clean RSPython_0.7-1.tar.gz I get a compile error (posted below). Did anyone else run against this ? Is there a solution ? checking for python... /usr/bin/python Python version 2.6 Using threads checking
2004 Aug 06
0
Decoding .spx with 1.0 on ppc produces noise!
...a similar question ... is the endian-ness of the encoded speex file, system dependent? or is it always little endian? If it's always little endian (like the header seems to be) then big endian machines (or java) will need to map everything to bigendian before decoding ... thanks in advance, Kaveh. <p>Ben Stanley wrote: > Hi, > > I got my hands on the LCA 2003 CD today and I tried to listen to it on > my powerbook running Linux. Instead of getting speech, I got an earfull > of noise! Attempting the same experiment on an i386 with the same CD > produced understandabl...
2015 Oct 14
0
gcc ubsan alignement test --minimal gcc version?
On 13/10/2015 14:46, kaveh wrote: > Dear All, > > I'm trying to implement the section of the manual pertaining to the > gcc-ubsan test > carried by CRAN on my local computer (ubuntu 14.04): > > http://www.stats.ox.ac.uk/pub/bdr/memtests/gcc-UBSAN/README.txt > > I was wondering wh...
2010 Jun 09
1
Rglpk
Hi list, in the Rglpk_solve_LP function (::Rglpk), on line 26, the function calls a function as.glp_bounds() that i cannot access. i'm trying to alter the Rglpk_solve_LP function to add a line to retrieve column/row dual values. everytime i change the slightest line of code inside Rglpk_solve_LP() [to even add a print] i get a ': could not find function "as.glp_bounds"'
2006 Feb 07
0
FXO Line not Hanged up
...by a digium fxo card, and dial my VoIP network numbers. PSTN -> Asterisk -> SIP Client The problem is when a call is made by a user from PSTN network and, after talking or not, hanging up, the line is not hanged up by asterisk. But, sometimes, it is. I'd appreciate any help about this. Kaveh __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2012 Mar 05
2
source for function sample() in package base?
Hi all, were can i find the sources for the function sample() (the one from the base package) thanks in advance, -- View this message in context: http://r.789695.n4.nabble.com/source-for-function-sample-in-package-base-tp4447796p4447796.html Sent from the R help mailing list archive at Nabble.com.
2014 Oct 30
1
DIY Rtools?
Dear List, I'm currently working on an R package that works great when compiled with GCC 4.8 under linux but which doesn't seem to work so well when compiled by the win builder (http://win-builder.r-project.org/). After asking around a bit, the primary culprit could be the older version of GCC used in Rtools. Now, for academic purposes, I would like to have a zip version of this
2014 Sep 26
1
Why is my R package still compiling with the O2 flag?
When I install an R package with cpp codes such as rrcov via CRAN (under R 3.1.1, using no Makevars file and under Ubuntu 14.04 using GCC 4.8), the cpp code is compiled with the -o3 flag (in fact, looking at the Makeconf file this seem to again be the default since R 3.1.1) But when I install my own package via CRAN it is compiled with the -o2 flag. My questions are what is causing my
2004 Aug 06
2
[lists] Speex & Java ...
> > >> You might like to write a JNI Wrapper. > > > That's what I'm doing now to get things rolling but I > was talking about a pure java solution. So is there any such > project underway? I wrote a JNI wrapper for speex a few months ago, it's not finished but it does work and i don't think it would need much work to be update it to speex 1.0 and
2004 Aug 06
2
Decoding .spx with 1.0 on ppc produces noise!
> I had a similar question ... is the endian-ness of the encoded > speex file, system dependent? or is it always little endian? If it's > always little endian (like the header seems to be) then big endian > machines (or java) will need to map everything to bigendian before > decoding ... Well, wav's are considered little endian but for raw files, there's a