search for: acoust

Displaying 20 results from an estimated 378 matches for "acoust".

Did you mean: acount
2005 May 13
0
randomForest partialPlot x.var through function
All, I'm trying to set up a function which calls the partialPlot function but am getting an error that I can't seem to solve. Here's a simplified version of the function and error... > pplot <- function(rf,pred.var){partialPlot(x=rf,pred.data=acoust,x.var=pred.var)} > > attach(acoust) > acoust.rf <- randomForest(VocalTF~Cruise+Spot+Spin+Delph+Stripe+Steno+Turs+Gramp+Lags+ + Lisso+FerPsu+Glob+mixspotspin+mixother+mixed+Size, + data=acoust,importance=TRUE,keep.forest=TRUE) > cruise.pp <- pplot(acoust.rf,Cruise)...
2010 Sep 30
1
Sound card problem in acoustic echo
Hi All, In order to deal with acoustic echo cancellation problems of most PCs which sound cards have different capture and play frequencies. I made a trial. At first, a 1000Hz sine wave is played for a long time via a speaker and its acoustic echo is recoreded. Seconds, get the frequency of the echo by a FFT analyser. So the differenc...
2004 Mar 10
1
Fisheries acoustics
Hi, member-list i'm searching for packages or routines to analise fisheries acoustics data. Something make import data of scientific ecosound (EK500) of paralel port, filter signal, analyse pattern of pixel fish shoals... Is there someone work with this ? If no, why dont make colective effort to do this?? (package fish_acoustic). Thanks Marcelo
2010 Oct 01
0
Sound card problem in acoustic echo
...you for your help. I agree with your opinion. But it is almost impossible to further reduce the frequent difference between play and capture. 1. I used a 2^18 step FFT to analyse the echo frequency. So the freq resolution is 8000HZ/(2^17)=0.0625Hz. The analyser need at least 2^18/8000=32 seconds acoustic echo record signal from the microphone. Better freq resolution relies on longer FFT and also longer record echo signal. It is almost not possible for a practical system. 2. Better resampler with smaller step size is also a challenge in its performance. So it is difficult to reduce the frequent...
2011 Feb 10
2
About Sampling Rate Correction in acoustic echo
Thank you, Andreas Engel. I downloaded the white paper of the Fraunhofer Acoustic Echo Control. http://www.iis.fraunhofer.de/bf/amm/download/whitepapers/Acoustic_Echo_Control-wp.pdf It said > "In the Fraunhofer Acoustic Echo Control, the frequency spectrum of the microphone signal is > modified so that the undesired echo components are removed from the signal trans...
2012 Aug 13
0
employment opportunity for Fisheries Post Doc and R programmer
*August 12, 2012* ** *Postdoctoral Researcher working on spatial models of marine wildlife, using R. * Integrated Statistics is looking for a post doctoral scientist to work with the Passive Acoustics Research Group and Large Whale Research Group, part of the Protected Species Branch at the Northeast Fisheries Science Center in Woods Hole, Massachusetts (http://nefsc.noaa.gov/psb/acoustics/).We are looking for someone to bring new ideas, approaches and analytical methods to derive abundan...
2011 Feb 10
0
About Sampling Rate Correction in acoustic echo
...it is patented. Since it is a commercial product I doubt they are willing to share any more details than they already do in that paper. But the algorithm is obviously very insensitive to frequency drift. > > Thank you, Andreas Engel. > > I downloaded the white paper of the Fraunhofer Acoustic Echo Control. > > http://www.iis.fraunhofer.de/bf/amm/download/whitepapers/Acoustic_Echo_Control-wp.pdf > > It said > > > "In the Fraunhofer Acoustic Echo Control, the frequency spectrum of > the microphone signal is > > modified so that the undesired echo comp...
2011 Jan 19
3
About Sampling Rate Correction in acoustic echo cancellation
Hi all, We have discussed so many about sampling rate asynchronous (or offset) between rendering (D/A converter) and capturing (A/D converter) of most PC soundcards. It seems all acoustic echo cancellers, include AEC in speex, can not deal with this trouble, because it causes a drift of echo path and also buffer overflow and underflow which jumps the delay of echo path seriously. Unfortunately, this kind of sampling rate asynchronous exists in most low-cost PC soundcards we have....
2011 Jan 19
0
About Sampling Rate Correction in acoustic echo cancellation
On 01/19/2011 06:44 PM, LiMaoquan2000 wrote: > > Hi all, > > We have discussed so many about sampling rate asynchronous (or offset) > between rendering (D/A converter) and capturing (A/D converter) of > most PC soundcards. It seems all acoustic echo cancellers, include AEC > in speex, can not deal with this trouble, because it causes a drift of > echo path and also buffer overflow and underflow which jumps the delay > of echo path seriously. > > Unfortunately, this kind of sampling rate asynchronous exists in most &gt...
2005 Dec 28
2
Experimental psycho-acoustic model
Hi everyone, For those who like to play with experimental stuff, I've got something new to test. If you compile with --enable-vorbis-psy , Speex uses a variant of the Vorbis psycho-acoustic model to shape the coding noise. So far, I've obtained a slight increase in quality, but I'm interested in feedback from others. This still needs a lot of tuning and has received only a minimal amount of testing, so don't use it for something important. Have fun and happy new year....
2008 Mar 28
1
acoustic echo canceller & noise reduction sample code
Hello? My name is Hyeonwoo Oh. I?m developing video conference software using speex library. Can you give me some sample codes for acoustic echo canceller and noise reduction? I tried noise reduction API, but failed. Normal encode/decode API is working well. Thank you very much for your good job. I?m very pleased with speex. Best regards, Hyeonwoo Oh ======================================== Deputy General Man...
2011 Feb 09
0
About Sampling Rate Correction in acoustic echo
>> There is also a IEEE paper, Adaptive Sampling Rate Correction for >> Acoustic Echo Control in Voice-Over-IP, which introduced a complex >> method to estimate the frequency offset and resynchronize the signals >> using arbitrary sampling rate conversion. I wonder if it can provide >> enough performance. Because I have also designed a sampling rate >...
2013 Jun 24
0
How do I implement Acoustic Echo Cancellation (AEC) using JSpeex(Java Port of Speex)
I read the question: http://stackoverflow.com/questions/3403152/acoustic-echo-cancellation-in-java/3403198 But my problem is that my project is using Encoding and decoding mechanism using JSpeex and I am not sure whether I can integrate the above java code with my project. So can someone tell me how can I implement Acoustic Echo Cancellation (AEC) using JSpeex(Jav...
2002 Sep 09
1
psycho-acoustic model in ogg vorbis
I wonder what psycho-acoustic model is used in ogg vorbis. Did they create their own model (this requires big listening tests) ? Or is it something that was already there, like gpsycho ? <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from th...
2011 Feb 07
1
About Sampling Rate Correction in acoustic echo cancellation
...M, Steve Underwood wrote: > On 01/19/2011 06:44 PM, LiMaoquan2000 wrote: >> Hi all, >> >> We have discussed so many about sampling rate asynchronous (or offset) >> between rendering (D/A converter) and capturing (A/D converter) of >> most PC soundcards. It seems all acoustic echo cancellers, include AEC >> in speex, can not deal with this trouble, because it causes a drift of >> echo path and also buffer overflow and underflow which jumps the delay >> of echo path seriously. >> >> Unfortunately, this kind of sampling rate asynchronous ex...
2001 Oct 25
1
Fwd: Re: Clarification on pshycho-acoustic in Vorbis (your non-MP3 guide)
After reading http://mp3.radified.com/mp3.htm I sent Rad an explanation of some things as I understand them. He liked it and posted it on his site (still unlinked, use the URL below). Can somebody with better understanding of psycho-acoustic terms and the vorbis model check it and comment on it? In particular I didn't know how vorbis handles quantization noise. If you reply with corrections, CC: <Rad@radified.com>. On Wed, 24 Oct 2001, Rad wrote: > Beni, > > Thanks for the note. I found it most helpful, so much...
2004 Aug 06
2
Psycho Acoustic models i Speech Coding
Hi, Does anyone have an idea about the possibility to apply psychoacoustic models as the ones in mp3 or AAC to a CELP coder? Thanks! /Pontus <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org' containing only the word &...
2005 Dec 31
0
Experimental psycho-acoustic model
> Hi everyone, > > For those who like to play with experimental stuff, I've got something > new to test. If you compile with --enable-vorbis-psy , Speex uses a > variant of the Vorbis psycho-acoustic model to shape the coding noise. > So far, I've obtained a slight increase in quality, but I'm interested > in feedback from others. This still needs a lot of tuning and has > received only a minimal amount of testing, so don't use it for something > important. When enabl...
2010 Jun 02
0
Sound card problem in acoustic echo cancellation
Hi All, I am a research associate in the Hong Kong Polytechnic University. One of my research interests is acoustic echo cancellation. Now I meet a big problem. When I was testing my own AEC module, I found that it was almost perfect in few computers but much worse in other computers. Then I tried AEC module in speex, it was almost the same result. Then I found the reason is that sound cards of most computers...
2011 Jun 22
0
Acoustic echo cancellation
...pt API in the browser, but it seems like the individual components are useable without the rest. https://sites.google.com/site/webrtc/ -SteveK From: Steve Underwood <steveu at coppice.org> Date: Wed, 22 Jun 2011 09:05:16 +0800 To: <speex-dev at xiph.org> Subject: Re: [Speex-dev] Acoustic echo cancellation > On 06/22/2011 04:57 AM, Arun Raghavan wrote: >> On Tue, 2011-06-21 at 11:39 -0700, Arun Raghavan wrote: >> [...] >>> I'm also running this on x86 (x86_64, technically), and it's all >>> floating-point, so I guess this is a regressi...