A functional approach to radix-r FFTS

  • Authors:
  • Dorothy Bollman;Jaime Seguel;John Feo

  • Affiliations:
  • Univ. of Puerto Rico, Mayaguez, PR;Univ. of Puerto Rico, Mayaguez, PR;Tera Computer Co., Seattle, WA

  • Venue:
  • Progress in computer research
  • Year:
  • 2001

Quantified Score

Hi-index 0.00

Visualization

Abstract

We show that each member of a well-known family of radix-r FFTs can be expressed as the composition of functions chosen from a set of four "basis" functions. Thus, a complete library of radix-r FFTs can be developed by programming the four basis functions and composing them to obtain various FFTs. We illustrate this by developing implementations in the functional language Sisal. We compare performance of these FFTs on a Cray C-90. Based on observations of these results we develop an implementation of an FFT of size 2k which is seemingly optimal for the Cray C-90. We discuss language features of particular benefit for programming FFTs and suggest some enhancements that would further streamline the programming.