Displaying 20 results from an estimated 600 matches similar to: "Need some clarifications about "speex_preprocess_run""
2007 Mar 06
1
Merging stats from multiple databases for expand
In matcher/expandweight.cc we have:
OmExpandBits
operator+(const OmExpandBits &bits1, const OmExpandBits &bits2)
{
OmExpandBits sum(bits1);
sum.multiplier += bits2.multiplier;
sum.rtermfreq += bits2.rtermfreq;
// FIXME - try to share this information rather than pick half of it
if (bits2.dbsize > sum.dbsize) {
DEBUGLINE(WTCALC,
2008 Jun 18
4
Editor for Mac OSX
Dear R-list
I am (forced) to change from Linux to Mac and am now looking for a new editor for R. I would like one that features a split window (console + editor) as well as syntax highlighting. Can anyone help? Especially the split-window feature does not seem to be easily available in the editors desribed on the R-help site, except Emacs, which I am reluctant to start using. I am on a MacBook Air
2007 May 24
3
No file system full message
Hello, I am fairly new to RH Linux but very experienced in unix. I am trying to generate a file system full message when I fill up an ext3 file system. Once the file system fills up I am expecting a message like File System xxxx full. but I do not get this or any message. I have modified the lvm.conf to send to syslog and set the messages to as verbose as I can. I get lvm mesages in the file but
2010 May 04
1
help
Cordial saludo
Tengo una duda sobre como poner el valor de un argumento de una funcion en el titulo de una grafica, es decir, mi funcion es:
CO<-function(n,c)
{
Prob<-sapply(seq(0,0.15,0.01),pbinom,size=n,q=c)
coor<-cbind(seq(0,0.15,0.01),Prob)
plot(seq(0,0.15,0.01),Prob,type="b",xlab="Fracción defectuosa", ylab="Probabilidad",main="Probabilidad de
2010 Jul 08
4
help
Cordial saludo
Estoy realizando un análisis con datos categóricos, donde tengo una tabla 3*3, son tres métodos de estudio comparado con tres niveles de asimilación del problema, lo ideal seria poder decidirse por algún método de estudio en especial, lo único que he encontrado es el test para independencia chi-cuadrado, pero no he podido encontrar algo que me sugiera por un método u otro, me
2015 Feb 23
1
[PATCH] opus_demo: remove unused but set values
---
src/opus_demo.c | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/src/opus_demo.c b/src/opus_demo.c
index 72506b5..5a75679 100644
--- a/src/opus_demo.c
+++ b/src/opus_demo.c
@@ -245,14 +245,14 @@ int main(int argc, char *argv[])
double bits=0.0, bits_max=0.0, bits_act=0.0, bits2=0.0, nrg;
double tot_samples=0;
opus_uint64 tot_in, tot_out;
- int
2009 Jul 08
9
Question about optimal filesystem with many small files.
Hi,
I have a program that writes lots of files to a directory tree (around 15 Million fo files), and a node can have up to 400000 files (and I don't have any way to split this ammount in smaller ones). As the number of files grows, my application gets slower and slower (the app is works something like a cache for another app and I can't redesign the way it distributes files into disk due
2007 Sep 24
4
hvmloader not compiled
Hi,
when I compile xen 3.1.0 on Debian Etch, the hvmloader file is not compiled at all. I have bin86 and bcc but nothing appears.
I followed http://www.howtoforge.com/debian_etch_xen_3.1 and googled a lot without success.
In the meanwhile I just used a precompiled hvmloader. I think this is ok, but it is not the smart way :)
Any idea ?
2007 Mar 05
1
Performance of the acoustic echo canceller
Hi All, I am working on my master project to port the Speex Acousic Canceller to FPGA. But I am not able to get a satisfied result in its performance whenI integrated it to a SIP softphone as my first step. The SIP softphone calls to a PSTN gateway and lands to my land line phone. I can hear the echo of my every word while I talks on the land line phone. I am using G.711 codec, frame_size 80
2013 Feb 11
2
[LLVMdev] DFAPacketizer
Jonas,
At this point, the DFA packetizer models a simple VLIW architecture and
does not accommodate multiple stages. That's the reason for the behavior
you're seeing.
-Anshu
---
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by The Linux Foundation
*From:*llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
*On Behalf Of *Jonas
2007 Mar 06
0
Performance of the acoustic echo canceller
Hi Jean-Marc, Thanks for the suggesting. I tried the test wtih my recording file offline through the testecho. I got the same result(no prepocessor echo suppression) as my recording file for that live call. Basically I don't see the difference between input_frame and output_frame. As I mentioned in my original post, the echo return loss is about 20db. I guess the echo cancelleris not really
2007 Sep 18
2
Windows2003 P2V migration, need help creating a shrunken disk image.
I have a windows server with a 250G drive
the drive is partitioned as follows.
partition 1: dell utility partition
partition 2: fat32 windows c: partition
partition 3: extended partition
partition 5: logical NTFS partitition.
NTFS partition was setup with 220G. but only
about 18G was being used, so i shrank NTFS down to 50G.
now i want to make a drive image to create a HVM domain.
how can
2007 Jul 24
1
speex_preprocess_run unable to locate
i'm trying to find the speex_preprocess_run fuction and checked in
the speex/speex_preprocess.h but the prototype isn't there. I'm using
1.2beta1 checked the trunk and it seems to say that is the right header.
wondering if anyone else has/had this issue and if its resolved or my
lib just got corrupted somehow.
thanks
Greg
---------------------------------
Be a better
2009 May 27
3
Network problem
Hi, I''m trying to install xen with this configuration:
dom0 -> Centos 5.3
dom1 -> Fedora 10
dom2 -> Fedora 10
Centos kernel = (2.6.18-128.1.10.el5.centos.plusxen)
XEN Version = 3.0.3
I''m having some problems trying to install xen on my mychine, but i''ve been able to solve all of them but one: i can''t reach my gateway from
2008 Aug 18
5
opening Doors with Asterisk!?
Hello all,
i read a few articles online about the possibility to setup a "buzzer" door system to PBX using asterisk!
currently my setup contains asterisk of course, and a sipura 3102..
what do i need to get such a feature done?!
or should i ask if its possible?!
_________________________________________________________________
Connect to the next generation of MSN Messenger?
2013 Feb 12
0
[LLVMdev] DFAPacketizer
Hi,
I looked a bit through the mail archives, and found this question answered in Oct 2011 (see below). It is interesting to find this in the ARM backend, considering your answer. Can you give more information about for example is this a temporary deficiency in the DFAPacketizer? What is the IIC_iMOVi itinerary doing below?
Thanks,
Jonas
Thu Oct 6 15:11:25 CDT 2011:
Hello Hal.
> Is there
2013 Feb 12
2
[LLVMdev] DFAPacketizer
Hi Jonas,
> It is interesting to find this in the ARM backend, considering your
answer.
The ARM backend doesn't use the DFA packetizer. It's only used by
Hexagon. At this point, there is no plan to address thisin the DFA
packetizer since none of the supported targets needthe functionality.
Thanks
-Anshu
---
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
2007 May 20
9
How to test for exceptions
Hi folks,
I''m in the process of converting a Test::Unit functional test to RSpec, but I''ve run into a slight problem. I tried looking through the documentation but I still don''t know what I missed.
Thanks in advance,
Blake
describe VenuesController, "on update" do
before(:each) do
@venue = mock("venue")
2013 Feb 18
0
[LLVMdev] DFAPacketizer
Hi Anshu,
Would there be any interest in extending this algorithm to handling more extensive models, such as VLIW scheduling based on FU's and bundle space... ie handle multiple stages ?
I might do it and commit, if there is acceptance and guidance...
Jonas
________________________________
From: Anshuman Dasgupta [mailto:adasgupt at codeaurora.org]
Sent: Tuesday, February 12, 2013 4:47 PM
2006 Nov 04
0
Deployment
Is Capistrano the easiest way to deploy to a webserver?
My environment,
Fedora Core 4
Apache 2.0.52
MySql 5.0
Jim
_________________________________________________________________
Call friends with PC-to-PC calling -- FREE
http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline