similar to: sampling rate

Displaying 20 results from an estimated 3000 matches similar to: "sampling rate"

2004 Aug 06
3
Quality
I was also wondering if there is a standard set of input sequences people are using to test Speex. I haven't stumbled upon it/them yet. > -----Original Message----- > From: owner-speex-dev@xiph.org [mailto:owner-speex-dev@xiph.org]On > Behalf Of Jean-Marc Valin > Sent: Tuesday, February 25, 2003 7:24 PM > To: speex > Subject: Re: [speex-dev] Quality > > > > I
2006 Jan 04
7
<% if ... -%> What is this?
I seen some RoR code that went like this: <% if ...blah, blah... -%> .. blah, blah <% end -%> What are the minus signs for in the if statement? Cannot seem to find anything about this, and searching on "-" in this context is hard to get anything meaningfull back. Thanks, - Mark -- Posted via http://www.ruby-forum.com/.
2004 Aug 06
3
Quality
I was wondering if the developers were using anything to "objectively" test the quality of the speex vocoder. For instance PSQM or one of the many derivatives. Mean Opinion Scoring seems an expensive route. Is there some open source software to use for this? <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To
2004 Aug 06
2
testenc and snr calculation
Hi all, I'm new to the group. I'm looking at the speex code with an eye towards maybe helping out with either codec optimization or fixed-point implementation, The SNR calculation in testenc.c and testenc_uwb.c doesn't make sense to me. The code is { float enoise=0, esig=0, snr; for (i=0;i<FRAME_SIZE;i++) {
2004 Aug 06
1
testenc and snr calculation
I submitted a version of testenc.c to this list MONTHS ago that fixed this problem. It uses a reconfigurable group delay. If you had given me cvs access I could've committed the changes myself. Anyway, the file is attached (again). Maybe this time you'll actually notice the email. Sorry if I seem a little short. It's just very annoying to put the time into learning and improving a
2004 Aug 05
2
PRI protocol question...
I'm having difficulty getting a PRI working between asterisk and a Merlin Legend. I have been attempting to get it going as esf, b8zs & 5ess (although I have tried other switchtypes...). I found the following info in the Legend docs: If the switch type is 5ESS, the protocol MUST be set for ATT Custom. If switch type is DMS-100, the protocol MUST be set for NTNAPRI The README in
2004 Aug 06
0
Quality
Le mer 26/02/2003 à 15:43, Rick Kane a écrit : > I was also wondering if there is a standard set of input sequences people > are using to test Speex. I haven't stumbled upon it/them yet. I've got a few samples at: http://www.speex.org/audio/samples/ Jean-Marc > > -----Original Message----- > > From: owner-speex-dev@xiph.org [mailto:owner-speex-dev@xiph.org]On
2004 Aug 06
0
testenc and snr calculation
Actually, the SNR calculation in testenc has been broken for a while. The reason for taking the last frame was that the codec would introduce a one-frame latency. I changed that to half a frame (10 ms) a while ago and never updated testenc. Jean-Marc Le lun 01/09/2003 à 13:12, Mike Dunn a écrit : > Hi all, > > I'm new to the group. I'm looking at the speex code with an
2010 Aug 17
4
Narrow escape with FAULTED disks
Nothing like a "heart in mouth moment" to shave tears from your life. I rebooted a snv_132 box in perfect heath, and it came back up with two FAULTED disks in the same vdisk group. Everything an hour on Google I found basically said "your data is gone". All 45Tb of it. A postmortem of fmadm showed a single disk failed with smart predictive failure. No indication why the
2003 Sep 18
5
TDM400P??
Here is my system: POWER SUPPLY 450W ALLIED ATX450P4 R(41) MB NFORCE2 A7N8X DELUXE ASUS RTL(Standard) CPU AMD|2500/333 ATHLON XP BARTON R(Standard) DDRAM 256M|DDR333 PC-2700 -K %(Standard) HD 40GB|WD 7200RPM 8MB WD400JB%(70) VGA ASUS|V8170MAGICII/T 64M MX440SE(58) CD ROM 56X|AOPEN CD-956 RTL(22) Besides the above parts, i have 2 X100P FXO PCI cards, and 1 TDM40B I bought 2 phones from radio
2006 Apr 03
1
How to handle failed finds.
What''s the best way to handle a find that doesn''t find anything? For example. Model Foo @result = Foo.find(:first, :condition => "some condtion string").name if the condition is not met Foo.find stops the application with ''unexpected nil''. What is the best way to gracefully trap this error and return something meaningfull to the calling
2006 Jul 16
1
[patch] klibc add toplevel .gitignore
start by ignoring make generated objects. subdirectories need specific rules later. makes git status more meaningfull. Signed-off-by: maximilian attems <maks at sternwelten.at> --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) --- /dev/null 2006-07-14 10:57:32.128246500 +0200 +++ klibc.git/.gitignore 2006-07-16 20:29:39.000000000 +0200 @@ -0,0 +1,11 @@ +# NOTE!
2008 Jan 14
1
background colour
Dear list, I am using R 2.6 on a Windows XP machine. I divided my device window and tried to set the backgroundcolor for each plot region/figure region separately. This seems not possible?? A simple example: # create random numbers a <- rnorm(100) # divide device window par(mfrow=c(1,2)) # set the backgroundcolour to "red" # this always affect the total device
2007 Feb 23
1
optim(method="L-BFGS-B") abnormal termination
Hi, my call of optim() with the L-BFGS-B method ended with the following error message: ERROR: ABNORMAL_TERMINATION_IN_LNSRCH Further tracing shows: Line search cannot locate an adequate point after 20 function and gradient evaluations final value 0.086627 stopped after 7 iterations Could someone pls tell me whether it is possible to increase the limit of 20 evaluations? Is it even worth
2006 Sep 15
1
Applying game patches.
Hi all, I've downloaded and installed Wine specifically to play Warhammer 40k, Dawn of War. I checked out the app database first and the signs were good, my version of Linux (Debian Sarge) was reported as working (although the installer had been tested) I ran the installer, and it appeared to work fine (although it only asked for the 1st disk) but when I try and run it, it asks for the
2004 Aug 06
1
time out issues with icecast2
On Thu, 14 Aug 2003, Arc wrote: > "Origional" Icecast (icecast1) uses ICY protocol for streaming, being > compatable with Shoutcast to the point that you can use a Shoutcast > client to connect to it. The same is not true for Icecast2. This is not correct, or at least is not meant to be. icecast2 is meant to be able to accept connections from ICY sources. Some people,
2004 Aug 06
1
sampling rate
hello, Is there any future or current work being planed on other sampling rates (besides 8kHz and 16kHz), specifically 11026Hz ? <p>Ryan <p><p><p>__________________________________________________ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos & More http://faith.yahoo.com --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage:
2004 Apr 05
4
mpg123 issue and solution
All, I've been setting up an Asterisk PBX over the past few days and I stumbled across a problem with mpg123 that I have not seen documented anywhere. If you put mp3 files into your mohmp3 directory and these files have ID3v2 tags, mpg123 will throw an error message "Found new ID3 Header", regardless of the -q flag. This, in turn, will cause Asterisk to crash (yes), although
2004 Aug 06
0
Quality
> I was wondering if the developers were using anything to "objectively" test > the quality of the speex vocoder. For instance PSQM or one of the many > derivatives. Mean Opinion Scoring seems an expensive route. > > Is there some open source software to use for this? Well, I haven't found and open-source perceptual testing software, so I've relied so far
2008 Apr 09
1
simple intro to cluster analysis using R
I am looking for simple introduction to cluster analysis using R, that would be understandable to a novice in statistics. Or, could someone perhaps help me understand how to proceed in my analysis? I am very new to both statistics and R, but am trying hard to avoid having to use SPSS as everyone around me... I have dataset on people presenting their opinions on different religious