Skip to content

Fortran Fast Fourier Transform code for a pruned input sequence for the paper S. Holm, "FFT Pruning Applied to Time Domain Interpolation and Peak Localization", 1987, IEEE Trans. Acoust.,Speech, Sign. Proc., vol ASSP-35, pp. 1776-1778

Notifications You must be signed in to change notification settings

la3za/Pruned-FFT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Pruned FFT

Fast Fourier Transform code for a pruned input sequence to accompany the paper S. Holm, "FFT Pruning Applied to Time Domain Interpolation and Peak Localization", IEEE Trans. Acoust.,Speech, Sign. Proc., vol ASSP-35, pp. 1776-1778, Dec. 1987

Algorithm that takes the input array 'zr' of size N=2**m with 'kband' non-zero values starting from index 'kinit' and forward ('isign = 1') or inverse ('isign = -1') Fourier transforms it. The N output samples are found in 'zr'

Number of complex multiplications is (N/2)log(2) kband rather than (N/2)log(2) N

Written by: Sverre Holm, Informasjonskontroll a.s, Asker, NORWAY. Now at University of Oslo, Norway

About

Fortran Fast Fourier Transform code for a pruned input sequence for the paper S. Holm, "FFT Pruning Applied to Time Domain Interpolation and Peak Localization", 1987, IEEE Trans. Acoust.,Speech, Sign. Proc., vol ASSP-35, pp. 1776-1778

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published