home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / alt / sb / programm / 451 < prev    next >
Encoding:
Text File  |  1992-11-13  |  1.6 KB  |  39 lines

  1. Newsgroups: alt.sb.programmer
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!menudo.uh.edu!tamsun.tamu.edu!scm3775
  3. From: scm3775@tamsun.tamu.edu (Sean Malloy)
  4. Subject: Yeech! Adventures with PCM
  5. Message-ID: <1992Nov13.105245.27873@tamsun.tamu.edu>
  6. Organization: Texas A&M University, College Station
  7. Date: Fri, 13 Nov 1992 10:52:45 GMT
  8. Lines: 29
  9.  
  10. Okay, so my project's a little ambitious...  But before I reinvent
  11. the wheel, I'd like to see if anyone out there has written/seen/
  12. heard a rumor about something similar.
  13.  
  14. I want to make my machine (with MV's Thunderboard) be able to do
  15. some signal processing.  Tone generation, signal mixing, transformations
  16. etc.  So far, I've written code that will produce a .wav file which
  17. is a constant tone for frequency F at sampling rate S.  (Whee!)
  18. Mixing tones is trivial, and I should be able to do that when I get
  19. a few spare hours.
  20.  
  21. But what I need is a spectrum analyzer, and I don't have the $$$
  22. (or the relatives at HP) to get one.  So, I was wondering if there
  23. was an application out there that could take a .wav (.voc .snd .au etc)
  24. file and show me frequency components.  I suppose I could write one,
  25. but it's shaping up to be a bear...  Get a Taylor Series for the waveform
  26. reconstructed from the PCM data, and do a Fast Fourier Transform on it.
  27. Not a fast series of operations... 
  28.  
  29. Not to mention that this is somewhat inaccurate, since the Taylor
  30. Series expansion is an approximation of the analog waveform,..
  31.  
  32. Aargh!  Any people out there already walked this path and willing
  33. to share information?  All help appreciated.
  34.  
  35. -Sean
  36. -- 
  37.  
  38.   Sean C. Malloy  -  Texas A&M University  -  scm@tamu.edu
  39.