Re: [Alsa-devel] DTMF recognition

2002-07-25 Thread P. Christeas
> > wouldn't it be easier to check for zerocrossings? > > This would assume a perfect sine wave for both tones. The bad thing > about zero crossing is that even the tiniest amount of noise > completely ruins it, and then you're looking at second derivatives, > which are also dependent upon signal

Re: [Alsa-devel] DTMF recognition

2002-07-25 Thread Mark Rages
On Thu, Jul 25, 2002 at 10:45:27AM -0400, Paul Davis wrote: > >Hello to all, > > > >who has already done DTMF recognition with ALSA ( OSS )? > >I searched for examples in google, but I have found that > >only in TODO lists ;-(. > > > >Is this so difficult or why doesn't exist anything about that?

Re: [Alsa-devel] DTMF recognition

2002-07-25 Thread Tony Hardie-Bick
> wouldn't it be easier to check for zerocrossings? This would assume a perfect sine wave for both tones. The bad thing about zero crossing is that even the tiniest amount of noise completely ruins it, and then you're looking at second derivatives, which are also dependent upon signal quality. Th

Re: [Alsa-devel] DTMF recognition

2002-07-25 Thread Joerg Mayer
On Thu, Jul 25, 2002 at 10:45:27AM -0400, Paul Davis wrote: > >who has already done DTMF recognition with ALSA ( OSS )? > >I searched for examples in google, but I have found that > >only in TODO lists ;-(. > > > >Is this so difficult or why doesn't exist anything about that? Please have a look a

Re: [Alsa-devel] DTMF recognition

2002-07-25 Thread Maarten de Boer
wouldn't it be easier to check for zerocrossings? --- This sf.net email is sponsored by: Jabber - The world's fastest growing real-time communications platform! Don't just IM. Build it in! http://www.jabber.com/osdn/xim __

Re: [Alsa-devel] DTMF recognition

2002-07-25 Thread Paul Davis
>Hello to all, > >who has already done DTMF recognition with ALSA ( OSS )? >I searched for examples in google, but I have found that >only in TODO lists ;-(. > >Is this so difficult or why doesn't exist anything about that? its a relatively trivial FFT problem. use FFTW to analyse the signal, the

[Alsa-devel] DTMF recognition

2002-07-25 Thread Philipp Vollmer
Hello to all, who has already done DTMF recognition with ALSA ( OSS )? I searched for examples in google, but I have found that only in TODO lists ;-(. Is this so difficult or why doesn't exist anything about that? regards Philipp Vollmer -