similar to: Resample a matrix (table)

Displaying 20 results from an estimated 300 matches similar to: "Resample a matrix (table)"

2007 Nov 08
2
Calculate percentages in a table of data
Hi everybody, Im a newbie, but i hope someone can help me in this work... Ill try to explain what i need to do in the best way, but my english is not good... Iv imported a big table of data, this table is something like this: 255 0 255 0 255 255 255 0 255 0 255 255 255 255 0 255 255 0 255 0 255 255 255 255 255 255 255 0 255 0 255 255 255 255 0 255 255 0 255 0 255 255 0 255 255 255 255 0 255 0
2007 Dec 04
1
what centos realease for xeon ?
Hi, I'd like to install centos 5 on a HP proliant ml370 server with a xeon cpu, is it ok the install-dvd for x86_64 architecture ? The server will be a samba server plus virtualization. -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: In REGALO 'All the Good Thing' di NELLY FURTADO Clicca qui:
2009 Aug 04
5
Anyone actively using RLT for mobile phone forwarding?
Hello, We currently have a scenario where a large percentage of inbound calls on a telco PRI are intended for professors who aren't currently in their offices/at their desks. My question is, is anyone actively using the Asterisk "RLT" (Release Link Trunking) feature to bounce these sorts of calls back to the telco? The idea being to forward the call to their mobile phone without
2017 Aug 31
2
Converting character to numeric using the package "XLConnect"
Thanks very much for your answer. I?m trying the function ?strtoi? but it fails to convert character to numeric after the command "set[index] <- strtoi(set[index])". > strtoi(set[index]) ## This works: all values are numeric !!! [1] 1 2 3 4 2 8 9 7 > set[index] <- strtoi(set[index]) > print(set[10,1]) ## Problem: must be numeric !!!! [1] "1" Thanks
2007 Apr 17
2
Is --link-dest supported on remote ssh side?
I'm trying to make backups with rsync with the --list-dest option. My first backup is made like this: rsync -azR --delete -e ssh --exclude-from=./exclude.lst /tmp/test login@server:/tmp/backup/backup-nelly-2007-04-17-12-34-26/ Without touching any of the files which were backed up, I launch a new backup with this command: rsync -azR --delete -e ssh --exclude-from=./exclude.lst
2012 Jul 13
1
Change Password in Clients Windows
Hi, I'm need users with windows change password. l use samba version 3.5 only for autentication. Is possible? Great. OBS: I use this lines in my samba. unix password sync = yes pam password change = yes passwd program = /usr/bin/passwd %u passwd chat = *New*password* %n\n *Re*ype*new*password* %n\n \ *passwd:*all*authentication*tokens*updated*successfully* -- -------------
2010 May 05
2
linux media player as default media player for WINE
Hi, First post, so please be nice ; ) I am trying to set my linux vlc as default media player for wine. I am trying to do that because i use a software called TVAnts to tune tv channels and I would like to skip one step of the process which is starting vlc or any other media player and point it to the address of the stream. something like: $ vlc http://localhost:16900/1.asf As I understand
2017 Aug 30
3
Converting character to numeric using the package "XLConnect"
The Excel file can be found from this link: https://1drv.ms/x/s!Apkg2VlgfYyDgQ_mcJ8F4CaXV_Nh [https://r1.res.office365.com/owa/prem/images/dc-xlsx_40.png]<https://1drv.ms/x/s!Apkg2VlgfYyDgQ_mcJ8F4CaXV_Nh> File.xlsx<https://1drv.ms/x/s!Apkg2VlgfYyDgQ_mcJ8F4CaXV_Nh> Partag? via OneDrive Thanks very much for your help. Nell ________________________________ De : David Winsemius
2001 Nov 15
2
matrices
hihi i've a matrix say a(30,10,5). how can a function (for example histogram) be used to calculate along the first axis, or to create a 10x5 matrix of histograms? wolfgang -- Wolfgang Mueller Phone +41 1 256-9203, MeteoSwiss Kraehbuehlstr. 58, mailto:muw at meteoswiss.ch CH-8044 Zuerich, Switzerland http://www.meteoswiss.ch/
2004 May 14
2
how add objects to an svm graphic
Dear all, I'm not able to solve easily the following simple problem. I really hope someone can give me some hints. I trained an svm (e1071). Now I'd like to show the results graphically. I used plot.svm and I'd like to add some other objects to the plot: points, (coloured) ellipses to indicate some intersting regions, curves, and so on... I tried to pass these as additional
2009 Jan 19
2
Using apply to generate matrix from rows?
Dear all, I have a simple question which I unfortunately do not seem to be able to solve myself. I have a (NxK) matrix and want to generate a new matrix by multiplying each row with itself such that the new matrix has dimension ((N*K)xK) (or better, generate an array with dimension (K,K,N)). I tried apply, but that did not work. Any suggestions? Thanks! Stephan ## Here is a simple
2017 Aug 30
0
Converting character to numeric using the package "XLConnect"
Hi Nelly, Are you trying to convert hexadecimal to decimal? nrdf Setting Value 1 Parameters a 2 Parameters b 3 Parameters c 4 Parameters d 5 Parameters e 6 Parameters 2 7 Parameters 8 8 Parameters 9 9 Parameters 7 10 1 a 11 2 b 12 3 c 13 4 d strtoi(nrdf$Value,16) [1] 10 11 12 13 14 2 8 9
2006 Oct 11
1
Re: Nelly Moser Asao Codec
Has anyone ever successfully re-implemented a proprietary codec without reverse engineering or decompiling? Or even with reverse engineering? I imagine even if you had the exact code, getting the codebooks without decompiling would be pretty tough. Jean-Marc xiphmont@xiph.org a ?crit : > This seems like a relevant posting to me, no apologies necessary. > > I do ahve one question; does
2006 Oct 11
1
Re: Nelly Moser Asao Codec
Has anyone ever successfully re-implemented a proprietary codec without reverse engineering or decompiling? Or even with reverse engineering? I imagine even if you had the exact code, getting the codebooks without decompiling would be pretty tough. Jean-Marc xiphmont@xiph.org a ?crit : > This seems like a relevant posting to me, no apologies necessary. > > I do ahve one question; does
2009 May 24
2
Deleting columns from a matrix
useR's, I have a matrix given by the code: mat <- matrix(c(rep(NA,10),1,2,3,4,5,6,7,8,9,10,10,9,8,NA,6,5,4,NA,2,1,rep(NA,10),1,2,3,4,NA,6,7,8,9,10),10,5) This is a 10x5 matrix containing missing values. All columns except the second contain missing values. I want to delete all columns that contain ALL missing values, and in this case, it would be the first and fourth columns. Any column
2010 Nov 07
1
An example for predab.resample in r
Hi; I want to use bootstrap .632 with predab.resample, but the description is not clear for me. Can any body give me an example please. Thanks; Azad. [[alternative HTML version deleted]]
2019 Jun 14
0
resample of libopusenc-0.2.1 outputs all zeros if define FIXED_POINT
Actually opus-tools-0.2 has the same issue. Sincerely Forrest Zhang -------------- next part -------------- Add "#define FIXED_POINT 1" into the top of resample.c, outputs of resample are all zeros. Actually the data transform is required before/after calling speex_resampler_process_native(). diff -Naupr libopusenc-0.2.1-vanilla/src/resample.c libopusenc-0.2.1/src/resample.c ---
2009 Mar 18
0
Resample UltraWideBand to NarrowBand
The resampler will convert raw audio from one sample rate to another. You are starting with Speex-encoded audio frames. So, what you need to do is: 1. Run the media frames through the Speex decoder (look at Speexdec or testenc_uwb). This will give you raw audio with a 32 KHz sample rate. 2. Use the resampler to convert the audio from 32 KHz to 8 KHz sample rate. 3. Run the 8KHz audio
2019 Nov 05
0
【SPEEX】 use speex resample make noise
Be aware that inlen is an in/out parameter. It tells you how many samples the resampler read. That number can be smaller than what you passed -- in which case it means you need to buffer them and give them to the resampler again in the next call. Jean-Marc On 11/5/19 8:27 AM, zhouyuchen at iauto.com wrote: > Hello, > I have encountered some problems. I want to use speex to convert the
2017 Sep 05
0
Resample and Relay Using Icecast2
Hi guys, There's a transcoding example using liquidsoap in our cookbook here: http://liquidsoap.fm/doc-1.3.2/cookbook.html Hope that helps! Romain 2017-09-05 10:30 GMT-05:00 Jordan Erickson <jordan at coolmic.net>: > Hi Robert, > > Icecast itself doesn't do any resampling of audio streams it receives. > One would likely craft a solution that listens to the original