We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.DS

Change to browse by:

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Data Structures and Algorithms

Title: The 2D Tree Sliding Window Discrete Fourier Transform

Abstract: We present a new algorithm for the 2D Sliding Window Discrete Fourier Transform (SWDFT). Our algorithm avoids repeating calculations in overlapping windows by storing them in a tree data-structure based on the ideas of the Cooley- Tukey Fast Fourier Transform (FFT). For an $N_0 \times N_1$ array and $n_0 \times n_1$ windows, our algorithm takes $O(N_0 N_1 n_0 n_1)$ operations. We provide a C implementation of our algorithm for the Radix-2 case, compare ours with existing algorithms, and show how our algorithm easily extends to higher dimensions.
Comments: 15 pages, 4 figures, submitted to ACM TOMS
Subjects: Data Structures and Algorithms (cs.DS); Computation (stat.CO); Machine Learning (stat.ML)
Journal reference: ACM Transactions on Mathematical Software, Vol. 45, No. 1, Article 12. Publication date: February 2019
DOI: 10.1145/3264426
Cite as: arXiv:1707.08213 [cs.DS]
  (or arXiv:1707.08213v2 [cs.DS] for this version)

Submission history

From: Lee Richardson [view email]
[v1] Tue, 25 Jul 2017 20:48:46 GMT (216kb,D)
[v2] Tue, 17 Jul 2018 18:27:27 GMT (374kb,D)

Link back to: arXiv, form interface, contact.