search for: segementation

Displaying 20 results from an estimated 42 matches for "segementation".

2011 Aug 21
1
How can I divide an image and randomly plot the segements
Hi! I would like to divide a 401 by 401 image into 20 equal blocks and then re-plot the image with the segments randomly distributed in it. How can I do this? ............. Regards, Kenduiywo Benson [[alternative HTML version deleted]]
2008 Nov 22
1
Upgrade 1.4.19 to 1.6 => segementation fault
During compiling I have not seen an error, however, when I start asterisk again it ends with: app_morsecode.so => (Morse code) == Registered custom function 'SYSINFO' func_sysinfo.so => (System information related functions) Segmentation fault (core dumped) How can I figure out what is wrong? bye Ronald
2010 Jan 27
3
Function for describing segements in sequential data
Dear R-users, Say that I have a sequence of zeroes and ones: x <- c(1,1,1,0,0,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0,0) The sequences of ones represent segments and I want to report the starting and endpoints of these segments. For example, in 'x', the first segment starts at location 1 and ends at 3, and the second segment starts at location 8 and ends at location 10. Is there an efficient
2008 Jul 30
1
Setting fixed size for segement plot using stars() (axes size vs print size)
I have been making some segment plots with five variables. They work great, especially when I used a different scale function, which scaled them by area of the circle rather than radius scale <- function(x, Mr = 1 , Mx = 100) { ((x/Mx)^.5)*Mr} Where x is the the value, Mr is the Maximum radius, and Mx is the maximum data value. You could change the exponent .5 to .57 if you wanted Flannery
2009 Jun 15
2
Removing metadata segmentation
ogg.k.ogg.k at googlemail.com wrote: >> We're also doing scheduled metadata change to indicate the current show >> to listeners. So for a 4pm show a url is hit which causes icecast to >> change the metadata indicating the 4pm show. That also works fine. >> > > And this causes segmentation because the metadata is stored in the > second header of the Vorbis
2009 Jun 15
3
Removing metadata segmentation
Hello all, I run the streaming for a community radio station. We're streaming 160k/s ogg via icecast. For an archive mechanism, I have a scheduler which starts a pseudo listener and archives to a file, via wget: wget http://stream/stream.ogg -O "show name.ogg" That works fine. The scheduler starts recording 30s before shows start and 2m after they end. We're also doing
1997 Jul 31
1
NT 4.0 Client and Win95 clients and browsing problems in general.
I am using samba-1.9.16p11 and have not been able to make browsing work from my 9.04 HP where it is on a switched ethernet segement alone. I have tried many combinations including remote announce to networks as well as Our NT Domain Server/ Win Servers. All to no avail. I am sure there is some key point I am missing. In fact my clients have to have DNS turned on in addition to WINS in order to
2004 Sep 04
2
Demo of using Theora under Windows
I have read http://www.theora.org/theorafaq.html#42 This put quite a burden onto the Windows-user - a burden that most Windows-users will not be able to lift. Has anyone made a webpage with a link to a theora-file that automatically (or with a few clicks on Accept/OK) installs the needed codecs on a unmodified Windows machine? (The links to theora-files on www.theora.org does not do this, which
2001 Feb 04
1
Determining stream type
Hi, I need to encode some extra information in my sound files, in a separate logical stream. Some day I'd like this to be streaming, so for each page, I need to know whether it's a vorbis page or one of my own extra-info pages. I've read the "Ogg logical bitstream framing" document, but at the Ogg level the only "structured" info is the page header, and that
2016 Sep 05
2
How to insert instructions before each function calls?
> On 5 Sep 2016, at 11:49, SHUCAI YAO <yaos4 at mcmaster.ca> wrote: > > For the function call lowering, do you mean lowercall function? I did insert the instruction before the stack adjustments, but the inserted code appears in the prologue of the function, other than before the function call. Maybe I did something wrong with the iterator. > > So you mean I should insert a
2004 Feb 13
1
public key format
...-- MIGJAoGBALBcNmzwQFv8nJn11oHdmT1YfENQul6Tk0A1u4eKQd7x2sf5B0ToNnyq jgheugOVPnfJHvLf2GYHxzVr6+vKo5F7Z2WArpYCXIiimNLsxj/j6ASB5eeQqM1Z /0Nq9j9fJJbDEMERtfwNTOwGgkV4Cy+7q2UJ4g2lTcW+//tV9zLnAgMBAAE= - -----END RSA PUBLIC KEY----- which may be a PKCS #1 RSAPublicKey (?) unfortunately tinc crashes with a segementation fault when i try to use the first format: Trying to connect to mtx1 (172.16.1.1 port 655) Connected to mtx1 (172.16.1.1 port 655) Sending ID to mtx1 (172.16.1.1 port 655): 0 mtx58 17 Sending 11 bytes of metadata to mtx1 (172.16.1.1 port 6 Got ID from mtx1 (172.16.1.1 port 655): 0 mtx1 17 Sen...
2004 May 18
2
Dual Redundant Network routing [Question]
Greetings, I have a routing problem I am hoping can be solved. I have three networks. A Private network, and a dual network the private network connects too. The internal network talks through a gateway/router(linux redhat 7.2) that has a default route set that allows the internal network to talk to a computer on the external networks. The external network is a Redundant network scheme in
2009 May 12
1
adonis help - (non-parametric (permutational) manova)
I am trying to apply this technique (M.J Anderson 2001) to a dataset of aquatic insect abundances. There is a sample in the unrestored and restored segement of a stream for every time period. I would like to compare the centroids of the distance matrices for the treatments up (unrestored) and dn (restored) to see if there is a difference in insect communities between the treatments. I will not
2011 Oct 03
1
xts/time-series and plot questions...
Hello, I'm a complete newbie to R. Spent this past weekend reading The Art of R Programming, The R Cookbook, the language spec, Wikis and FAQs. I sort-of have my head around R; the dizzying selection of libraries, packages, etc? Not really. I've probably missed or failed to understand something... I have very a simple data set. Two years (ish) of temperature data, collected and
2016 Sep 05
2
How to insert instructions before each function calls?
We do something very similar here for XRay, and I would think the approach would be similar. What XRay does are the following: - Find the machine instructions in a MachineFunctionPass that look interesting from the XRay perspective. Theses turn out to be: the beginning of the function (not really an instruction but a location), tail calls, and returns. I suspect you can very simply find the call
2015 Jun 26
2
[Q] TCP segment sent is larger than peers advertised MSS
Hello, I am in the process of troubleshooting another problem and noticed a rather strange behavior with the openssh client. A client (OpenSSH 5.3) and a server (6.7p1) do the TCP handshake, the client announces a MSS of 1460 (its MTU is 1500), while the server announces a MSS of 1260 (its MTU is set to 1300). What troubles me is, that the client is sending the server a frame of 2034 bytes
2016 May 10
0
Ubuntu server 14.04 classic upgrade segmentation fault
...assic_upgrade%29 but when running samba-domain tool classicupgrade --dbdir = / util / tdb --use-xattrs = yes --realm = gruporesasco.local --dns-backend = BIND9_DLZ /util/samba/smb.conf --option = "interfaces = lo EM1 EM2 "--option =" bind interfaces only = yes "-d 10 It gives me segementation fault I can give some idea?? finalerror Found pdb backend ldapsam smbldap_search_domain_info: Searching for:[(&(objectClass=sambaDomain)(sambaDomainName=GRUPORESASCO))] smbldap_search_ext: base => [dc=gruporesasco,dc=local], filter => [(&(objectClass=sambaDomain)(sambaDomainName=G...
2005 Sep 05
1
simple line plots?
I've spent quite a lot of the day trying to construct a fairly standard line plot in R, and I have the feeling there is a simple way that I haven't discovered. I have a large vector of measurements (TIME), and each measurement falls into one of three categories (PHASE). For each PHASE value, I want a mean of the corresponding TIME measurements plotted as a point along with
1998 Jan 20
0
SMBA->NT problems on RFC1918 Network
I don't know if this is the right place, but it is a place to start. I have two machines in a co-location facility. They are both on the same physical network segement and have real internet addresses and RFC1918 addresses. We get charged for traffic which goes across the "real" internet addresses which is part of the purpose for the RFC1918 network. The problem is connecting
2013 Mar 19
1
Cluster analysis on weighted survey data with continuous and categorical variables
I am trying to perform cluster analysis on survey data where each respondent has answered several questions, some of which have categorical answers ("blue" "pink" "green" etc) and some of which have scale answers (rating from 1 to 10 etc).My problem is that certain age groups were over-sampled and I need to weight the data collected in order to accurately reflect the