Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a2353b134fa23524

Jump to content

Sliding DFT

From Wikipedia, the free encyclopedia

In applied mathematics, the sliding discrete Fourier transform is a recursive algorithm to compute successive STFTs of input data frames that are a single sample apart (hopsize  1).[1] The calculation for the sliding DFT is closely related to Goertzel algorithm.[citation needed]

Definition

[edit]

Assuming that the hopsize between two consecutive DFTs is 1 sample, then[2]

From this definition above, the DFT can be computed recursively thereafter. However, implementing the window function on a sliding DFT is difficult due to its recursive nature, therefore it is done exclusively in a frequency domain.[3]

Sliding windowed infinite Fourier transform

[edit]

It is not possible to implement asymmetric window functions into sliding DFT. However, the IIR version called sliding windowed infinite Fourier transform (SWIFT) provides an exponential window and the αSWIFT calculates two sDFTs in parallel where slow-decaying one is subtracted by fast-decaying one, therefore a window function of .[4]

References

[edit]
  1. Bradford, Russell (2005). "SLIDING IS SMOOTHER THAN JUMPING" (PDF). Proceedings ICMC 2005.
  2. Lazzarini, Victor (2021). Spectral Music Design. Oxford Univ. Press.
  3. Rafii, Zafar (14 November 2018). "Sliding Discrete Fourier Transform with Kernel Windowing". IEEE Signal Processing Magazine. 35 (6): 88. Bibcode:2018ISPM...35f..88R. doi:10.1109/MSP.2018.2855727.
  4. Grado, Logan L.; Johnson, Matthew D.; Netoff, Theoden I. (September 2017). "Tips & Tricks: The Sliding Windowed Infinite Fourier Transform". IEEE Signal Processing Magazine. Vol. 34, no. 5. Institute of Electrical and Electronics Engineers. pp. 183–188. doi:10.1109/msp.2017.2718039.