swdft_fftw function

Sliding Window Discrete Fourier Transform using fftw

Sliding Window Discrete Fourier Transform using fftw

swdft_fftw(x, n, taper)

Arguments

  • x: real or complex vector
  • n: integer window size.
  • taper: length n vector to multiply against the input data for each window position

Returns

n x P array, where P = length(x) - n + 1

  • Maintainer: Lee F. Richardson
  • License: MIT + file LICENSE
  • Last published: 2019-04-17

Useful links