home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / dec / 6745 < prev    next >
Encoding:
Internet Message Format  |  1993-01-10  |  1.6 KB

  1. Xref: sparky comp.sys.dec:6745 comp.dsp:2948
  2. Path: sparky!uunet!spool.mu.edu!cass.ma02.bull.com!mips2!bull.bull.fr!clbull.frcl.bull.fr!bull.bull.fr!julienas!ircam!fingerhu
  3. From: fingerhu@ircam.fr (Michel Fingerhut)
  4. Newsgroups: comp.sys.dec,comp.dsp
  5. Subject: Re: Alpha fft performance
  6. Message-ID: <1993Jan5.134034.22043@ircam.fr>
  7. Date: 5 Jan 93 13:40:34 GMT
  8. References: <1992Dec31.164221.27734@aplcen.apl.jhu.edu>
  9. Organization: IRCAM, Paris (France)
  10. Lines: 22
  11. In-Reply-To: <1993Jan4.154245.13258@crl.dec.com>
  12. To: msp@nadia, phd@nadia, jpj@nadia, ircam-alpha@nadia
  13. Cc: lghys@nadia
  14.  
  15. Voici l'extrait d'un article donnant ces informations:
  16.  
  17. For a 1024 point, complex, single precision FFT (i.e. just fits in the on-chip
  18. 8K D cache), we have a measured time of 96,000 cycles.  For the various Alpha
  19. systems, this translates to:
  20.  
  21.     133 MHz clock        722 microseconds
  22.     150 Mhz            640 microseconds
  23.     200 MHz            480 microseconds
  24.  
  25. The algorithm is a radix-4 algorithm, and is basically just a C translation
  26. of the FORTRAN code in "DFT/FFT and Convolution Algorithms" by Burrus and 
  27. Parks (with a few tweaks, of course).  It was compiled with GCC 2.3 and
  28. the execution time was measured with the Alpha's process cycle counter.
  29.  
  30. The Digital Extended Math Library (DXML) for Alpha reportedly can do even 
  31. better, but I don't have any current performance numbers.  For more info on
  32. DXML, contact your local Digital sales rep. [Nous devons le recevoir dans
  33. la pre-release prochaine].
  34.  
  35. For some more information on signal processing on Alpha, see our technical
  36. report "Are DSP Chips Obsolete?" [disponible chez nous].
  37.