swdft_fft: Sliding Window Discrete Fourier Transform with base R

Description Usage Arguments Value

View source: R/swdft.R

Description

Sliding Window Discrete Fourier Transform with base R

Usage

1
swdft_fft(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

Value

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


swdft documentation built on May 2, 2019, 2:27 a.m.