similar to: fixed-point version

Displaying 20 results from an estimated 100 matches similar to: "fixed-point version"

2004 Sep 29
3
Fixed point bug in 1.1.6
Please compare samples: http://www.ivo.pl/ivo2/sound/krwawa_org.wav http://www.ivo.pl/ivo2/sound/krwawa_fixed.wav http://www.ivo.pl/ivo2/sound/krwawa_float.wav krwawa_org.wav is original file. Both output files was created using same program by compressing from wav to speex, then decompressing from speex to wav (using speex_encode_int and speex_decode_int). Only difference was used speex
2010 Jun 23
1
Shapefile
Hopefully the attachment will make it this time... Hi: I am practicing with the attached shapefile and was wondering if I can get some help. Haven't used 'rgdal' and 'maptools' much but it appears to be a great way bring map data into R. Please take a look at the comments and let me know if I need to explain better what I am trying to accomplish. library(rgdal)
2010 Jun 24
0
rgdal-maptools
The shapefile data can be downloaded from the link below: download all the six files and save them on your working directory and make sure the dsn path is set to where the files are saved. My shapefiles are saved on C:/Data. https://secure.filesanywhere.com/fs/v.aspx?v=897263875a6472a99baa Hi: I am practicing with the attached shapefile and was wondering if I can? get some help. Haven't
2010 Jun 23
1
Plotting Data on a Map
Hi: I am practicing with the attached shapefile and was wondering if I can get some help. Haven't used 'rgdal' and 'maptools' much but it appears to be a great way bring map data into R. Please take a look at the comments and let me know if I need to explain better what I am trying to accomplish. library(rgdal) library(maptools) library(ggplot2) dsn="C:/Documents and
2003 May 19
1
multcomp and glm
I have run the following logistic regression model: options(contrasts=c("contr.treatment", "contr.poly")) m <- glm(wolf.cross ~ null.cross + feature, family = "binomial") where: wolf.cross = likelihood of wolves crossing a linear feature null.cross = proportion of random paths that crossed a linear feature feature = CATEGORY of linear feature with 5 levels:
2007 Nov 08
0
LD_ASSUME_KERNEL library issues CentOS 5 x86_64
I'm trying to get the Syspro/Encore MRP software running on a new CentOS 5 x86_64 system which uses an ODBC package built with old glibc/errno libraries. I have this same software running on a Suse Linux Enterprise 9 SP3 system using LD_ASSUME_KERNEL=2.4.1, but when I try this on CentOS 5 it results in many unidentified libraries including libc.so.6, librt... etc. My guess is that there are
2004 May 20
0
nmbd - is it running or not...?
Hi, I've just started setting Samba up so I'm at quite an elementary stage! I'm using Samba 2.2.8a on a Solaris 7 server. I can connect to Samba ok when using localhost from the console. However when I try and use DOS from a Win95 test machine I get a message saying the computer name was not recognised. This points to the nameserver not running (I'm using nmbd provided with
2007 Mar 27
0
xen + vlan: works but...
Hi, I''ve setup a Xen server host (suse, xen 3.0.2) with vlan as follows: server-eth0 <-> vlanXY <-> vbridgeXY <-> domU-eth0 That is: vlan''s are managed in the physical host (for better security). The setup is working, i.e. I can connect to/from domU-eth0 from hosts in the same vlan. The problem is: it seems I loose "many" packets.
2011 Jul 04
0
mind to bitter, interest to joy, tolerance to macro, speech
Sooner or later, the same The teacher to the student in his class at the effects of collective speak, told a story. The story is: a sheep, and leave the sheep eaten by the Wolf. Finish the story, the teacher asked: "the classmates, if this sheep honestly stay in the flock, it won't be the wolves eat, isn't it?" A little boy stood up and replied, "of course. But, it is
2004 Oct 02
0
mounting smb shares
Hi all, new to samba yadda yadda.. I think I am going in the wrong direction here. I am setting up an smb server to store photos. These are publicly available in read only except to the group 'staff'. Yes, I read the How To. ;) So in my smb.conf I have this... [photodir] comment = Public Photos path = /home/photo public = yes read only = yes write list = @staff I have
2005 Apr 15
1
cannot write to share
I have a server 192.168.0.14 and the directory I wish to share is /home/photo I can mount from 192.168.0.1 with mount -t smbfs -o "username=photo" //192.168.0.14/photo /mnt/smbshare it prompts me for a password and I can see the contents of the share but I cannot write to it. Any pointers gladly recieved kind regards Kevin -- "Democracy is two wolves and a lamb voting on what to
2016 Sep 29
0
Good Bye SAMBA?!?!?
Well I was sad before, when said Linux do not have tools to sysadmins regard samba and replicated file servers, like DFS. Now I am really sad not only for this, but also for fellows throw me out to the wolves... Just because I change my mind.... 2016-09-29 10:50 GMT-03:00 v g via samba <samba at lists.samba.org>: > Gilberto Nunes via samba wrote: > > Oh Gosh! > > > >
2005 Apr 04
2
Speex split across processors?
Well, it's an ARM7TDMI core, so basically one register operation per clock, with memory accesses taking longer. Having the memory on-chip should make memory access much less of an impact. I was afraid that you would answer the way you did: I thought about my question after I sent it, and the "LP" in CELP is what makes it a sequential process; it can't do linear prediction on a
2005 Apr 04
2
Speex split across processors?
I am interested in using Speex in an embedded system built around an ARM microcontroller. I have seen other posts indicating that Speex can run in real-time on some iPAQ PDA's, but these are using a StrongARM 166MHz processor. I'm looking more at the chips from Atmel (SAM7), Philips (LPC2xxx), and TI (TMS 470), which are ARM7TDMI with on-chip SRAM and flash, running at speeds of 33 to
2006 Mar 15
10
domU with redhat over a debian based dom0
Hello, I have running xen over a debian server (debian sarge). Now I would like to configure a domU with redhat (AS 4), do you now any way to install it? -- Angel L. Mateo Martínez Sección de Telemática Área de Tecnologías de la Información _o) y las Comunicaciones Aplicadas (ATICA) / \\ http://www.um.es/atica _(___V Tfo: 968367590 Fax: 968398337
2005 Apr 04
0
Speex split across processors?
Hi, First, depending on how much your particular core gets done in one cycle, it is possible that Speex can encode in real-time on a 60 MHz (can't guaranty, of course). The main thing to watch here is the speed of the multiplier. As for parallel encoding, the first thing is that you can't just encode every other frame on each CPU. That's because of the encoder memory. Also, most of
2009 Jan 26
1
glm StepAIC with all interactions and update to remove a term vs. glm specifying all but a few terms and stepAIC
Problem: I am sorting through model selection process for first time and want to make sure that I have used glm, stepAIC, and update correctly. Something is strange because I get a different result between: 1) a glm of 12 predictor variables followed by a stepAIC where all interactions are considered and then an update to remove one specific interaction. vs. 2) entering all the terms
2010 Nov 26
0
Wine release 1.3.8
The Wine development release 1.3.8 is now available. What's new in this release (see below for details): - Icons in the "open with" menus. - Man pages for all installed binaries. - Support for schemas in MSXML. - Many installer fixes. - Translation updates. - Various bug fixes. The source is available from the following locations:
2016 Sep 29
3
Good Bye SAMBA?!?!?
Gilberto Nunes via samba wrote: > Oh Gosh! > > Why blame me just because I expose my option about samething?!? > I have work for years, since 1998, if I remmember with Linux, Samba, > Iptables, Mysql e other tools.... > And I will continue to work with these tools and never stop.. > I already try OmniOS, Oracle, RedHat ( since RedHat 5 ), Slackware.... > I am not a noobie!
2011 Sep 15
1
TOP and Rayman 3 wine 1.3.28
Hello Everyone, I just wanted to let you all know that Rayman 3 hangs just after starting a new game with no output on the terminal. Also Tales Of Pirates Online crashes randomly sometimes after 5 mins sometimes after 8 hours but it crashes. Here is the output from the terminal. preloader: Warning: failed to reserve range 00010000-00110000 preloader: Warning: failed to reserve range