Sliding Window Discrete Fourier Transform with base R
swdft_fft(x, n, taper)
x
: real or complex vectorn
: integer window size.taper
: length n vector to multiply against the input data for each window positionn x P array, where P = length(x) - n + 1
Useful links