search for: lout

Displaying 15 results from an estimated 15 matches for "lout".

Did you mean: lost
2014 Mar 08
2
16 bits FLAC file data to 32 bit float buffer for CPU processing
...0 ]; WORDChannelDataBuffer = ( WORD * ) buffer [ 0 ]; DWORDChannelDataBuffer = ( DWORD * ) buffer [ 0 ]; IntChannelDataBuffer = ( int * ) buffer [ 0 ]; for ( i = 0; i < frame -> header.blocksize; i++ ) { //FloatFLACDecodingData.LOut [ FloatFLACDecodingData.WriteAddress + i ] = ( 1.0f + ( float ) sin ( ( ( double ) ( FloatFLACDecodingData.WriteAddress + i ) / ( double ) TABLE_SIZE ) * M_PI * 2.0 * 1.0 ) ) * 0.4f; //FloatFLACDecodingData.LOut [ FloatFLACDecodingData.WriteAddress + i ]...
2014 Mar 08
0
16 bits FLAC file data to 32 bit float buffer for CPU processing
...aBuffer = ( WORD * ) buffer [ 0 ]; > DWORDChannelDataBuffer = ( DWORD * ) buffer [ 0 ]; > IntChannelDataBuffer = ( int * ) buffer [ 0 ]; > > for ( i = 0; i < frame -> header.blocksize; i++ ) { > //FloatFLACDecodingData.LOut [ FloatFLACDecodingData.WriteAddress + > i ] = ( 1.0f + ( float ) sin ( ( ( double ) ( > FloatFLACDecodingData.WriteAddress + i ) / ( double ) TABLE_SIZE ) * M_PI * > 2.0 * 1.0 ) ) * 0.4f; > //FloatFLACDecodingData.LOut [ FloatFLACDecodingData.WriteAddress...
2011 Jun 27
2
Executing the same function on consecutive files
Hi all, I have the next problem: I have a matrix with size 8,000,000x18. My personal computer...blocks...so I have cut my original file into 100 different file. I have written a function that should be run on each of this file. So imagine I need to read data from q1 to q100 file data<-read.table("q1.txt",sep="") and each time I read 1 file execute my personal function
2003 Apr 23
1
Setting up Xemacs + Sweave
...init.el. However, if I open an Rnw file (/usr/lib/R/library/tools/Sweave/Sweave-test-1.Rnw) it is not treated as one, only if I evaluate (Rnw-mode) using M-: on the buffer. My auto-mode-alist looks like this: (("\\.Snw\\'" . Rnw-mode) ("\\.Rnw\\'" . Rnw-mode) ("\\.lout\\'" . lout-mode) ("\\.tex\\'" . latex-mode) ("\\.tex$" . yatex-mode) ... ) (I have left the end off) so it should be working correctly. One strange thing: immediately after I open the Rnw file, Xemacs gives the following warning: (1) (local-variables/warning) File...
2005 Jun 05
0
[PATCH] line endings fix
.../* left input samples, with pre-buffer */ -static Float_t lstepbuf [MAX_SAMPLES_PER_WINDOW + MAX_ORDER]; -static Float_t* lstep; /* left "first step" (i.e. post first filter) samples */ -static Float_t loutbuf [MAX_SAMPLES_PER_WINDOW + MAX_ORDER]; -static Float_t* lout; /* left "out" (i.e. post second filter) samples */ -static Float_t rinprebuf [MAX_ORDER * 2]; -static Float_t* rinpre;...
2005 Jun 04
2
[PATCH] line endings fix
The replay gain code has dos line endings in CVS, which causes problems for the Sun compiler, among others. Attached is a patch for the lazy, but it's probably easier to fix locally and commit. -r
2011 Dec 14
1
Hi
...me? > > I think I should use something like > > > > ffor (i in 80:81){ > > files <- paste('KT', i, '.csv', sep = '') > > myfun <- function(d) { > > da1 <- read.csv(d) > > Output[i,1]=da1[1,2] > > > > } > > lout<- lapply(files, myfun) > > } > > But results that says Output doesn´t exists? > > I must create before? How? > > Many Thans¡¡¡ > [[alternative HTML version deleted]]
2011 Jul 05
1
Executing a function several time, how to save the output
...<- paste('input', 1:2, '.csv', sep = '') myfun <- function(d) { dat <- read.csv(d, header = TRUE) dat33<-dat+4 n<-ncol(dat33) m<-nrow(dat33) write.csv(dat33, file =write.csv(dat33, file =paste('ggt', 1:2, '.csv', sep = ' ')) } lout<- lapply(files, myfun) [[alternative HTML version deleted]]
2007 Dec 28
4
MOre on buring ISOs
...sing generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr). Driver flags : MMC-2 SWABAUDIO BURNFREE Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R Drive buf size : 1353728 = 1322 KB FIFO size : 4194304 = 4096 KB Track 01: data 48 MB Total size: 55 MB (05:32.48) = 24936 sectors Lout start: 56 MB (05:34/36) = 24936 sectors Current Secsize: 2048 cdrecord: Input/output error. read disk info: scsi sendcmd: cmd timeout after 9.040 (240) s CDB: 51 00 00 00 00 00 00 00 04 00 resid: 4 cmd finished after 9.040s timeout 240s cdrecord: Cannot get disk type. ==========================...
2003 Apr 10
1
Writing a DVD
...DVD. Using generic SCSI-3/mmc CD-R driver (mmc_cdr). Driver flags : MMC-3 SWABAUDIO BURNFREE Supported modes: TAO PACKET SAO SAO/R96R RAW/R96R Drive buf size : 4194304 = 4096 KB FIFO size : 4194304 = 4096 KB Track 01: data 449 MB Total size: 516 MB (51:10.41) = 230281 sectors Lout start: 516 MB (51:12/31) = 230281 sectors Current Secsize: 2048 ATIP start of lead in: -150 (00:00/00) Disk type: unknown dye (reserved id code) Manuf. index: -1 Manufacturer: unknown (not in table) cdrecord: Operation not permitted. WARNING: Cannot set RR-scheduler cdrecord: Permission...
2000 Jun 23
4
Compiling with GCC on win32?
...to __GNUC__ and _WIN32. One is the OS and the other is the compiler type. I tried the .dsw file in the distribution with VC6.00.2???, but nothing happened when I attempted to load the workspace. I would rather build with gcc anyways. Thanks, Bill -- Tune your stereo. Do something nice for a lout tomorrow. This month food would be a good thing to try. You'll sometimes be happy. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/
2006 Jun 16
6
rendering mathematical equations
...or a few equations, since I don''t need it for any document layout. (Note though, I think TeX output is *beautiful*.) I''ve heard groff can make equations... But again, I don''t need full document typesetting. Also, groff plus macros also seems like a pretty big package... Lout is another one I''ve come across, but I''m not even sure I can get png''s out of that. Is there some plugin for RC for rendering equations? Thanks, ---John
2003 Jul 05
2
NEC 1300A DVD-R writing
...Using generic SCSI-3/mmc DVD-R(W) driver (mmc_mdvd). Driver flags : SWABAUDIO BURNFREE Supported modes: PACKET SAO Drive buf size : 1605632 = 1568 KB FIFO size : 4194304 = 4096 KB Track 01: data 697 MB track: 1 start: 0 pregap: 150 Total size: 800 MB (79:18.40) = 356880 sectors Lout start: 800 MB (79:20/30) = 356880 sectors 41 00 00 14 00 00 00 00 41 01 00 10 00 00 00 00 41 01 01 10 00 00 02 00 41 AA 01 14 00 4F 14 1E Track 1 start 0 Track 2 start 356880 41 00 A0 00 00 00 00 01 00 00 00 00 41 00 A1 00 00 00 00 01 00 00 00 00 41 00 A2 00 00 00 00 79 20 30 00 00 41 0...
2007 Dec 25
13
Natulius CD burner does not accept my 700Mb CD-R disks
When I try to burn anything to cd, I get a message to insert a CD large enough for my file (normally an ISO image). Doesn't matter if the iso image is a 600Mb Centos ISO or a 48Mb DSL ISO. Same warning. My CD-Rs are Memorex 700MB/80min 52x disks that work just fine on XP systems. So what am I missing configuration-wise?
2014 Oct 07
2
[LLVMdev] Can libc++ build for arm cross compiler?
Hi cschen, It seems that libunwind (the one included in libcxxabi) is mandatory at the moment. Use the second build command instead: $ CROSS_COMPILING=arm ENABLE_LIBUNWIND=1 ./scripts/compile-all.sh Logan On Tue, Oct 7, 2014 at 5:32 PM, gamma_chen <gamma_chen at yahoo.com.tw> wrote: > After do "sudo apt-get update", the following are pass. > > Install the