Fast Compressed-Domain N-Point Discrete Fourier Transform: The "Twiddless" FFT Algorithm
Saulo Queiroz

TL;DR
The paper introduces the twiddless FFT (TFFT), a novel compressed-domain algorithm for efficiently computing both even and odd DFT coefficients with $O(N \, \log N)$ complexity, avoiding twiddle factors and zero-padding.
Contribution
TFFT provides a new recursive DFT decomposition that computes all coefficients directly in the compressed domain without twiddle factors, extending input length flexibility beyond power-of-two sizes.
Findings
Efficient computation of both even and odd DFT coefficients in compressed domain.
No need for twiddle factor multiplications or butterfly structures.
Supports non-power-of-two input lengths, reducing zero-padding.
Abstract
In this work, we present the \emph{twiddless fast Fourier transform (TFFT)}, a novel algorithm for computing the -point discrete Fourier transform (DFT). The TFFT's divide strategy builds on recent results that decimate an -point signal (by a factor of ) into an -point compressed signal whose DFT readily yields coefficients of the original signal. However, existing compression-domain DFT analyses have been limited to computing only the even-indexed DFT coefficients. With TFFT, we overcome this limitation by efficiently computing both \emph{even- and odd-indexed} DFT coefficients in the compressed domain with complexity. TFFT introduces a new recursive decomposition of the DFT problem, wherein coefficients of the original input are computed at recursion level , with no need for twiddle factor multiplications or butterfly structures.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage and Signal Denoising Methods · Advanced Electrical Measurement Techniques · Advanced Image Processing Techniques
