home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / dsp / 2020 < prev    next >
Encoding:
Text File  |  1992-08-25  |  878 b   |  21 lines

  1. Newsgroups: comp.dsp
  2. Path: sparky!uunet!usc!sol.ctr.columbia.edu!destroyer!ubc-cs!fs1.ee.ubc.ca!williamb
  3. From: williamb@ee.ubc.ca (william burchill)
  4. Subject: Re: Sliding FFTs
  5. Message-ID: <1992Aug26.062113.10624@ee.ubc.ca>
  6. Organization: University of BC, Electrical Engineering
  7. References: <BtKDFF.15u.1@cs.cmu.edu>
  8. Date: Wed, 26 Aug 1992 06:21:13 GMT
  9. Lines: 10
  10.  
  11. Sliding FFT's are useful for finding the varying frequency content 
  12. of a signal as a function of time.  If the frequency content changes
  13. slowly it is sufficient to slide several samples between FFT evaluations.
  14. This is a hopping FFT.  A decade ago I use a hopping FFT as part of a 
  15. speech spectrograph system.  The familiar 3D pictures of speech signal's
  16. frequency content which look like mountain ranges are a typical application.
  17. The longer the hop the less calculation needed, but time resolution is 
  18. reduced.
  19.  
  20.  
  21.