similar to: Echo canceller strange behaviour

Displaying 20 results from an estimated 600 matches similar to: "Echo canceller strange behaviour"

2008 Mar 30
2
tests Rin Rout
Hi the list, Some rumour (!) say that is it possible to prepare some tests for checking our code using .Rin and .Rout. It seems to be a very good practice, but I did not manage to find information on it. So does someone know how it works ? What are we suppose to write in Rin ? More precisely : - I have a package myPack.r in directories ~/myR/myPack/R/ - I create the directory
2010 Oct 10
1
segfault caused by `icfit` in `interval` package
Dear R community, I am using the R package `interval` in order to perform some modelling tests of the NPMLE convergence in the case of censoring. So all I am doing is drawing a sample from exponential distribution, making it a censored sample and computing the NPMLE of its distribution function. But when run on Linux Calculate 10.4 the program keeps crashing and reporting a segmentation fault
2011 Mar 02
1
Designing Relation Ship Between Different Models
Hi I have One Problem For Example if You Take Category has_many :products Here For Category i have soap as example for products i am taking Santoor , Lux and Rin soaps as products. Here Again Both Lux and santoor comes under Bathing soaps. Rin Soaps Comes under Washing Soaps So these are sub categories... Tom-arrow some new sub category may come like baby soaps.. I am confusing How many
2000 Oct 12
2
getting a windows environment variable in r
hi- I would like to get a value set with the dos set command (e.g. set dog=cow) in a rterm session on rterm 1011 under windows 2000. if I try in a dos window: set dog=cow echo %dog% i get cow (what I want) then i start rterm system("echo %dog%",intern=T) gives "%dog%" I can of course do something like set dog=cow echo %dog% >jnk.rin and then start rterm and
2010 Jan 22
2
sorted reshaping?
dear R wizards:? I am wrestling with reshape.? I have a long data set that I want to convert into a wide data set, in which rows are firms and columns are years. > summary(rin) firm fyear sim1 Min. :1004.00 Min. :1964.0 Min. : -1.00000 1st Qu.:1010.00 1st Qu.:1979.0 1st Qu.: -0.14334 Median :1016.00 Median :1986.0 Median : 0.00116 Mean
2002 Oct 12
1
auth problem
hi, im facing this problem: Fatal: can't listen in UNIX socket /var/rin/dovecot/login/ /usr/lib/dovecot/imap-login: No such file or directory Errror: child xxxxx (auth) returned error 98 any idea? - bini
2003 Apr 12
1
R-1.7.0-beta: in check-all test-IsAs fails on WinNT4.0
Todays R-1.7.0-beta (see below) compiles fine on, but it doesn't pass make check-all on WinNT4.0, SP6. Looking closer, test-IsAs fails: D:\uwe-ns\R-1.7.0\tests>make -f Makefile.win test-IsAs running tests of consistency of as/is.* make[1]: Entering directory `/cygdrive/d/uwe-ns/R-1.7.0/tests' creating 'isas-tests.R' make[1]: *** [isas-tests.R] Error 253 make[1]: Leaving
2000 Mar 18
1
abline(coef=c(1,1)) different behavoir to screen and postscript 1.00 under windows
hi listees- Running windows 2000 and r 0.99 or 1.00; I get different lines on screen and print out: > j<-read.table("jnk.rin",head=T,sep="\t") > attach(j) > #gives lines I want > qqnorm(Dog,pch="o",main="Cumulative Frequency Log Dog Size",log="y",sub="Figure 2",x =c(-3,3),ylim=c(2000,1000000)) >
2003 May 11
1
Mac OS X canonically decomposed UTF-16 filenames
Hi. I'd like to find some way for Samba to convert the filenames created by Macintosh OS X into something windows can use. According to their docs: http://developer.apple.com/techpubs/macosx/Essentials/SystemOverview/FileSystem/chapter_9_section_13.html filenames are stored as canonically decomposed Unicode 2.1 in UTF-16 format (a sequence of 16-bit codes) Samba running on a
2019 Aug 19
3
interference of the nmbd service with the dhcp of the debian server??
Hello guys, I have a fileserver configured on a debian 9.9 using Louis APT. This is not always the case, but sometimes the server changes IP, and the configuration in /etc/network/interfaces is static. I already disabled services that could potentially change the IP. - The server is an xenserver VM; - The "vlan" that the server is part of does not have DHCP enabled; - In xenserver
2017 Mar 31
2
Network isolation for KVM guests
On Fri, Mar 31, 2017 at 05:06:53PM +0200, Sven Kieske wrote: > On 31/03/17 15:55, C. L. Martinez wrote: > > I need to attach two physical interfaces to a guest and these phy interfaces have IP and routes assigned and I need to get them off the main routing table. > > I do not understand this. > > You can attach a physical (or virtual, doesn't matter), interface to any
2016 Sep 30
1
some ovirt packages missing?
Hi, I just tried to setup ovirt-websocket-proxy. the package name in the upstream repo is e.g.: http://resources.ovirt.org/pub/ovirt-3.6/rpm/el7/noarch/ovirt-engine-websocket-proxy-3.6.7.5-1.el7.centos.noarch.rpm I have the following repos enabled: yum repolist enabled Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.imt-systems.com * epel:
2008 Mar 30
4
tests Rin and Rout
> > Generally I find it's good to look at examples that work. For > examples of packages using tests, look at source packages on CRAN. > Run the tests on them (using R CMD check), and see what gets produced. > Do you have the name of a package that use it ? I try the 10 first package, and 10 other at random, but none of them use tests... >>> Create tests/myPack.R
2007 Apr 18
1
[rfc/patch] use hvc for xen console
Hi, Here is a patch (on top of the paravirt patch queue) which makes xen guests use the hvc_console.c infrastructure for the console, thereby greatly reducing the amount console code. xvc0 is gone too, hvc0 is used instead. cheers, Gerd -- Gerd Hoffmann <kraxel@suse.de>
2007 Apr 18
1
[rfc/patch] use hvc for xen console
Hi, Here is a patch (on top of the paravirt patch queue) which makes xen guests use the hvc_console.c infrastructure for the console, thereby greatly reducing the amount console code. xvc0 is gone too, hvc0 is used instead. cheers, Gerd -- Gerd Hoffmann <kraxel@suse.de>
2007 Apr 18
1
[rfc/patch] use hvc for xen console
Hi, Here is a patch (on top of the paravirt patch queue) which makes xen guests use the hvc_console.c infrastructure for the console, thereby greatly reducing the amount console code. xvc0 is gone too, hvc0 is used instead. cheers, Gerd -- Gerd Hoffmann <kraxel@suse.de>
2006 Feb 06
3
One way audio - it doesn't make sense
Hi, I've had a bit of a problem with one way audio, and it happens exactly when I believe it shouldn't (and works perfectly when I would guess I could have issues. Setup: GrandStream GXP2000-------Linksys Router-----------Internet------Asterisk box (hosted somewhere, fixed IP, no NAT) ----------- VoIP provider -------PSTN When a call comes in from the PSTN, the call goes all the way
2017 Apr 04
1
Network isolation for KVM guests (SOLVED)
This can be if one of these interfaces isn't a wireless nic. But I need to use a wireless nic and another phys nic. At least, I have solved the problem using network namespaces. All works ok and expected now. Many thanks to all for your help On Tue, Apr 04, 2017 at 10:39:05AM +0100, Nux! wrote: > Just create a bridge, hook the host physical interface that you want in it, hook the VMs
2010 Apr 09
1
[PATCH] Add SSH transfer method
Support obtaining guest storage over ssh. The following now works: virt-v2v -f v2v/virt-v2v.conf -ic 'xen+ssh://xen.example.com/system' \ -op transfer rhel54pv64 --- MANIFEST | 1 + lib/Sys/VirtV2V/Connection.pm | 1 + lib/Sys/VirtV2V/Connection/LibVirt.pm | 4 + lib/Sys/VirtV2V/Transfer/SSH.pm | 208
2015 Oct 12
3
[ovirt-users] CEPH rbd support in EL7 libvirt
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 12/10/15 10:13, Nux! wrote: > Hi Nir, > > I have not tried to use Ovirt with Ceph, my question was about > libvirt and was directed to ask the question here, sorry for the > noise; I understand libvirt is not really ovirt's people concern. > > The thing is qemu can do ceph rbd in EL7, libvirt does not, > although