home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / alt / sb / programm / 289 < prev    next >
Encoding:
Internet Message Format  |  1992-07-27  |  1.8 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!ucbvax!bloom-beacon!eru.mt.luth.se!lunic!sunic!ugle.unit.no!venaas
  2. From: venaas@siri.unit.no (Stig Venaas)
  3. Newsgroups: alt.sb.programmer
  4. Subject: Re: Decoding DTMF tones with sb ? Is it possible ?
  5. Message-ID: <1992Jul28.102614.21751@ugle.unit.no>
  6. Date: 28 Jul 92 10:26:14 GMT
  7. References: <LAHIKAIN.92Jul27154518@mamba.lut.fi> <98=k02aT1b8R01@JUTS.ccc.amdahl.com>
  8. Sender: news@ugle.unit.no (NetNews Administrator)
  9. Distribution: alt
  10. Organization: University of Trondheim
  11. Lines: 36
  12.  
  13. In article <98=k02aT1b8R01@JUTS.ccc.amdahl.com> wdc50@DUTS.ccc.amdahl.com (Winthrop D Chan) writes:
  14. >In article <LAHIKAIN.92Jul27154518@mamba.lut.fi> lahikain@lut.fi (Mikko Lahikainen) writes:
  15. >>
  16. >>Has anyone tried to decode dtfm tones (which for example telephones use)
  17. >>with sb ? What do you think If it is possible ?
  18. >>
  19. >>--
  20. >>-Lahi-  * lahikain@lut.fi *
  21. >
  22. >
  23. >Hmmm... That would be kinda neat to do. Be able to decode all 16 DTFM and maybe
  24. >even play them back.
  25. >
  26. >Oh oh.... Me thinks this is starting to sound a hell of alot like what they
  27. >did with the ole AppleCat modem. :-)
  28. >
  29. >Winthrop Chan
  30.  
  31. I've made a program that plays 0-9,* and #. I've cheated a bit though.
  32. I'm using vplay and samples of the touch tones.
  33. But, I'm writing a new one now, where I generate the tones by driving
  34. the SB directly. I'm also thinking of incorporating decoding.
  35.  
  36. There are two problems which I hope someone can help with.
  37.  
  38. 1. What are the other 4 DTFMs? I know the freqs for them, but I don't
  39.    know what they are called. Each consists of two sine waves. There
  40.    are four choises for each of them. I know all the freqs and I know
  41.    which pairs 0-9 uses, and I can find out which * and # uses. But
  42.    not the other 4.
  43.  
  44. 2. I need some info on how to program the SB in order to sample. I
  45.    could look into the code for vrec, but it's not an easy way of
  46.    getting the info.
  47.  
  48. Stig
  49.