search for: gencod

Displaying 6 results from an estimated 6 matches for "gencod".

Did you mean: lencod
2011 Feb 25
2
Missing R.h
Hi, I'm trying to install a module - gputools - and keep getting compile time errors about missing R.h Does anyone know where this file can be found? Thanks!
2011 Jun 28
1
doMC - compiler - concatenate an expression vector into a single expression?
...tions = list(suppressUndefined = TRUE)) and for R >= 2.13.0 comp is defined as compiler::compile: function (e, env = .GlobalEnv, options = NULL) { cenv <- makeCenv(env) cntxt <- make.toplevelContext(cenv, options) cntxt$env <- addCenvVars(cenv, findLocals(e, cntxt)) genCode(e, cntxt) } <environment: namespace:compiler> My guess is that the function findLocals or genCode can not handle a 2-length expression vector. Maybe somebody who knows the internals of these functions could explain better this behaviour? How can I concatenate two expressions into a singl...
2011 Jun 29
0
[R-sig-hpc] doMC - compiler - concatenate an expression vector into a single expression?
...or R>= 2.13.0 comp is defined as compiler::compile: >> function (e, env = .GlobalEnv, options = NULL) >> { >> cenv<- makeCenv(env) >> cntxt<- make.toplevelContext(cenv, options) >> cntxt$env<- addCenvVars(cenv, findLocals(e, cntxt)) >> genCode(e, cntxt) >> } >> <environment: namespace:compiler> >> >> My guess is that the function findLocals or genCode can not handle a >> 2-length expression vector. >> >> Maybe somebody who knows the internals of these functions could explain >> bette...
2003 Feb 28
2
error in tor2
...f.sample /etc/zaptel.conf ivr2:/usr/src/zaptel # cd .. ivr2:/usr/src # cd zapata ivr2:/usr/src/zapata # make clean; make install rm -f *.o rm -f libzap.a mkcoef p_tmp_ libzap.so* make -C mkfilter clean make[1]: Entering directory `/usr/src/zapata/mkfilter' rm -f mkfilter.o mkshape.o mkaverage.o gencode.o genplot.o complex.o readdata.o rm -f mkfilter mkshape mkaverage gencode genplot make[1]: Leaving directory `/usr/src/zapata/mkfilter' gcc -Wall -Wstrict-prototypes -march=pentium -O6 -g -c -o zap.o zap.c gcc -Wall -Wstrict-prototypes -march=pentium -O6 -g -c -o goertzel.o goertzel.c gcc...
2003 Aug 11
0
Designing and incorporating a digital filter
...n electroencephalogram (EEG). I wish to filter the data to get rid of 50Hz mains 'hum'. I have 'designed' a combination bandpass and notch filter using a web- site. The site returns the filter in "ANSI C" source code. It is:- /* Digital filter designed by mkfilter/mkshape/gencode A.J. Fisher Command line: /www/usr/fisher/helpers/mkfilter -Bu -Bp -o 5 -a 1.0000000000e-02 1.0000000000e-01 -Z 2.0000000000e-01 -l */ #define NZEROS 12 #define NPOLES 12 #define GAIN 1.548068051e+03 static float xv[NZEROS+1], yv[NPOLES+1]; static void filterloop() { for (;;) { x...
2009 Sep 16
4
2.10.0 Under development (unstable) (2009-09-15 r49711) just built segfaults on Debian Squeeze
I just downloaded R-devel and when loaded it immediately segfaults. I'm not sure how much or what sort of diagnostic info and can provide, but below is my build script, my console output, and the output of uname -r. I am currently dependent on the development version of a package, so I'd like to get R-devel up and running if possible. I am sure there is more info I can provide, but before