Displaying 20 results from an estimated 8000 matches similar to: "project "Sphinx" kicked off"
2004 Aug 06
3
project 'Sphinx' kicked off
> I had the idea of implementing a lot of the operations in FFTs. ( for
> example, it is possible to do auto-correlation and FIR filtering using
> FFTs.) There are two advantages to this.
> 1. It's almost always faster
> 2. By swapping fft implementations, it could be easy to recompile for
> fixed or floating point versions.
No. FFT's require higher precision than
2004 Aug 06
0
project "Sphinx" kicked off
> I've just kicked off project "Sphinx". Which is supposed to
> sound like "Speex" merged with "INT". ;) Meaning I am working
> on an integer encoder and decoder.
Good news! Although you might want to choose another name since "Sphinx"
is already used by CMU's open-source speech recognition engine
(http://fife.speech.cs.cmu.edu/sphinx/).
2004 Aug 06
0
project 'Sphinx' kicked off
>
> <with Prof. Farnsworth voice> "Good News, everyone".
>
> I've just kicked off project "Sphinx". Which is supposed to
> sound like "Speex" merged with "INT". ;) Meaning I am working
> on an integer encoder and decoder.
>
Great. I looked into converting speex to fixed point a while ago, but my
job has gotten much busier
2004 Aug 06
0
project 'Sphinx' kicked off
>> I had the idea of implementing a lot of the operations in FFTs. ( for
>> example, it is possible to do auto-correlation and FIR filtering using
>> FFTs.) There are two advantages to this.
>> 1. It's almost always faster
>> 2. By swapping fft implementations, it could be easy to recompile for
>> fixed or floating point versions.
>
> No. FFT's
2006 Apr 20
1
Ogg Vorbis questions
Hi,
I'm currently working on a paper describing Ogg Vorbis. It is not finished
yet. Mostly the decoder is being described. If you have any comments, please
send them to me. See:
http://www.turbocat.net/~hselasky/math/vorbis/files/
Then I have a question about the function "bark_noise_hybridmp()" which is
used in the encoder. Can someone describe what the function does in
2010 Nov 03
1
NFFT on a Zoo?
I have an irregular time series in a Zoo object, and I've been unable to
find any way to do an FFT on it. More precisely, I'd like to do an NFFT
(non-equispaced / non-uniform time FFT) on the data.
The data is timestamped samples from a cheap self-logging
accelerometer. The data is weakly regular, with the following
characteristics:
- short gaps every ~20ms
- large gaps every ~200ms
2008 Nov 01
2
Hidden line algorithms and a different kind of waterfall
This is not the same as the recent thread on a waterfall graph.
I'm thinking about the rolling FFT display used in acoustics and other
spectrum analysis tasks.
Here's an example of a very fancy 3-D waterfall display:
http://www.ultimaserial.com/UltimaWaterfall.html
I was just wondering if there are any simple hidden-line tools in R that
I could use to draw simple waterfall displays.
2015 Oct 06
3
[RFC V3 7/8] armv7, armv8: Optimize fixed point fft using NE10 library
I'm trying to get these cleaned up and landed, but I'm running into
some trouble with this patch. Using commit a08b29d88e3c (July 21) of
Ne10, I'm seeing test failures for 60-point FFTs:
nfft=60 inverse=0,snr = -3.312408
** poor snr: -3.312408 **
nfft=60 inverse=1,snr = -16.079597
** poor snr: -16.079597 **
All other sizes tested appear to work fine (84 to 140 dB of SNR). This
2006 Oct 24
2
fixed point AEC
Analog Devices sponsored a fixed point version for AEC which was posted early this year, but it seems from the source code that the fft routines are still in floating point. Is the port still not complete or am I missing something? Has anyone out there ported speex AEC on RISC architecture? Please let me know.
Thanks in advance,
-Deepa
-------------- next part --------------
An HTML
2006 Oct 24
1
fixed point AEC
Thanks Jean, I missed that detail.
I have a few more compile errors if you could help me with it =>
In function speex_echo_state_init in mdf.c I am getting error: "undefined reference to exp". I don't see a fixed point implementation of "exp". Can you point me to the correct files.
I am using the following files from speex 1.2 beta1 =>
mdf.c,
2008 May 27
3
MKL Patch
And here's a patch for Intel Math Kernel Library. This allows commercial
users of Speex to use a high-speed FFT library that isn't GPL'd. (You do
need to pay for it though). This is 3 times faster than the default FFT
in speex, and also faster than FFTW3 since MKL has native support for
the complex packing Speex uses.
Since Intel hasn't supplied any pkg-config files, and which
2005 Jul 15
1
MCDT,FFT and more
I write a work over Vorbis. ?
?Now I have a few questions to the function. ?
?For what is the MDCT used? ?
?For what is the FFT used? ?
?How is the expiration with the encodieren? ?In the reference to the
MDCT,FFT and the hearing model . ?
?Is there a volume fragmentation in Subband as MP3? ?
?If it is possible, the answers in the detail
?Thanks ?
-------------- next
2011 Feb 08
1
Recuperate Spectrum() amplitude
Dear list,
I apologies first for my English, hope you will understand well my question.
I am working on 1/2 hour piezometric data, time unit is second. They
present daily oscillation when using the spectrum() function. What I am
really interested in, is to find the amplitude corresponding to this
oscillation.
I work with a college using Matlab, and although we apply the same
methodology, our
2008 Nov 20
4
Fitting a sine wave using solver
Greetings,
I have several sets of oscillation data and would like to estimate the
parameters of a sine function to each set (and hopefully automate
this). A colleague provided an excel sheet that uses solver to minimize
the RSS after fitting the sine function to each data set, but this
cumbersome and difficult to automate. Is there a method in R for
fitting a given sine function to a
2008 May 27
5
MKL Patch
Alexander Chemeris wrote:
> Hi,
>
> On 5/27/08, Thorvald Natvig <thorvald at natvig.com> wrote:
>
>> And here's a patch for Intel Math Kernel Library. This allows commercial
>> users of Speex to use a high-speed FFT library that isn't GPL'd. (You do
>> need to pay for it though). This is 3 times faster than the default FFT in
>> speex, and
2008 Feb 13
1
Fixed-point scaling of mdf impulse response
Hi,
I made a small error in the impulse reponse function; when doing the
inverse fft in fixed point, it will overflow unless it's properly scaled.
This patch uses the same scaling as that used when updating the filters,
and the outputs now have the same shape and the same scale in fixed
and floating point.
Best regards,
Thorvald
-------------- next part --------------
diff -ubBwr
2005 Sep 19
3
waveform filtering
I'm not an engineer so I hope I'm using the correct terminology here. I
have a recorded waveform that I want to apply low and high pass filters
too, are tehre already R functions existing to do this or am I going to
have to program my own?
thanks for any pointers
tom
2005 Mar 26
4
Cisco's description of echo
We are having trouble with an installation that is getting a lot of echo on
some calls. The installation is all SIP phones and they have a VoIP provider.
When we call through the voip provider and into another of their customers
(voip throughout) there is no echo problem. If we call in their landline,
through the TDM400's FXO to one of the SIP phones, there is no echo problem.
Sometimes
2004 Aug 06
6
XScale realtime encoding possible?
Hi,
I just did some experiments and it seems like the high system CPU time
is not due to one specific part of the code, but rather to the extreme
inefficiency of float emulation under Linux. I was expecting float
emulation to run something like 30 times slower than integer, but it
looks like its more like 3000 times slower. This means that all of the
float operations must be removed for the code
2014 Jun 07
3
High Sampling Rates
On 6/7/14, 1:55 AM, Jean-Marc Valin wrote:
> Actually... no! 24-bit can indeed be useful as extra margin and Opus
> can actually represent even more dynamic range than 24-bit PCM. That's
> not the case for 192 kHz. There's no "margin" that 192 kHz buys you
> over 48 kHz. You can do as much linear filtering as you like, the
> stuff above 20 kHz isn't going to