Displaying 20 results from an estimated 26 matches for "ener".
Did you mean:
efer
2006 Feb 14
1
Bug in vbr_analysis
...fo->enc, (short*)pcm_data, &bits);
codec->enc_frame_size = speex_bits_write(&bits, speex_data, frame_size);
I never run into problems using either speex on linux or windows until one
used my dll and speex through delphi on windows: he gets division by zero.
I found that "ener" is 0 around line 253: (version 1.1.11)
if (ener<60000)
{
if (vbr->consec_noise>2)
qual-=0.5*(log(3.0 + vbr->consec_noise)-log(3));
if (ener<10000&&vbr->consec_noise>2)
qual-=0.5*(log(3.0 + vbr->consec_noise)-log(3));...
2005 Dec 12
1
Getting SING errors
Hello!
I'm getting SING errors from the log() function. Here is
the code inside the vbr_analysis() function.
if (ener<60000)
{
if (vbr->consec_noise>2)
qual-=0.5*(log(3.0 + vbr->consec_noise)-log(3));
if (ener<10000&&vbr->consec_noise>2)
qual-=0.5*(log(3.0 + vbr->consec_noise)-log(3));
if (qual<0)
qual=0;
qual += .3*log(ener/6...
2006 Feb 14
0
Bug in vbr_analysis
...i)
initialize the FPU differently from other RTLs.
Also, there is another problem that will be visible with
Delphi
---------------------------------------------------------
-------------
Yes, that's definitely a bug in the vbr code, there's an
easy fix for that. Just replace:
qual += .3*log(ener/60000.0);
with
qual += .3*log((ener+1)/60000.0);
Jean-Marc
=========================================================
===
On Mon, 2005-12-12 at 18:06 -0800, Alex Bakaev wrote:
> Hello!
>
> I'm getting SING errors from the log() function. Here
is the code
> inside the vbr_analysi...
2007 May 14
3
x axis problems
...xlim=c(-0.0120,62),type="l",col.axis="",xaxt="s",xlab="")
points(temp,depth,type="l",col="red")
points(obs,depth,type="l",col="green")
points(fluo,depth,type="l",col="blue")
Thank you for any help!
Ener Borg
2009 Feb 24
1
building asterisk-1.6.0.6 failed!
Hi!
I have problems building asterisk 1.6.0.6.
./configure --prefix=/usr
make
gets me:
enerating embedded module rules ...
[CC] extconf.c -> extconf.o
In file included from /usr/local/include/datatypes.h:50,
from /usr/local/include/err.h:49,
from extconf.c:45:
/usr/local/include/integers.h:50:67: error: srtp_config.h: No such file
or directory
In fi...
2004 Oct 22
1
FIXED_POINT warns on compute_weighted_codebook
hi,
i am trying to compile a fixed point version of lipspeex on desktop
windows environment. a short reason for the complicated story is that
we need to keep the 'engine' part of our project same across the various
ports of our voip project (blame the pointy haired boss).
now, when i compile with FIXED_POINT defined in the Visual C++ 6.0, i get
these errors:
2005 May 25
3
Speex on TI C6x, Problem with TI C5x Patch
...IG_SHIFT 14
#define VERY_SMALL 0
#ifdef ARM5E_ASM
#include "fixed_arm5e.h"
#elif defined (ARM4_ASM)
#include "fixed_arm4.h"
#elif defined (FIXED_DEBUG)
#include "fixed_debug.h"
#elif defined (C55X_ASM)
#include "fixed_c55x.h"
#else
#include "fixed_generic.h"
#endif
#else
typedef float spx_mem_t;
typedef float spx_coef_t;
typedef float spx_lsp_t;
typedef float spx_sig_t;
typedef float spx_word16_t;
typedef float spx_word32_t;
typedef float spx_word64_t;
#define LPC_SCALING 1.
#define SIG_SCALING 1.
#define LSP_SCALING 1.
#define GAMMA_...
2015 Aug 24
1
abrt-watch-log -F BUG: WARNING: at WARNING: CPU: INFO: possible recursive locking detected
...output.
[root at db1 ~]# ps -aux | grep kernel
root 1011 0.0 0.0 212048 4532 ? Ss 13:34 0:00 /usr/bin/abrt-watch-log -F
BUG: WARNING: at WARNING: CPU: INFO: possible recursive locking detected
ernel BUG at list_del corruption list_add corruption do_IRQ: stack
overflow: ear stack overflow (cur: eneral protection fault nable to
handle kernel ouble fault: RTNL: assertion failed eek!
page_mapcount(page) went negative! adness at NETDEV WATCHDOG ysctl table
check failed : nobody cared IRQ handler type mismatch Machine Check
Exception: Machine check events logged divide error: bounds: coprocesso...
2020 May 06
2
du hung, wild display in ps
...g.0.log -- /usr/bin/abrt-dump-xorg -xD
root 1281 1 1281 0 1 May01 ? 00:00:01 /usr/bin/abrt-watch-log -F BUG: WARNING: at WARNING: CPU: INFO: possible recursive locking detected ernel BUG at list_del corruption list_add corruption do_IRQ: stack overflow: ear stack overflow (cur: eneral protection fault nable to handle kernel ouble fault: RTNL: assertion failed eek! page_mapcount(page) went negative! adness at NETDEV WATCHDOG ysctl table check failed : nobody cared IRQ handler type mismatch Kernel panic - not syncing: Machine Check Exception: Machine check events logged divide e...
2006 Mar 12
1
Calls from PSTN , answering, When transfered get Hungup 'Zap/1-1'
...wer()
exten => s,n,Background(enter-ext-of-person)
exten => s,n,Wait(2)
exten => s,n,Goto(ext-local,s,1)
the "ext-local" context is in
"extensions_additional.conf"
Now what happens is that , I the call from pstn get
answered , then it ask for the extension , but after
enering the extension no , I find the call get hung up
The asterisk CLI message is as
Starting simple switch on 'Zap/1-1'
-- Executing Answer("Zap/1-1", "") in new stack
-- Executing BackGround("Zap/1-1",
"enter-ext-of-person") in new stack...
2015 Oct 15
3
potencia fracional de un número negativo
...> > No s?i va por aqu?pero prueba a quitar el par?esis a (-0.5)
> >
> > Ejemplo
> >
> > > -0.03125^(1/5)
> > [1] -0.5
> > >
> >
> > Y se ve qeu -0.5^(5) es -0.03125
>
> S?ero es trampa. Primero hace la ra?y despu?pone el signo.
> Generalizando hace cosas absurdas como:
>
> > -4^(1/2)
> [1] -2
> >
>
> La soluci?eber?ser utilizar n?s complejos ya que la raiz de un
> n? negativo tiene soluci?eneral compleja, y es real solo en el
> caso particular de los exponentes inversos de un impar. Pero observo que...
2003 Mar 24
3
winbind and bad permissions mapping from NT to Samba
I'm installed Samba 2.2.8 with the intetion of use it as file share for
a NT Domain.
I have also an interest to the use of extended ACL so I recompiled the
kernel (2.4.20) with the acl patch and I added to my system acl, attr,
e2fsprogs and fileutils packages.
After all I join the samba server into the NT domain:
smbpasswd -j SAMBATEST -r SAMBA-SRV -U Administrator
where SAMBATEST is the
2005 Dec 26
8
Add notes to a graph
Hi, I have done a search on this in vain. How can I add a note to the foot of a graph example below
|-----------------------|
| Title |
| -------- |
| | my | |
| | graph | |
| | | |
| | ______| |
|note: source |
|-----------------------|
Many thanks
Ronnie
2010 Jun 13
5
script/server vs mongrel_rails start issue
...bin/mongrel_rails:117:in `cloaker_''
from C:/Ruby187/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-
mingw32/bin/../lib/mongrel/configurator.rb:149:in `call
''
from C:/Ruby187/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-
mingw32/bin/../lib/mongrel/configurator.rb:149:in `list
ener''
from C:/Ruby187/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-
mingw32/bin/mongrel_rails:99:in `cloaker_''
from C:/Ruby187/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-
mingw32/bin/../lib/mongrel/configurator.rb:50:in `call''
from C:/Ruby187/lib/ruby/gems/1...
2015 Oct 16
2
potencia fracional de un número negativo
...módulo pasa a positivas las soluciones aunque como en este caso sean
negativas.
Como decía el polinomio debe ser:
-0.5^(1/5) = x -------> -0.5 = x^5 -------> -0.5 - x^5 = 0
Saludos.
El 16/10/15 a las 12:41, Carlos Ortega escribió:
> Hola Álex,
>
> Sí, la raíz real la puedes obtener calculando el módulo de la solución
> compleja "Mod()".
> Mira el ejemplo:
>
>> z <- (-0.5+0i)^(1/5)
>> z
> [1] 0.7042902+0.5116968i
>> Re(z)
> [1] 0.7042902
>> Im(z)
> [1] 0.5116968
>> Mod(z)
> [1] 0.8705506
>
> En el ejemplo el...
2018 Dec 20
0
abrt-watch-log -F BUG: WARNING:
Hi,
Please what is this error ?
/usr/bin/abrt-watch-log -F BUG: WARNING: at WARNING: CPU: INFO: possible
recursive locking detected ernel BUG at list_del corruption list_add
corruption do_IRQ: stack overflow: ear stack overflow (cur: eneral
protection fault nable to handle kernel ouble fault: RTNL: assertion failed
eek! page_mapcount(page) went negative! adness at NETDEV WATCHDOG ysctl
table check failed : nobody cared IRQ handler type mismatch Kernel panic -
not syncing: Machine Check Exception: Machine check events logged divide
e...
2012 Aug 24
2
TukeyHSD output
Hi all,
Is there a R-function that orders Tukey results with conveniant letters, similar to the SPSS output (A, AB, ABC, C, etc.) .
[[alternative HTML version deleted]]
2007 Dec 10
7
Sweave : change value in rnw file to generate multiple "single" reports ?
Hello,
I'm still trying to make the life of my colleagues easier. Nice, isn't it ?
At the moment, I'm looking for a way to generate multiple "single report".
In fact I have a .rnw file which send a query to a MySQL database
(rs<-dbSendQuery(con, statement="select * from treatdata where
name='Device1'")
But of course my colleagues have many devices and don't want to enter the
rnw file to ch...
2018 Jun 28
1
How to Join Mac OSX workstation as AD domain member
On Wed, 27 Jun 2018 23:11:05 -0400
Mark Foley via samba <samba at lists.samba.org> wrote:
> On Wed, 27 Jun 2018 19:31:58 +0100 Rowland Penny wrote:
> > Only Windows uses GPO's (as yet). GPO's operate on the registry and
> > only Windows has the registry.
>
> I suspected that, but didn't know for sure. That's great! I'm not a
> fan of GPOs. I
2017 Jun 24
6
[Bug 101573] New: GP107 crash with no HDMI connected on 4.12.rc6
...dm_bi
o_prison dm_bufio loop ecryptfs cbc encrypted_keys trusted ctr ccm cmac rfcomm
pci_stub vboxpci(O) xt_tcpudp iptable_filter iptable_nat nf_conntrack_ipv6
nf_conntrack_ipv4 nf_defrag_ipv4 nf_defrag_ipv6 nf_nat_ipv4 xt_conntrack nf_nat
nf_co
nntrack ip6table_filter ip6_tables libcrc32c crc32c_generic bnep joydev
mousedev uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_v4l2
hid_multitouch videobuf2_core videodev btusb btrtl media fuse
snd_hda_codec_realtek snd_hda_codec_g
eneric arc4 iTCO_wdt iTCO_vendor_support nls_iso8859_1 nls_cp437 vfat fat
i2c_designware_platform iwlmvm i2c_designwa...