home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / alt / hackers / 1734 < prev    next >
Encoding:
Text File  |  1992-11-22  |  1.7 KB  |  44 lines

  1. Newsgroups: alt.hackers
  2. Path: sparky!uunet!psinntp!newstand.syr.edu!top.cis.syr.edu!alvin
  3. From: alvin@top.cis.syr.edu (Alvin Leung)
  4. Subject: Re: Cheapo hack.  Kinda, sorta, not.
  5. Message-ID: <1992Nov22.154043.14723@newstand.syr.edu>
  6. Organization: Syracuse University CIS Dept.
  7. References: <Bxn2p0.CsB@ddsw1.mcs.com> <1992Nov21.070525.3948@tamsun.tamu.edu> <1992Nov22.001905.18554@eng.umd.edu>
  8. Date: Sun, 22 Nov 92 15:40:43 EST
  9. Approved: Not me.
  10. Lines: 32
  11.  
  12. In article <1992Nov22.001905.18554@eng.umd.edu>, russotto@eng.umd.edu (Matthew T. Russotto) writes:
  13. |> In article <1992Nov21.070525.3948@tamsun.tamu.edu> scm3775@tamsun.tamu.edu (Sean Malloy) writes:
  14. |> >
  15. |> >Ben Feen writes:
  16. |> >>Anyone ever decoded the DTMF at the beginning of track 8 on _Hack_, entitled
  17. |> >>"Hard Currency"?  I don't have the equipment to do it, and don't feel like
  18. |> >>playing it into a telephone to find out who answers...
  19. |> >
  20. |> >Hmmm...  Well, the "simple" solution to decoding DTMF tones (read: 
  21. |> >doesn't require me to purchase equipment) is to sample the track
  22. |> >and write a program to do a discrete Fourier transform on the
  23. |> >data and look at the frequency spectrum.
  24. |> 
  25. |> Simple?  Come on, use your HEAD, man-- and I mean that literally.
  26. |> You've got a great fourier analysis system, working in real time and
  27. |> parallel processing, built in.  Now, it doesn't return numeric output
  28. |> (at least most people's don't...), but you can use an ordinary
  29. |> telephone and do comparisons.
  30. |> 
  31.  
  32.    Is not that difficult, if you have a sound card that can sample and a PC.
  33.  
  34. ObHack:
  35.    This post.  Will it work?
  36.  
  37. Alvin
  38.   ------------------------------------------------------------------------------
  39.  
  40. #include <std_disclaimer.h>
  41.  
  42. aleung@mailbox.syr.edu
  43.  
  44.